1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/virt-enabling-multi-queue.adoc
Sabrina Jess 5d2cbe577b new content
2024-06-13 13:41:48 -04:00

25 lines
674 B
Plaintext

// Module included in the following assemblies:
//
// * virt/virtual_machines/virtual_disks/virt-configuring-shared-volumes-for-vms.adoc
:_content-type: PROCEDURE
[id="virt-enabling-multi-queue_{context}"]
= Enabling multi-queue functionality
Enable multi-queue functionality for interfaces configured with a VirtIO model.
.Procedure
. Set the `networkInterfaceMultiqueue` value to `true` in the `VirtualMachine` manifest file of your VM to enable multi-queue functionality:
+
[source,yaml]
----
apiVersion: kubevirt.io/v1
kind: VM
spec:
domain:
devices:
networkInterfaceMultiqueue: true
----
. Save the `VirtualMachine` manifest file to apply your changes.