ceph-csi/internal/util
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
..
cephcmds.go cleanup: address gosec warnings 2020-07-21 08:36:24 +00:00
cephconf.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
conn_pool_test.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
conn_pool.go cleanup: address gosec warnings 2020-07-21 08:36:24 +00:00
connection.go cleanup: address err113 warnings about direct error comparisons 2020-07-06 08:57:46 +00:00
credentials.go cleanup: fix golint warnings in util, e2e 2020-05-20 13:18:41 +00:00
crypto.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
cryptsetup.go cleanup: address gosec warnings 2020-07-21 08:36:24 +00:00
csiconfig_test.go cleanup: address gosec warnings 2020-07-21 08:36:24 +00:00
csiconfig.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
errors.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
httpserver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
idlocker_test.go journal: Add additional operation based locking 2020-07-21 13:25:19 +00:00
idlocker.go journal: Add additional operation based locking 2020-07-21 13:25:19 +00:00
k8s.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
log.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
pidlimit_test.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
pidlimit.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
stripsecrets.go cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
topology_test.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
topology.go cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00
util_test.go util: update unit testing for deep flatten 2020-07-08 05:48:42 +00:00
util.go cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00
validate.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
vault.go cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00
volid_test.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
volid.go cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00