Skip to content

Commit 978cb43

Browse files
authored
Merge pull request #93632 from aspauldi/CNV-58546
CNV#58546: DOC: UI - Bulk Storage Class Migration within a single cluster
2 parents 7fb2a83 + 00980d6 commit 978cb43

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4810,6 +4810,8 @@ Topics:
48104810
File: virt-using-vtpm-devices
48114811
- Name: Managing virtual machines with OpenShift Pipelines
48124812
File: virt-managing-vms-openshift-pipelines
4813+
- Name: Migrating VMs in a single cluster to a different storage class
4814+
File: virt-migrating-vms-in-single-cluster-to-different-storage-class
48134815
- Name: Advanced virtual machine management
48144816
Dir: advanced_vm_management
48154817
Topics:
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/managing_vms/virt-migrating-vms-in-single-cluster-to-different-storage-class.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-migrating-bulk-vms-different-storage-class-web_{context}"]
7+
= Migrating VMs in a single cluster to a different storage class by using the web console
8+
9+
By using the {product-title} web console, you can migrate single-cluster VMs in bulk from one storage class to another storage class.
10+
11+
.Prerequisites
12+
13+
* The VMs you select for each bulk migration must be in the same namespace.
14+
* The {mtc-first} must be installed.
15+
16+
.Procedure
17+
18+
. From the {product-title} web console, navigate to *Virtualization**VirtualMachines*.
19+
20+
. From the list of VMs in the same namespace, select each VM that you want to move from its current storage class.
21+
22+
. Select *Actions* -> *Migrate storage*.
23+
+
24+
Alternatively, you can access this option by opening the Options menu {kebab} for a selected VM, and then selecting *Migration* -> *Storage*.
25+
+
26+
The *Migrate VirtualMachine storage* page opens.
27+
28+
. To review the VMs that you want to migrate, click the link that identifies the number of VMs and volumes. Click *View more* to see the full list.
29+
30+
. Select either the entire VM or only selected volumes for storage class migration. If you choose to migrate only selected volumes, the page expands to allow you to make specific selections.
31+
+
32+
You can also click *VirtualMachine name* to select all VMs.
33+
34+
. Click *Next*.
35+
36+
. From the list of available storage classes, select the destination storage class for the migration.
37+
38+
. Click *Next*.
39+
40+
. Review the details, and click *Migrate VirtualMachine storage* to start the migration.
41+
42+
. Optional: Click *Stop* to interrupt the migration, or click *View storage migrations* to see the status of current and previous migrations.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="virt-migrating-vms-in-single-cluster-to-different-storage-class"]
3+
= Migrating VMs in a single cluster to a different storage class
4+
include::_attributes/common-attributes.adoc[]
5+
:context: virt-migrating-vms-in-single-cluster-to-different-storage-class
6+
7+
toc::[]
8+
9+
You can migrate virtual machines (VMs) within a single cluster from one storage class to a different storage class. By using the {product-title} web console, you can perform the migration for the VMs in bulk.
10+
11+
include::modules/virt-migrating-bulk-vms-different-storage-class-web.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)