k3s/pkg/volume/iscsi
Jan Safranek 906fd7529e Fix iSCSI and RBD UnmountDevice with mount containers.
Google's configure-helper.sh script bind-mounts /var/lib/kubelet somewhere
into /home/kubernetes and thus every mount that Kubernetes does is visible
twice in /proc/mounts.

iSCSI and RBD should not rely on counting on entries in /proc/mounts and
unmount device when Kubernetes thinks it's unusued. Kubernetes tracks
the mounts by itself and most of other volume plugins rely on it safely.
2018-05-09 09:52:37 +02:00
..
BUILD update bazel 2018-02-27 20:23:36 +08:00
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
attacher.go update import 2018-02-27 20:23:35 +08:00
disk_manager.go update import 2018-02-27 20:23:35 +08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
iscsi.go Add volumemetrics for ISCSI Plugin. 2018-03-15 13:40:50 +05:30
iscsi_test.go FIX the os.Stat() func in volume file/kind bug 2018-02-24 19:31:21 +08:00
iscsi_util.go Fix iSCSI and RBD UnmountDevice with mount containers. 2018-05-09 09:52:37 +02:00
iscsi_util_test.go Support iscsi volume attach and detach 2017-08-26 17:23:47 -04:00