ceph-csi/internal/rbd/group
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
..
util.go rbd: replace Manager.DeleteVolumeGroup() by VolumeGroup.Delete() 2024-09-26 13:59:21 +00:00
volume_group.go rbd: replace Manager.DeleteVolumeGroup() by VolumeGroup.Delete() 2024-09-26 13:59:21 +00:00