-
Bug
-
Resolution: Not a Bug
-
Critical
-
3.23.0.GA
-
False
-
-
False
-
Release Notes
-
-
Known Issue
-
Done
-
Workaround Exists
-
-
-
Description of problem:
Workaround
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Install Dev Spaces 3.23.0-RC.26.08 with per-workspace PVC storage strategy
- Go to User Dashboard and create Empty workspace using JetBrains CLion (desktop)
- Go to User Dashboard and create Empty workspace using JetBrains Rider IDE
Actual results:
Workspace failed to start:
Error creating DevWorkspace deployment: Init Container editor-injector has state CrashLoopBackOff
CLion IDE
There was "No space left on device" error message in "editor-injector" container logs:
Downloading IDE binaries... tar: bin/clang/linux/x64/bin/clang-tidy: Wrote only 7680 of 10240 bytes tar: bin/clang/linux/x64/bin/clazy-standalone: Cannot write: No space left on device
Rider IDE
There was "No space left on device" error message in "editor-injector" container logs: workspacede7748c958564e27-69495d8779-ht4ts-editor-injector.log
Expected results:
Workspace started successfully.
Reproducibility (Always/Intermittent/Only Once):
Alwasy
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):
There was default PVC storage size 5Gi, and per-workspace PVC strategy.
Configuration of Lombok Sample pod: pod-workspacede7748c958564e27-69495d8779-ht4ts.yaml
The error reproduced on different OCP 4.18 cluster with default PVC storage size 5Gi.
Workspace started successfully using JetBrains CLion and Rider IDEs in Dev Spaces 3.23.0-RC.26.08 deployed to DevSandbox stage with increased PVC storage size.
Error hasn't been reproduced with the different JetBrains Ultimate, JetBrains PhpStorm Editors on the same cluster with default PVC storage size 5Gi.