ceph-csi/internal/cephfs
Rakshith R 113eebfd4c cephfs: safeguard subVolumeGroupCreated map from race condition
Multiple go-routines may simultaneously create the
subVolumeGroupCreated map or  write into it
for a particular group.

This commit safeguards subVolumeGroupCreated map
from concurrent creation/writes while allowing for multiple
readers.

Signed-off-by: Rakshith R <rar@redhat.com>
(cherry picked from commit d516a1d66d)
2023-10-11 11:38:52 +05:30
..
core cephfs: safeguard subVolumeGroupCreated map from race condition 2023-10-11 11:38:52 +05:30
errors cleanup: move core functions to core pkg 2021-09-23 06:39:37 +00:00
mounter build: address nolintlint errors from new golangci-lint 2023-06-05 04:49:46 +00:00
store build: address gofmt warnings 2023-06-05 04:49:46 +00:00
util cephfs: fix make go-lint error 2023-08-30 11:16:40 +02:00
controllerserver.go build: address gofmt warnings 2023-06-05 04:49:46 +00:00
driver.go cephfs: subvolumes honor --setmetadata option 2022-08-01 07:15:29 +00:00
fuserecovery.go build: address gofmt warnings 2023-06-05 04:49:46 +00:00
identityserver.go ci: fix all linter errors found in golangci-lint 2022-06-03 12:55:54 +00:00
nodeserver.go cephfs: add mountOptions during NodeStage call 2023-06-19 09:51:40 +00:00
validator.go cephfs: correct comment for validateExpandVolumeRequest 2021-09-07 14:33:02 +00:00