diff options
author | Paul Holzinger <pholzing@redhat.com> | 2021-06-10 13:52:30 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2021-06-11 13:27:08 +0200 |
commit | ad3b56c62f07bbbd97433e972db0a0582dd84840 (patch) | |
tree | c2fd8733a19e085949c2bae83423c7622638834d /cmd/podman/pods/stop.go | |
parent | ea39735845655aaf77de577a35557a0fb003514f (diff) | |
download | podman-ad3b56c62f07bbbd97433e972db0a0582dd84840.tar.gz podman-ad3b56c62f07bbbd97433e972db0a0582dd84840.tar.bz2 podman-ad3b56c62f07bbbd97433e972db0a0582dd84840.zip |
Fix volumes with uid and gid options
Podman uses the volume option map to check if it has to mount the volume
or not when the container is started. Commit 28138dafcc39 added to uid
and gid options to this map, however when only uid/gid is set we cannot
mount this volume because there is no filesystem or device specified.
Make sure we do not try to mount the volume when only the uid/gid option
is set since this is a simple chown operation.
Also when a uid/gid is explicity set, do not chown the volume based on
the container user when the volume is used for the first time.
Fixes #10620
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'cmd/podman/pods/stop.go')
0 files changed, 0 insertions, 0 deletions