• Jan Safranek's avatar
    Fix handling of APIserver errors when saving provisioned PVs. · 195d5c15
    Jan Safranek authored
    When API server crashes *after* saving a provisioned PV and before sending
    200 OK, the controller tries to save the PV again. In this case, it gets
    AlreadyExists error, which should be interpreted as success and not as error.
    
    Especially, a volume that corresponds to the PV should not be deleted in the
    underlying storage.
    195d5c15
Name
Last commit
Last update
..
options Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
binder_test.go Loading commit data...
delete_test.go Loading commit data...
framework_test.go Loading commit data...
index.go Loading commit data...
index_test.go Loading commit data...
provision_test.go Loading commit data...
pv_controller.go Loading commit data...
pv_controller_base.go Loading commit data...
pv_controller_test.go Loading commit data...
recycle_test.go Loading commit data...
volume_host.go Loading commit data...