1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/virt-enabling-multi-queue.adoc
Sabrina Jess 41dc35ea55 new content
2024-06-13 19:26:07 +00: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.