• Jan Safranek's avatar
    Fix iSCSI and RBD UnmountDevice with mount containers. · 906fd752
    Jan Safranek authored
    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.
    906fd752
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
attacher.go Loading commit data...
disk_manager.go Loading commit data...
doc.go Loading commit data...
iscsi.go Loading commit data...
iscsi_test.go Loading commit data...
iscsi_util.go Loading commit data...
iscsi_util_test.go Loading commit data...