Skip to content

Commit ae84bcd

Browse files
authored
Merge pull request #32471 from mgarrellRH/CNV6967
CNV Jira Story CNV-6967 Adding notes indicating support for cloning between different persistent volume types with certain limits
2 parents b0d63b9 + f335622 commit ae84bcd

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

virt/virtual_machines/cloning_vms/virt-cloning-vm-disk-into-new-datavolume-block.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ file.
1111

1212
[WARNING]
1313
====
14-
Cloning operations between different volume modes are not supported. The `volumeMode` values must match in both the source and target specifications.
14+
Cloning operations between different volume modes are supported, such as cloning from a persistent volume (PV) with `volumeMode: Block` to a PV with `volumeMode: Filesystem`.
1515
16-
For example, if you attempt to clone from a persistent volume (PV) with `volumeMode: Block` to a PV with `volumeMode: Filesystem`, the operation fails with an error message.
16+
However, you can only clone between different volume modes if they are of the `contentType: kubevirt`.
1717
====
1818

1919
== Prerequisites
@@ -32,4 +32,3 @@ include::modules/virt-cloning-pvc-of-vm-disk-into-new-datavolume.adoc[leveloffse
3232
include::modules/virt-cdi-supported-operations-matrix.adoc[leveloffset=+1]
3333

3434
:blockstorage!:
35-

virt/virtual_machines/cloning_vms/virt-cloning-vm-disk-into-new-datavolume.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ file.
1111

1212
[WARNING]
1313
====
14-
Cloning operations between different volume modes are not supported. The `volumeMode` values must match in both the source and target specifications.
14+
Cloning operations between different volume modes are supported, such as cloning from a persistent volume (PV) with `volumeMode: Block` to a PV with `volumeMode: Filesystem`.
1515
16-
For example, if you attempt to clone from a persistent volume (PV) with `volumeMode: Block` to a PV with `volumeMode: Filesystem`, the operation fails with an error message.
16+
However, you can only clone between different volume modes if they are of the `contentType: kubevirt`.
1717
====
1818

1919
== Prerequisites
@@ -27,4 +27,3 @@ include::modules/virt-cloning-pvc-of-vm-disk-into-new-datavolume.adoc[leveloffse
2727
include::modules/virt-template-datavolume-clone.adoc[leveloffset=+1]
2828

2929
include::modules/virt-cdi-supported-operations-matrix.adoc[leveloffset=+1]
30-

virt/virtual_machines/cloning_vms/virt-cloning-vm-using-datavolumetemplate.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ configuration file, you create a new data volume from the original PVC.
1111

1212
[WARNING]
1313
====
14-
Cloning operations between different volume modes are not supported. The `volumeMode` values must match in both the source and target specifications.
14+
Cloning operations between different volume modes are supported, such as cloning from a persistent volume (PV) with `volumeMode: Block` to a PV with `volumeMode: Filesystem`.
1515
16-
For example, if you attempt to clone from a persistent volume (PV) with `volumeMode: Block` to a PV with `volumeMode: Filesystem`, the operation fails with an error message.
16+
However, you can only clone between different volume modes if they are of the `contentType: kubevirt`.
1717
====
1818

1919
== Prerequisites

0 commit comments

Comments
 (0)