Skip to content
Open
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
2 changes: 1 addition & 1 deletion modules/virt-hot-plugging-cpu.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion modules/virt-hot-plugging-memory.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can add or remove the amount of memory allocated to a virtual machine (VM) w
+
[NOTE]
====
You can hot plug up to three 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 migratable, a live migration is triggered. If not, or if the changes cannot be live-updated, a `RestartRequired` condition is added to the VM.
Expand Down