ceph-csi/internal/rbd
Madhu Rajanna 4e82384b43 rbd: check image not found error
during the checkSnapCloneExists we are checking
the image, if the image not found we are deleting
the snapshot on the parent image, This PR corrects
the comparasion. instead of snapshotNotFound we need
to check ImageNotFound error.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-07-08 17:09:59 +00:00
..
controllerserver.go journal: replace getStoredImageId with go-ceph 2020-07-06 15:03:44 +00:00
driver.go rbd: add maxsnapshotsonimage flag 2020-07-06 10:08:31 +00:00
errors.go rbd: add Unwrap() to error types 2020-07-03 09:12:48 +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 RHEL 8.2 kernel to the list 2020-07-06 12:20:00 +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: check image not found error 2020-07-08 17:09:59 +00:00
rbd_util_test.go rbd: use librbd.FeatureSet for features 2020-06-19 11:37:29 +00:00
rbd_util.go journal: replace getStoredImageId with go-ceph 2020-07-06 15:03:44 +00:00
snapshot.go journal: replace getStoredImageId with go-ceph 2020-07-06 15:03:44 +00:00