mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [ws-manager-mk2] add support for storage quotas This way, on workspace create, `ws-daemon` can set XFS limits for `/workspace` * [preview] set smaller /workspace limits This way we don't have to spend more on preview environments. * [ws-daemon] warn when xfs is missing * Partial revert of "Revert "[ws-daemon] Restart IWS if ws-daemon is restarted (#17552)" (#17645)" This reverts commit e082b7f48885199013df927d3c71c62935f74047. It avoids reverts on notify.go and workspace_provider.go. * [ws-daemon] log when handling running workspaces * [test] add test for xfs quotas