Skip to content

Commit 9aecf32

Browse files
authored
Merge pull request #73715 from ousleyp/vm-from-snapshot
CNV#39982: Cloning VMs assembly
2 parents 10491e4 + c850b23 commit 9aecf32

File tree

6 files changed

+27
-9
lines changed

6 files changed

+27
-9
lines changed

_topic_maps/_topic_map.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,10 +3984,12 @@ Topics:
39843984
File: virt-creating-vms-from-web-images
39853985
- Name: Creating VMs by uploading images
39863986
File: virt-creating-vms-uploading-images
3987-
- Name: Creating VMs by cloning PVCs
3988-
File: virt-creating-vms-by-cloning-pvcs
39893987
- Name: Installing the QEMU guest agent and VirtIO drivers
39903988
File: virt-installing-qemu-guest-agent
3989+
- Name: Cloning VMs
3990+
File: virt-cloning-vms
3991+
- Name: Creating VMs by cloning PVCs
3992+
File: virt-creating-vms-by-cloning-pvcs
39913993
- Name: Connecting to VM consoles
39923994
File: virt-accessing-vm-consoles
39933995
- Name: Configuring SSH access to VMs

modules/virt-cloning-vm-snapshot.adoc renamed to modules/virt-cloning-vm-web.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * virt/virtual_machines/creating_vms_rh/creating-vms-from-instance-types.adoc
3+
// * virt/virtual_machines/creating_vms_custom/virt-cloning-vms.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="virt-cloning-vm-snapshot_{context}"]

modules/virt-creating-vm-from-snapshot-web.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * virt/virtual_machines/creating_vms_rh/creating-vms-from-instance-types.adoc
3+
// * virt/virtual_machines/creating_vms_custom/virt-cloning-vms.adoc
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="virt-creating-vm-from-snapshot-web_{context}"]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="virt-cloning-vms"]
3+
= Cloning VMs
4+
include::_attributes/common-attributes.adoc[]
5+
:context: virt-cloning-vms
6+
7+
toc::[]
8+
9+
You can clone virtual machines (VMs) or create new VMs from snapshots.
10+
11+
include::modules/virt-cloning-vm-web.adoc[leveloffset=+1]
12+
13+
include::modules/virt-creating-vm-from-snapshot-web.adoc[leveloffset=+1]
14+
15+
[role="_additional-resources"]
16+
[id="additional-resources_{context}"]
17+
== Additional resources
18+
19+
* xref:../../../virt/virtual_machines/creating_vms_custom/virt-creating-vms-by-cloning-pvcs.adoc#virt-creating-vms-by-cloning-pvcs[Creating VMs by cloning PVCs]

virt/virtual_machines/creating_vms_custom/virt-creating-vms-by-cloning-pvcs.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ You must install the xref:../../../virt/virtual_machines/creating_vms_custom/vir
1313
You clone a PVC by creating a data volume that references a source PVC.
1414

1515
include::modules/virt-about-cloning.adoc[leveloffset=+1]
16+
1617
include::modules/virt-creating-vm-custom-image-web.adoc[leveloffset=+1]
1718

1819
[id="creating-vm-by-cloning-pvcs-cli"]

virt/virtual_machines/creating_vms_rh/virt-creating-vms-from-instance-types.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ You can create virtual machines (VMs) from instance types by using the {product-
1111
ifdef::openshift-rosa,openshift-dedicated[]
1212
[NOTE]
1313
====
14-
Creating a VM from an instance type in {VirtProductName} 4.15 and higher is supported for use on {product-title} clusters. In {VirtProductName} 4.14, Creating a VM from an instance type is a Technology Preview feature, and is not supported for use on {product-title} clusters
14+
Creating a VM from an instance type in {VirtProductName} 4.15 and higher is supported for use on {product-title} clusters. In {VirtProductName} 4.14, creating a VM from an instance type is a Technology Preview feature and is not supported for use on {product-title} clusters.
1515
====
1616
endif::openshift-rosa,openshift-dedicated[]
1717

1818
include::modules/virt-creating-vm-instancetype.adoc[leveloffset=+1]
19-
20-
include::modules/virt-creating-vm-from-snapshot-web.adoc[leveloffset=+1]
21-
22-
include::modules/virt-cloning-vm-snapshot.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)