ceph-csi/internal
Humble Chirammal bd947bbe31 util: remove deleteLock check while acquiring snapshot createLock
snapshot controller make sure the pvc which is the source for the
snapshot request wont get deleted while snapshot is getting created,
so we dont need to check for any ongoing delete operation here on the
volume.

Subjected code path in snapshot controller:

```
pvc, err := ctrl.getClaimFromVolumeSnapshot(snapshot)
.
..
pvcClone.ObjectMeta.Finalizers = append(pvcClone.ObjectMeta.Finalizers, utils.PVCFinalizer)
_, err = ctrl.client.CoreV1().PersistentVolumeClaims(pvcClone.Namespace).Update(..)
```

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-07-17 10:23:13 +00:00
..
cephfs cephfs: Get rid of locking at nodepublish 2021-07-16 07:18:56 +00:00
controller cleanup: resolves gofumpt issues of internal codes 2021-07-14 19:50:56 +00:00
csi-common cleanup: resolves gofumpt issues of internal codes 2021-07-14 19:50:56 +00:00
journal cleanup: resolves gofumpt issues of internal codes 2021-07-14 19:50:56 +00:00
liveness cleanup: resolves gofumpt issues of internal codes 2021-07-14 19:50:56 +00:00
rbd rbd: improve healer to run multiple NodeStageVolume req concurrently 2021-07-16 16:30:58 +00:00
util util: remove deleteLock check while acquiring snapshot createLock 2021-07-17 10:23:13 +00:00