* [pve-devel] [PATCH manager] ui: qemu/NetworkEdit: allow queues size up to 16
@ 2021-05-06 15:10 Aaron Lauterer
0 siblings, 0 replies; only message in thread
From: Aaron Lauterer @ 2021-05-06 15:10 UTC (permalink / raw)
To: pve-devel
On the API/CLI side we already have a max of 16.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
---
I guess this was just something that never bothered anyone before as the
API had the limit of 16 sincei at least 2016 (commit cd9c34d1).
www/manager6/qemu/NetworkEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/qemu/NetworkEdit.js b/www/manager6/qemu/NetworkEdit.js
index b39cffdc..e900c1a5 100644
--- a/www/manager6/qemu/NetworkEdit.js
+++ b/www/manager6/qemu/NetworkEdit.js
@@ -157,7 +157,7 @@ Ext.define('PVE.qemu.NetworkInputPanel', {
name: 'queues',
fieldLabel: 'Multiqueue',
minValue: 1,
- maxValue: 8,
+ maxValue: 16,
value: '',
allowBlank: true,
},
--
2.20.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-05-06 15:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 15:10 [pve-devel] [PATCH manager] ui: qemu/NetworkEdit: allow queues size up to 16 Aaron Lauterer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal