ceph-csi/internal/rbd
Madhu Rajanna 38892c3068 rbd: rearrange the cleanup order incase clone fails
in case of clone failure, we need to first delete
the clone and the snapshot from which we created
the clone, then as part of cleanup we need to remove
the temporary cloned image and the temporary snapshot
created on the parent image.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-08-24 08:16:59 +00:00
..
clone.go rbd: rearrange the cleanup order incase clone fails 2020-08-24 08:16:59 +00:00
controllerserver.go rbd: replace klog with util in controllerserver.go 2020-08-19 14:38:12 +00:00
driver.go rbd: replace klog with util logger in driver.go 2020-08-19 14:38:12 +00:00
errors.go rbd: Add rados namespace support for rbd 2020-08-12 16:22:58 +05:30
identityserver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
nodeserver_test.go cleanup: Remove support for Delete and Unmounting v1.1.0 PVC 2020-07-10 16:07:13 +00:00
nodeserver.go rbd: replace klog with util logger in nodeserver.go 2020-08-19 14:38:12 +00:00
rbd_attach.go rbd: replace klog with util logger in rbd_attach.go 2020-08-19 14:38:12 +00:00
rbd_journal.go rbd: replace klog with util logger in rbd_journal.go 2020-08-19 14:38:12 +00:00
rbd_util_test.go cleanup: Remove support for Delete and Unmounting v1.1.0 PVC 2020-07-10 16:07:13 +00:00
rbd_util.go rbd: replace klog with util logger in rbd_util.go 2020-08-19 14:38:12 +00:00
snapshot.go rbd: replace klog with util logger in snapshot.go 2020-08-19 14:38:12 +00:00