Skip to content

Commit 1827f44

Browse files
authored
Merge pull request #35691 from Kartik494/update_CSI_Volume_cloning
improve documentation for Cloning support for different storage classes
2 parents eb860d5 + 317c213 commit 1827f44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/storage/volume-pvc-datasource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Users need to be aware of the following when using this feature:
3232
* Cloning support is only available for dynamic provisioners.
3333
* CSI drivers may or may not have implemented the volume cloning functionality.
3434
* 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).
35-
* Cloning is only supported within the same Storage Class.
36-
- Destination volume must be the same storage class as the source
37-
- Default storage class can be used and storageClassName omitted in the spec
35+
* Cloning is supported with a different Storage Class.
36+
- Destination volume can be the same or a different storage class as the source.
37+
- Default storage class can be used and storageClassName omitted in the spec.
3838
* 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)
3939

4040

0 commit comments

Comments
 (0)