![]() iSCSI volume plugin persists volume metadata into global mount directory, before it is mounted. Content of the directory is shadowed by the volume mount. Therefore kubelet should not write metadata to the directory when a second pod uses the same volume on the same node. 1. The metadata were already persisted before mounting the volume for the first pod. 2. The global mount directory has the volume mounted, so any write there would write to the volume, which is undesirable. |
||
---|---|---|
.. | ||
attacher.go | ||
BUILD | ||
disk_manager.go | ||
doc.go | ||
iscsi_test.go | ||
iscsi_util_test.go | ||
iscsi_util.go | ||
iscsi.go | ||
OWNERS |