diff --git a/internal/rbd/clone.go b/internal/rbd/clone.go index 9d6a5e908..00d39ac36 100644 --- a/internal/rbd/clone.go +++ b/internal/rbd/clone.go @@ -134,6 +134,7 @@ func (rv *rbdVolume) generateTempClone() *rbdVolume { tempClone.ClusterID = rv.ClusterID tempClone.Monitors = rv.Monitors tempClone.Pool = rv.Pool + tempClone.RadosNamespace = rv.RadosNamespace // The temp cloned image name will be always (rbd image name + "-temp") // this name will be always unique, as cephcsi never creates an image with // this format for new rbd images