mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-19 02:38:07 -05:00
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. |
||
|---|---|---|
| .. | ||
| attacher.go | ||
| BUILD | ||
| disk_manager.go | ||
| doc.go | ||
| iscsi.go | ||
| iscsi_test.go | ||
| iscsi_util.go | ||
| iscsi_util_test.go | ||
| OWNERS | ||