-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workspace cannot be restarted when /worksapce
is full.
#8671
Comments
Hey @kylos101, I have a bunch of friends who would like to switch to Gitpod if they could have at least a 100GB container image and about 200GB+ total workspace-session storage for android system development, currently, they use a VPS server and opens in vscode via ssh and the flow and consistency isn't as great as in Gitpod if you know what I mean. If this would fall under this and if possible then it'd be nice! 😄 |
Hi @axonasif thank you for sharing. The purpose of this issue is to test our current capabilities, and see the impact of stretching them - as an experiment. This is not describing a new feature. |
Testing our existing 30 GiB workspacesGiven setup like this: dd if=/dev/zero of=upload_test bs=1M count=29000
gitpod /workspace $ ls -ltrh
total 29G
drwxr-x--- 7 gitpod gitpod 209 Mar 11 14:02 template-python-flask
-rw-r--r-- 1 gitpod gitpod 29G Mar 11 14:36 upload_test
gitpod /workspace $ du -cs
29907652 .
29907652 total From one workspace
From
Summary
Next steps
|
This is no longer relevant. Why? We're switching to use PVCs, and we've added metrics to help measure content restore and content backup. |
/worksapce
is full.
fixed by #10395 |
Is your feature request related to a problem? Please describe
Once disk usage in
/workspace
approaches or hits a limit (30G), our ability to restore workspaces becomes unstable and files can no longer be added to/workspace
.Describe the behaviour you'd like
/workspace
once "almost full", say 29.5GB? With one large file? With many small files? How long do the backup and restore take?/workspace
that has its limit set to 50GB in a XL cluster. With one large file? With many small files? How long do the backup and restore take?Additional context
Given the below test, we were able to backup the workspace, but not restore it.
On restore, the error we received was
cannot initialize workspace: cannot write workspace ready file content: open /dst/.gitpod/ready.tmp: no space left on device
.The text was updated successfully, but these errors were encountered: