diff --git a/modules/virt-controlling-multiple-vms.adoc b/modules/virt-controlling-multiple-vms.adoc new file mode 100644 index 0000000000..ce0dd64a02 --- /dev/null +++ b/modules/virt-controlling-multiple-vms.adoc @@ -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. diff --git a/virt/managing_vms/virt-controlling-vm-states.adoc b/virt/managing_vms/virt-controlling-vm-states.adoc index efe8d51d9f..029c2831a7 100644 --- a/virt/managing_vms/virt-controlling-vm-states.adoc +++ b/virt/managing_vms/virt-controlling-vm-states.adoc @@ -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]