k3s/pkg/controller/volume/attachdetach
Jing Xu 9e8edf6baf Fix issue in updating device path when volume is attached multiple times
When volume is attached, it is possible that the actual state
already has this volume object (e.g., the volume is attached to multiple
nodes, or volume was detached and attached again). We need to update the
device path in such situation, otherwise, the device path would be stale
information and cause kubelet mount to the wrong device.

This PR partially fixes issue #29324
2016-10-03 17:14:23 -07:00
..
cache Fix issue in updating device path when volume is attached multiple times 2016-10-03 17:14:23 -07:00
populator move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
reconciler Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
statusupdater Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
testing
OWNERS
attach_detach_controller.go Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
attach_detach_controller_test.go move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00