k3s/pkg/cloudprovider/providers
Kubernetes Submit Queue f171683242 Merge pull request #44537 from FengyunPan/fix-volume-bug
Automatic merge from submit-queue (batch tested with PRs 45374, 44537, 45739, 44474, 45888)

Fix attach volume to instance repeatedly

1.When volume's status is 'attaching', controllermanager will attach
    it again and return err. So it is necessary to check volume's
    status before attach/detach volume.

   2. When volume's status is 'attaching', its attachments will be None,
    controllermanager can't get device path and make some failed event.
    But it is normal, so don't return err when attachments is None

Fix bug: #44536
2017-05-16 18:10:55 -07:00
..
aws Merge pull request #38636 from dhawal55/internal-elb 2017-05-10 19:31:45 -07:00
azure Change to use ESIPP first class fields and update comments 2017-05-12 10:59:00 -07:00
cloudstack autogenerated 2017-04-14 10:40:57 -07:00
fake cloud initialize node in external cloud controller 2017-05-05 16:51:45 -07:00
gce Change to use ESIPP first class fields and update comments 2017-05-12 10:59:00 -07:00
mesos client.go: format err 2017-05-11 18:17:33 +08:00
openstack Don't return err when volume's status is 'attaching' 2017-05-12 19:53:50 +08:00
ovirt remove deprecated NodeLegacyHostIP 2017-04-24 11:01:25 +08:00
photon remove strings.compare(), use string native operation 2017-04-19 09:32:29 +08:00
rackspace Don't return err when volume's status is 'attaching' 2017-05-12 19:53:50 +08:00
vsphere fix implementation of VolumesAreAttached function 2017-05-10 10:16:13 -07:00
BUILD
providers.go