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
doc.go
exec.go Add Exec interface to VolumeHost 2017-08-14 12:16:25 +02:00
fake.go
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
nsenter_mount_unsupported.go
safe_format_and_mount_test.go SafeFormatAndMount should use volume.Exec provided by VolumeHost 2017-08-14 12:16:27 +02:00