File: multiqueue-on-tap-interface-2c9e1504fa4590f4.yaml

package info (click to toggle)
nova 2%3A14.0.0-4%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 33,804 kB
  • sloc: python: 315,557; sh: 1,317; xml: 1,184; pascal: 1,168; makefile: 126; sql: 43
file content (12 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - |
    When instantiating an instance based on an image with the metadata
    hw_vif_multiqueue_enabled=true, if flavor.vcpus is less than the limit
    of the number of queues on a tap interface in the kernel, nova uses
    flavor.vcpus as the number of queues. if not, nova uses the limit.
    The limits are as follows:

      * kernels prior to 3.0: 1
      * kernels 3.x: 8
      * kernels 4.x: 256