You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mounting files via configmap, secret or PVC that conflict with stow directory files, this causes the stow command to fail when running persistentUserHome in the DWOC is enabled.
How To Reproduce
Create a configmap that creates a file that conflicts with a file in the /home/tooling directory of the UDI image, such as /home/user/.config/containers/storage.conf:
dkwon17
changed the title
Mounting files that conflict with stow directory files causes persistent home to not work as expected
Mounting files that conflict with stow directory files causes persistent home to not work
Jun 4, 2024
…tainer if persistent home is enabled
Fixdevfile#1257
Disabling automount resources for the init-persistent-home initconatiner
is done to avoid possible stow conflicts which can be introduced by
automount resources.
dkwon17
added a commit
to dkwon17/devworkspace-operator
that referenced
this issue
Jun 21, 2024
…tainer if persistent home is enabled
Fixdevfile#1257
Disabling automount resources for the init-persistent-home initconatiner
is done to avoid possible stow conflicts which can be introduced by
automount resources.
Signed-off-by: David Kwon <dakwon@redhat.com>
Description
Mounting files via configmap, secret or PVC that conflict with stow directory files, this causes the stow command to fail when running persistentUserHome in the DWOC is enabled.
How To Reproduce
/home/user/.config/containers/storage.conf
:persistUserHome
in the DWOC:Expected behavior
It would be great if the stow command should succeed
Additional context
The text was updated successfully, but these errors were encountered: