Replies: 1 comment
-
As usual, you will only find a hint after your own question. Seems to be resolved in 5.2.3 https://github.com/containers/podman/releases/tag/v5.2.3 Fixed a bug where volume copy-up did not properly chown empty volumes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
RHEL9.5 is GA and with this release also podman and friends got updates.
podman-4.9.4 -> 5.2.2
Since then, I have a couple of rootless containers
that have problems with their volumes.
The minimal example is as follows:
So, when started, the volume (as specified in the file) will
be created automatically.
With podmam 4.9
shows that the volume is mounted in the container with
the USER id. This works so far for my workload.
With podmam 5.2
shows that the volume is mounted in the container with
(USER id - 1). The user can not write to the folder and
the container fails to operate.
Forcing to use a named volume for overlay podman v5 shows
the same output but when the destination is changed to
a different directory (/side), it gets the right owner set:
I read the changelogs but didn't find any hints for a solution.
I would appreciate any feedback, thanks!
Beta Was this translation helpful? Give feedback.
All reactions