Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions modules/virt-hot-plugging-cpu.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Module included in the following assemblies:
//
// * virt/virtual_machines/virt-edit-vms.adoc

:_mod-docs-content-type: PROCEDURE
[id="virt-hot-plugging-cpu_{context}"]

= Hot plugging CPUs on a virtual machine

You can increase or decrease the number of CPU sockets allocated to a virtual machine (VM) without having to restart the VM by using the {product-title} web console.

.Procedure

. Navigate to *Virtualization* -> *VirtualMachines*.
. Select the required VM to open the *VirtualMachine details* page.
. On the *Configuration* tab, click *Edit CPU|Memory*.
. Select the *vCPU* radio button.
. Enter the desired number of vCPU sockets and click *Save*.
+
If the VM is migratable, a live migration is triggered. If not, or if the changes cannot be live-updated, a `RestartRequired` condition is added to the VM.

1 change: 1 addition & 0 deletions virt/virtual_machines/virt-edit-vms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ To edit a VM to configure disk sharing by using virtual disks or LUN, see xref:.
endif::openshift-rosa,openshift-dedicated[]

include::modules/virt-hot-plugging-memory.adoc[leveloffset=+1]
include::modules/virt-hot-plugging-cpu.adoc[leveloffset=+1]
include::modules/virt-editing-vm-cli.adoc[leveloffset=+1]

include::modules/virt-add-disk-to-vm.adoc[leveloffset=+1]
Expand Down