Skip to content

Commit cd5bb83

Browse files
authored
Merge pull request #56072 from xenolinux/support-limitations
OCPBUGS#6750: Add a new cloning limitation
2 parents 5d166da + 059cbf5 commit cd5bb83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/persistent-storage-csi-cloning-overview.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ No new API objects are required for cloning. The existing `dataSource` field in
1919
By default, {product-title} supports CSI volume cloning with these limitations:
2020

2121
* The destination persistent volume claim (PVC) must exist in the same namespace as the source PVC.
22-
* The source and destination storage class must be the same.
22+
* Cloning is supported with a different Storage Class.
23+
** Destination volume can be the same for a different storage class as the source.
24+
** You can use the default storage class and omit `storageClassName` in the `spec`.
2325
* Support is only available for CSI drivers. In-tree and FlexVolumes are not supported.
2426
* CSI drivers might not have implemented the volume cloning functionality. For details, see the CSI driver documentation.

0 commit comments

Comments
 (0)