ceph-csi/internal/cephfs/core
Rakshith R d516a1d66d 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>
2023-10-10 21:04:05 +00:00
..
clone_test.go cephfs: report detailed error message on clone failure 2022-06-30 19:33:41 +00:00
clone.go cephfs: snapshots honor --setmetadata option 2022-08-01 07:15:29 +00:00
filesystem.go cephfs: fix error logging in filesystem.go 2022-01-27 14:31:12 +00:00
metadata.go cephfs: safeguard subVolumeGroupCreated map from race condition 2023-10-10 21:04:05 +00:00
snapshot_metadata.go cephfs: use errors.As instead of errors.Is 2022-10-17 09:11:45 +00:00
snapshot.go cephfs: snapshots honor --setmetadata option 2022-08-01 07:15:29 +00:00
volume.go cephfs: safeguard subVolumeGroupCreated map from race condition 2023-10-10 21:04:05 +00:00