ceph-csi/internal/rbd
Madhu Rajanna 032fb228dd rbd: take lock on parent image during snapshotcreate
we need to take lock on parent rbd image when
we are creating a snapshot from it, if the user
tries to delete/resize the rbd image when we are
taking snapshots,we may face issues. if the volume
lock is present on the rbd image, the user cannot
resize the rbd image nor delete the rbd image.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-07-06 10:08:31 +00:00
..
controllerserver.go rbd: take lock on parent image during snapshotcreate 2020-07-06 10:08:31 +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 cleanup: use errors.As() in rbd.NodeUnstageVolume() 2020-07-03 09:12:48 +00:00
rbd_attach.go rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
rbd_journal.go cleanup: use errors.As() in rbdVolume.Exists() and rbd.checkSnapExists() 2020-07-03 09:12:48 +00:00
rbd_util_test.go rbd: use librbd.FeatureSet for features 2020-06-19 11:37:29 +00:00
rbd_util.go rbd: flatten cloned images to freeup snapshot 2020-07-06 10:08:31 +00:00
snapshot.go rbd: Implement snapshot and clone from snapshot 2020-07-01 08:21:47 +00:00