• NickrenREN's avatar
    fix createProvisionedPV result err judgenment bug · 0ab9f6fe
    NickrenREN authored
    When ctrl.kubeClient.Core().PersistentVolumes().Create(volume) returns no err, but storeVolumeUpdate() failed, we save PV sucessfully ,but here err is not nil,
    we should not run the codes next in block if err != nil {}
    same in the deletion retries below
    0ab9f6fe
pv_controller.go 63.1 KB