-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can't build plugin registry on the dogfooding instance #22918
Comments
It's not related to #22914, we are running into this issue because persistent user home is enabled, and because images are stored in the home directory where space is running out. I noticed building the plugin registry image requires about 17GB, while the PVC for the workspace only has the default 5GB. There are a few solutions to make the build work:
|
@dkwon17 thank you for the information what I don't understand why it used to work before and now it doesn't |
I think it stopped working recently because we have persistent home enabled and per-workspace persistent home was fixed recently: devfile/devworkspace-operator#1241 |
This is also what I believe caused this issue to arise. Previously, the $HOME directory where the graphroot directory resides was ephemeral, until persistent $HOME was fixed for per-workspace storage. |
Thinking about the potential solutions @dkwon17 suggested:
|
Another option is to define an ephemeral volume for |
problem was resolved by updating devfile, now it's possible to build the plugin reg in dogfooding instance |
Describe the bug
It's not possible to build plugin registry image on doggfooding instance. The error message is no space left on device:
Che version
next (development version)
Steps to reproduce
Expected behavior
The image should be built
Runtime
OpenShift
Screenshots
Installation method
chectl/next
Environment
Linux
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: