-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
2.14.0.GA
-
False
-
False
-
-
-
Prod #215 2022-02-23
Hello,
We have created a custom image for ansible development that contains python with additional packages installed as a virtual env. The image mounts a virtual env catalog as persistent storage and copies the data from a temporary catalog in the image to the persistent volume.
This process works as expected for the first user who attempts to run the workspace with the respective devfille and fails to create a workspace with the expected data in it for the rest of the users even though the devfile and everything related to it is the same as the first ones.
Both the workspace are being run in different namespaces using different PV/PVC's
1st workspace:
(.venv) bash-4.4$ cat /etc/hostname workspacezufubgsi0kpebfa0.ansible-7764645b9d-glzg8 (.venv) bash-4.4$ du -sh /home/user/.venv/lib/* 587M lib/python3.8
2nd workspace:
(.venv) bash-4.4$ cat /etc/hostname workspace41cji0vtvg0mz325.ansible-649b4dd7bb-qlzdp (.venv) bash-4.4$ du -sh /home/user/.venv/lib/* 234M lib/python3.8