mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-10-14 01:11:30 +08:00

Inside VolumeGroupServer.ModifyVolumeGroupMembership() there is an error used in a return that could be `nil`. It seems the error that was returned isn't the correct one, and an other error object should have been returned instead. Signed-off-by: Niels de Vos <ndevos@ibm.com>