k3s/pkg/util/mount
Serguei Bezverkhi 1be99dd78e Adding fsGroup check before mounting a volume
fsGroup check will be enforcing that if a volume has already been
mounted by one pod and another pod wants to mount it but has a different
fsGroup value, this mount operation will not be allowed.
2017-08-24 17:33:51 -04:00
..
BUILD SafeFormatAndMount should use volume.Exec provided by VolumeHost 2017-08-14 12:16:27 +02:00
OWNERS Add owner file in /pkg/util/mount package 2017-02-06 10:51:26 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
exec.go Add Exec interface to VolumeHost 2017-08-14 12:16:25 +02:00
fake.go Fixes bind-mount teardown failure with non-mount point Local volumes 2017-07-11 17:19:58 -04:00
mount.go Adding fsGroup check before mounting a volume 2017-08-24 17:33:51 -04:00
mount_linux.go SafeFormatAndMount should use volume.Exec provided by VolumeHost 2017-08-14 12:16:27 +02:00
mount_linux_test.go Adding fsGroup check before mounting a volume 2017-08-24 17:33:51 -04:00
mount_unsupported.go Merge pull request #49640 from jsafrane/systemd-mount-service 2017-08-09 12:05:01 -07:00
nsenter_mount.go Merge pull request #49640 from jsafrane/systemd-mount-service 2017-08-09 12:05:01 -07:00
nsenter_mount_test.go Fix findmnt parsing in containerized kubelet 2017-07-18 13:35:44 +02:00
nsenter_mount_unsupported.go Fixes bind-mount teardown failure with non-mount point Local volumes 2017-07-11 17:19:58 -04:00
safe_format_and_mount_test.go SafeFormatAndMount should use volume.Exec provided by VolumeHost 2017-08-14 12:16:27 +02:00