ceph-csi/internal/cephfs
Madhu Rajanna df770e4139 cephfs: implement CreateVolumeGroupSnapshot RPC
implemented CreateVolumeGroupSnapshot RPC which
does below operations

* Basic request validation
* Reserve the UUID for the group name
* Quiesce the filesystem for all the subvolumes
from the input volumeId's
* Take the snapshot for all the input volumeId's
* Add the mapping between volumeId's and snapshot
Id's in omap
* Release the quiesce for the filesystem for
all the subvolumes from the input volumeId's

Undo all the operations if anything fails.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2024-03-21 06:16:42 +00:00
..
core cephfs: add helper for quiesce api 2024-03-21 06:16:42 +00:00
errors cephfs: add error for quiesce operation 2024-03-21 06:16:42 +00:00
mounter cephfs: do not run modprobe if support is compiled into the kernel 2024-01-17 17:48:45 +00:00
store cephfs: add helper for group options 2024-03-21 06:16:42 +00:00
util cleanup: do not pass EncodingVersion to GenerateVolID() 2024-03-18 06:23:28 +00:00
controllerserver.go cephfs: add locks for volumegroup 2024-03-21 06:16:42 +00:00
driver_test.go cephfs: add CSI-Addons support to the cephfs 2023-07-14 13:24:00 +00:00
driver.go cephfs: add locks for volumegroup 2024-03-21 06:16:42 +00:00
fuserecovery.go cleanup: fix spellcheck errors 2023-11-08 12:32:06 +00:00
groupcontrollerserver.go cephfs: implement CreateVolumeGroupSnapshot RPC 2024-03-21 06:16:42 +00:00
identityserver.go cephfs: add volumegroup service capability 2024-03-21 06:16:42 +00:00
nodeserver_test.go cephfs: do not run modprobe if support is compiled into the kernel 2024-01-17 17:48:45 +00:00
nodeserver.go cephfs: do not run modprobe if support is compiled into the kernel 2024-01-17 17:48:45 +00:00
validator.go cephfs: correct comment for validateExpandVolumeRequest 2021-09-07 14:33:02 +00:00