Merge "Add missing Image property hw_vif_multiqueue_enabled to metadefs"
This commit is contained in:
commit
f6a1b797da
@ -109,6 +109,12 @@
|
|||||||
"virtio"
|
"virtio"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"hw_vif_multiqueue_enabled": {
|
||||||
|
"title": "Multiqueue Enabled",
|
||||||
|
"description": "If true, this enables the virtio-net multiqueue feature. In this case, the driver sets the number of queues equal to the number of guest vCPUs. This makes the network performance scale across a number of vCPUs.",
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["true", "false"]
|
||||||
|
},
|
||||||
"hw_pmu": {
|
"hw_pmu": {
|
||||||
"title": "Virtual Performance Monitoring Unit",
|
"title": "Virtual Performance Monitoring Unit",
|
||||||
"description": "Controls emulation of a vPMU in the guest. To reduce latency in realtime workloads disable the vPMU by setting hw_pmu=false",
|
"description": "Controls emulation of a vPMU in the guest. To reduce latency in realtime workloads disable the vPMU by setting hw_pmu=false",
|
||||||
|
@ -206,6 +206,12 @@
|
|||||||
"VirtualVmxnet3"
|
"VirtualVmxnet3"
|
||||||
],
|
],
|
||||||
"default" : "e1000"
|
"default" : "e1000"
|
||||||
|
},
|
||||||
|
"hw_vif_multiqueue_enabled": {
|
||||||
|
"title": "Multiqueue Enabled",
|
||||||
|
j "description": "If true, this enables the virtio-net multiqueue feature. In this case, the driver sets the number of queues equal to the number of guest vCPUs. This makes the network performance scale across a number of vCPUs.",
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["true", "false"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"objects": []
|
"objects": []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user