Skip to content

Commit 62113bb

Browse files
authored
Merge pull request #83558 from sbeskin-redhat/CNV_49612_main
CNV-49612: Documenting CPU Hot Plug
2 parents 26f7323 + 913693f commit 62113bb

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

modules/virt-hot-plugging-cpu.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * virt/virtual_machines/virt-edit-vms.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="virt-hot-plugging-cpu_{context}"]
7+
8+
= Hot plugging CPUs on a virtual machine
9+
10+
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.
11+
12+
.Procedure
13+
14+
. Navigate to *Virtualization* -> *VirtualMachines*.
15+
. Select the required VM to open the *VirtualMachine details* page.
16+
. On the *Configuration* tab, click *Edit CPU|Memory*.
17+
. Select the *vCPU* radio button.
18+
. Enter the desired number of vCPU sockets and click *Save*.
19+
+
20+
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.
21+

virt/virtual_machines/virt-edit-vms.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ To edit a VM to configure disk sharing by using virtual disks or LUN, see xref:.
1515
endif::openshift-rosa,openshift-dedicated[]
1616

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

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

0 commit comments

Comments
 (0)