[pve-devel] [PATCH manager v1 09/11] fix #6370: ui: virtiofs edit: add support for thread-pool-size option

Markus Frank m.frank at proxmox.com
Mon Oct 20 14:17:44 CEST 2025


Signed-off-by: Markus Frank <m.frank at proxmox.com>
---
 www/manager6/qemu/VirtiofsEdit.js | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/www/manager6/qemu/VirtiofsEdit.js b/www/manager6/qemu/VirtiofsEdit.js
index d51ca255..1b70b447 100644
--- a/www/manager6/qemu/VirtiofsEdit.js
+++ b/www/manager6/qemu/VirtiofsEdit.js
@@ -83,6 +83,16 @@ Ext.define('PVE.qemu.VirtiofsInputPanel', {
                 name: 'direct-io',
                 fieldLabel: gettext('Allow Direct IO'),
             },
+            {
+                xtype: 'proxmoxintegerfield',
+                name: 'thread-pool-size',
+                minValue: 0,
+                maxValue: 256,
+                value: '',
+                emptyText: '0',
+                allowBlank: true,
+                fieldLabel: gettext('thread-pool-size'),
+            },
         ];
 
         me.virtiofs = {};
-- 
2.47.3





More information about the pve-devel mailing list