1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

CNV-51078: Documented bulk VM operations

This commit is contained in:
Jaromir Hradilek
2025-01-27 17:22:55 +01:00
committed by openshift-cherrypick-robot
parent 5364b4fd6a
commit 04741f2e52
2 changed files with 19 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
// Module included in the following assemblies:
//
// * virt/managing_vms/virt-controlling-vm-states.adoc
:_mod-docs-content-type: PROCEDURE
[id="virt-controlling-multiple-vms-web_{context}"]
= Controlling the state of multiple virtual machines
You can start, stop, restart, pause, and unpause multiple virtual machines from the web console.
.Procedure
. Navigate to *Virtualization* -> *VirtualMachines* in the web console.
. Optional: To limit the number of displayed virtual machines, select a relevant project from the *Projects* list.
. 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.
. Click *Actions* and select the intended action from the menu.

View File

@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
toc::[]
You can stop, start, restart, and unpause virtual machines from the web console.
You can stop, start, restart, pause, and unpause virtual machines from the web console.
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.
@@ -19,3 +19,5 @@ include::modules/virt-restarting-vm-web.adoc[leveloffset=+1]
include::modules/virt-pausing-vm-web.adoc[leveloffset=+1]
include::modules/virt-unpausing-vm-web.adoc[leveloffset=+1]
include::modules/virt-controlling-multiple-vms.adoc[leveloffset=+1]