Files
kubernetes/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
..
2018-02-27 20:23:35 +08:00
2018-02-27 20:23:36 +08:00
2018-02-27 20:23:35 +08:00
2018-03-15 13:40:50 +05:30