mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-25 16:56:40 +00:00
This commit removes `rv.Connect(cr)` since the rbdVolume should have an active connection in this stage of the function call. `rv.getCloneDepth(ctx)` will work after a connect to the cluster. Signed-off-by: Rakshith R <rar@redhat.com>