Skip to content

Commit fa1fd4f

Browse files
authored
Merge pull request #87656 from jhradilek/CNV-51078-bulk-vm-operations
CNV-51078: Document bulk VM operations
2 parents 9fc12a5 + d4fa5ac commit fa1fd4f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/managing_vms/virt-controlling-vm-states.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-controlling-multiple-vms-web_{context}"]
7+
= Controlling the state of multiple virtual machines
8+
9+
You can start, stop, restart, pause, and unpause multiple virtual machines from the web console.
10+
11+
.Procedure
12+
13+
. Navigate to *Virtualization* -> *VirtualMachines* in the web console.
14+
. Optional: To limit the number of displayed virtual machines, select a relevant project from the *Projects* list.
15+
. Select a checkbox next to the virtual machines you want to work with. To select all virtual machines, click the checkbox in the *VirtualMachines* table header.
16+
. Click *Actions* and select the intended action from the menu.

virt/managing_vms/virt-controlling-vm-states.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can stop, start, restart, and unpause virtual machines from the web console.
9+
You can stop, start, restart, pause, and unpause virtual machines from the web console.
1010

1111
You can use xref:../../virt/getting_started/virt-using-the-cli-tools.adoc#virt-using-the-cli-tools[`virtctl`] to manage virtual machine states and perform other actions from the CLI. For example, you can use `virtctl` to force stop a VM or expose a port.
1212

@@ -19,3 +19,5 @@ include::modules/virt-restarting-vm-web.adoc[leveloffset=+1]
1919
include::modules/virt-pausing-vm-web.adoc[leveloffset=+1]
2020

2121
include::modules/virt-unpausing-vm-web.adoc[leveloffset=+1]
22+
23+
include::modules/virt-controlling-multiple-vms.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)