Skip to content

Commit 56b28c7

Browse files
authored
Merge pull request #102643 from openshift-cherrypick-robot/cherry-pick-95585-to-enterprise-4.21
[enterprise-4.21] #CNV -62298 - CPU hotplug with networkInterfaceMultiqueue enabled
2 parents 83b3076 + 0d8c84d commit 56b28c7

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
@@ -24,3 +24,11 @@ You can hot plug up to three times the default initial number of vCPU sockets of
2424
+
2525
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.
2626

27+
[NOTE]
28+
====
29+
If a VM has the `spec.template.spec.domain.devices.networkInterfaceMultiQueue` field enabled and CPUs are hot plugged, the following behavior occurs:
30+
31+
* 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.
32+
* 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.
33+
* New VirtIO network interfaces that you hot plugged after the CPU hotplug automatically receive a queue count that matches the updated vCPU configuration.
34+
====

0 commit comments

Comments
 (0)