k3s/pkg/volume/fc
mtanino ed46466b95 FC volume plugin: remove block device at DetachDisk
After a volume is unmounted from pod and worker node,
cluster admin or external-provisioner might delete
the disk from storage, therefore block device on
the node should be cleaned up beforehand.

The photon volume plugin already has same functionality.

Fixes #49392
2017-07-31 15:36:39 -04:00
..
BUILD update godep 2017-07-20 11:03:49 -07:00
OWNERS remove deads2k from volume reviewer 2017-07-25 08:52:25 -04:00
attacher.go FC volume plugin: remove block device at DetachDisk 2017-07-31 15:36:39 -04:00
disk_manager.go FC volume plugin: remove block device at DetachDisk 2017-07-31 15:36:39 -04:00
doc.go
fc.go update import 2017-07-20 11:03:49 -07:00
fc_test.go Merge pull request #48940 from rootfs/fc-fencing 2017-07-19 19:10:12 -07:00
fc_util.go FC volume plugin: remove block device at DetachDisk 2017-07-31 15:36:39 -04:00
fc_util_test.go