Skip to content

Commit ee18491

Browse files
authored
Merge pull request #95585 from Vaishali-gif-rh/CNV-62298
#CNV -62298 - CPU hotplug with networkInterfaceMultiqueue enabled
2 parents 5bb0ced + 6039b04 commit ee18491

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/virt-hot-plugging-cpu.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ 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 the `spec.template.spec.domain.devices.networkInterfaceMultiQueue` field enabled and CPUs are hot plugged, the following behavior occurs:
25+
26+
* Existing network interfaces that you attach before the CPU hot plug retain their original queue count, even after you add more virtual CPUs (vCPUs). The underlying virtualization technology causes this expected behavior.
27+
* To update the queue count of existing interfaces to match the new vCPU configuration, you can restart the VM. A restart is only necessary if the update improves performance.
28+
* New VirtIO network interfaces that you hot plugged after the CPU hotplug automatically receive a queue count that matches the updated vCPU configuration.
29+
====

0 commit comments

Comments
 (0)