diff --git a/internal/rbd/rbd_util.go b/internal/rbd/rbd_util.go index 9ce99c2eb..d5879df37 100644 --- a/internal/rbd/rbd_util.go +++ b/internal/rbd/rbd_util.go @@ -566,6 +566,7 @@ func (rv *rbdVolume) getCloneDepth(ctx context.Context) (uint, error) { depth++ } vol.RbdImageName = vol.ParentName + vol.Pool = vol.ParentPool } } @@ -741,6 +742,7 @@ func (rv *rbdVolume) checkImageChainHasFeature(ctx context.Context, feature uint return true, nil } vol.RbdImageName = vol.ParentName + vol.Pool = vol.ParentPool } }