kubernetes/pkg/util/mount
Jing Xu 896e0b867e Fix unmount issue cuased by GCI mounter
this is a workaround for the unmount device issue caused by gci mounter. In GCI cluster, if gci mounter is used for mounting, the container started by mounter script will cause additional mounts created in the container. Since these mounts are irrelavant to the original mounts, they should be not considered when checking the mount references. By comparing the mount path prefix, those additional mounts can be filtered out.

Plan to work on better approach to solve this issue.
2016-12-06 12:24:07 -08:00
..
BUILD Revert "Revert "Merge pull request #35821 from vishh/gci-mounter-scope"" 2016-11-08 11:09:10 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fake.go This change supports robust kubelet volume cleanup 2016-08-15 11:29:15 -07:00
mount.go Fix unmount issue cuased by GCI mounter 2016-12-06 12:24:07 -08:00
mount_linux.go Enable containerized mounter only for nfs and glusterfs types 2016-12-02 15:06:24 -08:00
mount_linux_test.go Fix unmount issue cuased by GCI mounter 2016-12-06 12:24:07 -08:00
mount_unsupported.go Revert "Revert "Merge pull request #35821 from vishh/gci-mounter-scope"" 2016-11-08 11:09:10 -08:00
nsenter_mount.go fixed absense to absence 2016-10-14 16:28:46 +02:00
nsenter_mount_unsupported.go This change supports robust kubelet volume cleanup 2016-08-15 11:29:15 -07:00
safe_format_and_mount_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00