You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/storage/volume-pvc-datasource.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -59,18 +59,18 @@ Users need to be aware of the following when using this feature:
59
59
* Cloning support is only available for dynamic provisioners.
60
60
* CSI drivers may or may not have implemented the volume cloning functionality.
61
61
* You can only clone a PVC when it exists in the same namespace as the destination PVC (source and destination must be in the same namespace).
62
-
* Cloning is only supported within the same Storage Class.
63
-
- Destination volume must be the same storage class as the source
64
-
- Default storage class can be used and storageClassName omitted in the spec
62
+
* Cloning is supported with a different Storage Class.
63
+
- Destination volume can be the same or a different storage class as the source.
64
+
- Default storage class can be used and storageClassName omitted in the spec.
65
65
* Cloning can only be performed between two volumes that use the same VolumeMode setting (if you request a block mode volume, the source MUST also be block mode)
0 commit comments