ceph-csi/internal/rbd
Madhu Rajanna 7a87db39e6 rbd: check rbd image status only duing DeleteVolume RPC
currently, various calls to deleteImage does not
need the rbdStatus check. That is only required
when calling from DeleteVolume. This PR optimizes the
rbd image deletion by removing the status check.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-07-02 11:43:25 +00:00
..
controllerserver.go rbd: check rbd image status only duing DeleteVolume RPC 2020-07-02 11:43:25 +00:00
driver.go rbd: add skipForceFlatten flag 2020-07-01 08:21:47 +00:00
errors.go rbd: Implement snapshot and clone from snapshot 2020-07-01 08:21:47 +00:00
identityserver.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver_test.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
nodeserver.go rbd: add skipForceFlatten flag 2020-07-01 08:21:47 +00:00
rbd_attach.go rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
rbd_journal.go rbd: store imageID if image is present 2020-07-01 08:21:47 +00:00
rbd_util_test.go rbd: use librbd.FeatureSet for features 2020-06-19 11:37:29 +00:00
rbd_util.go rbd: check rbd image status only duing DeleteVolume RPC 2020-07-02 11:43:25 +00:00
snapshot.go rbd: Implement snapshot and clone from snapshot 2020-07-01 08:21:47 +00:00