Skip to content

Commit f77b03d

Browse files
Update CPU hotplug note to state VM restart is optional
1 parent 895882e commit f77b03d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/virt-hot-plugging-cpu.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ You can increase or decrease the number of CPU sockets allocated to a virtual ma
1919
+
2020
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.
2121

22+
[NOTE]
23+
====
24+
If a VM has `spec.template.spec.domain.devices.networkInterfaceMultiQueue` enabled and CPUs are hot-plugged:
25+
26+
27+
* Existing network interfaces that were attached before the CPU hot plug retain their original queue count, even after additional virtual CPUs (vCPUs) are added. This behavior is expected due to the underlying virtualization technology.
28+
* To update the queue count of existing interfaces to match the new vCPU configuration, you can optionally restart the VM. A restart is not required unless this update is needed for performance reasons.
29+
* Any new virtio network interfaces that are hot-plugged after the CPU hot plug automatically have their queue count configured to match the updated vCPU configuration.
30+
====

0 commit comments

Comments
 (0)