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

Merge pull request #104706 from openshift-cherrypick-robot/cherry-pick-103732-to-enterprise-4.21

[enterprise-4.21] CNV-74068: Clarify vCPU Hot Plug Limit in Documentation
This commit is contained in:
Shikha Jhala
2026-01-13 09:15:52 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ You can increase or decrease the number of CPU sockets allocated to a virtual ma
+
[NOTE]
====
You can hot plug up to three times the default initial number of vCPU sockets of the VM. Exceeding this limit requires a restart.
By hot plugging, you can increase the total number of vCPU sockets of a VM up to four times the default initial number. Exceeding this limit requires a restart.
====
+
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.

View File

@@ -12,14 +12,14 @@ You can add or remove the amount of memory allocated to a virtual machine (VM) w
.Procedure
. Go to *Virtualization* -> *VirtualMachines*.
. Navigate to *Virtualization* -> *VirtualMachines*.
. Select the required VM to open the *VirtualMachine details* page.
. On the *Configuration* tab, click *Edit CPU|Memory*.
. Enter the required amount of memory and click *Save*.
+
[NOTE]
====
You can hot plug up to four times the default initial amount of memory of the VM. Exceeding this limit requires a restart.
By hot plugging, you can increase the total amount of memory of a VM up to four times the default initial amount. Exceeding this limit requires a restart.
====
+
The system applies these changes immediately. If the VM is able to be migrated, a live migration is triggered. If not, or if the changes cannot be live-updated, a `RestartRequired` condition is added to the VM.