ceph-csi/internal
Rakshith R 82f1323af4 cephfs: safeguard localClusterState struct from race conditions
Multiple go-routines may simultaneously check for a clusterID's
presence in clusterAdditionalInfo and create an entry if it is
absent. This set of operation needs to be serialized.

Therefore, this commit safeguards clusterAdditionalInfo map
from concurrent writes with a mutex to prevent the above problem.

Signed-off-by: Rakshith R <rar@redhat.com>
2023-10-10 21:04:05 +00:00
..
cephfs cephfs: safeguard localClusterState struct from race conditions 2023-10-10 21:04:05 +00:00
controller rebase: replace MetricsBindAddress with Metrics 2023-08-29 13:39:45 +00:00
csi-addons rbd: fixed all potential crashing when decoding volume ID failed 2023-09-06 13:46:22 +00:00
csi-common build: address interfacer warning 2023-06-05 04:49:46 +00:00
journal build: address gofmt warnings 2023-06-05 04:49:46 +00:00
kms build: address gofmt warnings 2023-06-05 04:49:46 +00:00
liveness cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
nfs nfs: add support for clients in the StorageClass 2023-07-06 06:24:11 +00:00
rbd rbd: update snap RbdImageName in createSnapshot 2023-10-03 11:45:03 +00:00
util build: address gosec warning 2023-06-05 04:49:46 +00:00