mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-31 19:16:41 +00:00
When the image is not closed, it keeps a watch open. This prevents the CSI Controller to delete the Volume, as there is still a user of it. Fixes: f9ab14e826 "rbd: check if an image is part of a group before adding it" Signed-off-by: Niels de Vos <ndevos@ibm.com>