ceph-csi/internal/rbd/features
Niels de Vos 3802dd2c2c rbd: add feature check to see if GroupSnapGetInfo is available
The go-ceph rbd package provides the GroupSnapGetInfo function, but it
may return ErrUnsupported when called. Returning this error after
advertising the support for VolumeGroupSnapshot seems ugly.

In order to advertise support for VolumeGroupSnapshot,
SupportsGroupSnapGetInfo() can be used, which detects the required C
function of librbd.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2024-10-10 15:45:47 +00:00
..
dlsym.go rbd: add feature check to see if GroupSnapGetInfo is available 2024-10-10 15:45:47 +00:00
features_test.go rbd: add feature check to see if GroupSnapGetInfo is available 2024-10-10 15:45:47 +00:00
features.go rbd: add feature check to see if GroupSnapGetInfo is available 2024-10-10 15:45:47 +00:00