From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager] ui: qemu/NetworkEdit: allow queues size up to 16
Date: Thu, 6 May 2021 17:10:24 +0200 [thread overview]
Message-ID: <20210506151024.27835-1-a.lauterer@proxmox.com> (raw)
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
reply other threads:[~2021-05-06 15:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210506151024.27835-1-a.lauterer@proxmox.com \
--to=a.lauterer@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.