k3s/pkg/volume/fc
saadali 542f2dc708 Introduce new kubelet volume manager
This commit adds a new volume manager in kubelet that synchronizes
volume mount/unmount (and attach/detach, if attach/detach controller
is not enabled).

This eliminates the race conditions between the pod creation loop
and the orphaned volumes loops. It also removes the unmount/detach
from the `syncPod()` path so volume clean up never blocks the
`syncPod` loop.
2016-06-15 09:34:08 -07:00
..
OWNERS add maintainers for each volume driver 2016-03-22 22:19:53 -07:00
disk_manager.go Rename volume.Builder to Mounter and volume.Cleaner to Unmounter 2016-03-25 11:29:58 -07:00
doc.go support fibre channel volume 2015-09-18 19:15:31 -04:00
fc.go Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
fc_test.go Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
fc_util.go This is an update that allows the iscsi volume to check if a iscsi device belongs to a mpio device 2016-04-20 09:42:11 +08:00
fc_util_test.go support fibre channel volume 2015-09-18 19:15:31 -04:00