ceph-csi/internal/csi-addons/rbd
Niels de Vos f2bc1c674b rbd: replace Manager.DeleteVolumeGroup() by VolumeGroup.Delete()
There is no need for the `Manager.DeleteVolumeGroup()` function as
`VolumeGroup.Delete()` should cover everything too.

By moving the `.Delete()` functionality of removing the group from the
journal to the shared `commonVolumeGroup` type, a volume group snaphot
can use it as well.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-09-26 13:59:21 +00:00
..
encryptionkeyrotation.go rbd: use ioctx locks for key rotation 2024-07-30 14:51:49 +00:00
identity.go rbd: implement CSI-Addons ControllerGetVolumeGroup operation 2024-07-26 08:12:49 +00:00
network_fence_test.go csi-addons: address golangci-lint issues 2024-04-09 06:55:23 +00:00
network_fence.go csi-addons: address golangci-lint issues 2024-04-09 06:55:23 +00:00
reclaimspace_test.go rbd: add volume locks for reclaimspace operations 2024-07-31 06:56:32 +00:00
reclaimspace.go rbd: add volume locks for reclaimspace operations 2024-07-31 06:56:32 +00:00
replication_test.go rbd: have GetCreationTime() return a time.Time struct 2024-08-09 14:58:59 +00:00
replication.go rbd: have GetCreationTime() return a time.Time struct 2024-08-09 14:58:59 +00:00
volumegroup.go rbd: replace Manager.DeleteVolumeGroup() by VolumeGroup.Delete() 2024-09-26 13:59:21 +00:00