k3s/pkg/volume/fc
Kubernetes Submit Queue 932e07af53 Merge pull request #50031 from verult/ConnectedProbe
Automatic merge from submit-queue (batch tested with PRs 51054, 51101, 50031, 51296, 51173)

Dynamic Flexvolume plugin discovery, probing with filesystem watch.

**What this PR does / why we need it**: Enables dynamic Flexvolume plugin discovery. This model uses a filesystem watch (fsnotify library), which notifies the system that a probe is necessary only if something changes in the Flexvolume plugin directory.

This PR uses the dependency injection model in https://github.com/kubernetes/kubernetes/pull/49668.

**Release Note**:
```release-note
Dynamic Flexvolume plugin discovery. Flexvolume plugins can now be discovered on the fly rather than only at system initialization time.
```

/sig-storage

/assign @jsafrane @saad-ali 
/cc @bassam @chakri-nelluri @kokhang @liggitt @thockin
2017-08-26 02:05:34 -07:00
..
BUILD fibre channel: Remove unused exe interface 2017-08-22 14:28:10 +02:00
OWNERS remove deads2k from volume reviewer 2017-07-25 08:52:25 -04:00
attacher.go fibre channel: Remove unused exe interface 2017-08-22 14:28:10 +02:00
disk_manager.go handle failed mounts for fc volumes 2017-08-25 09:59:42 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fc.go fibre channel: Remove unused exe interface 2017-08-22 14:28:10 +02:00
fc_test.go Adding dynamic Flexvolume plugin discovery capability, using filesystem watch. 2017-08-25 11:42:32 -07:00
fc_util.go FC plugin: Support WWID for volume identifier 2017-08-10 09:59:31 -04:00
fc_util_test.go FC plugin: Support WWID for volume identifier 2017-08-10 09:59:31 -04:00