Provision a VM with Multiqueue

Provision a VM with Multiqueue

To provision a VM with Multiqueue:

  1. Set the image metadata property with the Multiqueue enabled:

    nova image-meta <IMAGE_NAME> set hw_vif_multiqueue_enabled="true"
    
  2. After the VM is spawned, use the following command on the virtio interface in the guest to enable multiple queues inside the VM:

    ethtool –L <INTERFACE_NAME> combined <#queues>