• Kubernetes Submit Queue's avatar
    Merge pull request #44537 from FengyunPan/fix-volume-bug · f1716832
    Kubernetes Submit Queue authored
    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
    f1716832
Name
Last commit
Last update
..
aws Loading commit data...
azure Loading commit data...
cloudstack Loading commit data...
fake Loading commit data...
gce Loading commit data...
mesos Loading commit data...
openstack Loading commit data...
ovirt Loading commit data...
photon Loading commit data...
rackspace Loading commit data...
vsphere Loading commit data...
BUILD Loading commit data...
providers.go Loading commit data...