mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
.github
assets
charts
cmd
deploy
docs
e2e
examples
internal
cephfs
controller
persistentvolume
controller.go
csi-common
journal
liveness
rbd
util
scripts
troubleshooting
vendor
.commitlintrc.yml
.gitignore
.mergify.yml
.pre-commit-config.yaml
.travis.yml
LICENSE
Makefile
README.md
build.env
deploy.sh
go.mod
go.sum
there can be a change we can reconcile same PV parallelly we can endup in generating and deleting multiple omap keys. to be on safer side taking lock to process one volumeHandle at a time. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>