Files
kubernetes/pkg/controller
Kubernetes Submit Queue 81d9e7f68a Merge pull request #42721 from NickrenREN/pv-provisionClaimOperation
Automatic merge from submit-queue

fix createProvisionedPV result err judgenment bug

When ctrl.kubeClient.Core().PersistentVolumes().Create(volume) returns no err, and storeVolumeUpdate() fails, we save PV sucessfully ,but here err is not nil,we should not run the codes next in block if err != nil {} to delete the storage asset.
same in the deletion retries below
change the err names to make it clear
**Release note**:
```release-note
NONE
```
@jsafrane @saad-ali  PTAL. Thanks
2017-03-26 23:30:34 -07:00
..
2017-02-13 09:18:32 -05:00
2017-02-13 09:18:32 -05:00
2017-03-21 14:45:26 +08:00
2017-02-13 09:18:32 -05:00
2017-02-13 09:18:32 -05:00
2017-02-13 09:18:32 -05:00
2016-10-13 16:10:24 -07:00
2017-02-27 06:48:13 -05:00
2017-03-18 22:45:07 +08:00
2016-07-16 13:48:21 -04:00