ceph-csi/internal
Madhu Rajanna d6348545ab journal: Add additional operation based locking
As we are adding new functionalities like Create/Delete
snapshot,Clone from Snapshot and Clone from Volume.
with the current implementation, there are only serial
operations allowed for this functionalities, for some
function we can allow parallel operations like
Clone from snapshot and Clone from Volume and Create
`N` snapshots on a single volume.

Delete Volume: Need to ensure that there is no clone,
Snapshot create and  Expand volume in progress.

Expand Volume: Need to ensure that there is no clone,
snapshot create and cloning in progress

Delete Snapshot: Need to ensure that there is no
cloning in progress

Restore Volume/Snapshot: Need to ensure that there is
no Expand or delete operation in progress.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-07-21 13:25:19 +00:00
..
cephfs cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00
csi-common cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00
journal cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00
liveness cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
rbd cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00
util journal: Add additional operation based locking 2020-07-21 13:25:19 +00:00