ceph-csi/internal/cephfs/core
Madhu Rajanna 4face6a7b3 cephfs: retry subvolumegroup creation
Incase the  subvolumegroup is deleted
and recreated we need to restart the
cephcsi provisioner pod to clear cache
that cephcsi maintains. With this PR
if cephcsi sees NotFound error duing
subvolume creation it will reset the cache
for that filesystem so that in next RPC
call cephcsi will try to create the
subvolumegroup again

Ref: https://github.com/rook/rook/issues/10623

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 76064d8e34)
2022-09-08 11:37: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: fix subvolumegroup creation for multiple fs 2022-09-08 11:37:05 +00:00
snapshot_metadata.go cephfs: fix subvolumegroup creation for multiple fs 2022-09-08 11:37:05 +00:00
snapshot.go cephfs: snapshots honor --setmetadata option 2022-08-01 07:15:29 +00:00
volume.go cephfs: retry subvolumegroup creation 2022-09-08 11:37:05 +00:00