Requires the qemu-server commit named "virtiofs: add readonly option".
Signed-off-by: Markus Frank <[email protected]> --- www/manager6/qemu/VirtiofsEdit.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/manager6/qemu/VirtiofsEdit.js b/www/manager6/qemu/VirtiofsEdit.js index 1b70b447..ce679b8b 100644 --- a/www/manager6/qemu/VirtiofsEdit.js +++ b/www/manager6/qemu/VirtiofsEdit.js @@ -83,6 +83,11 @@ Ext.define('PVE.qemu.VirtiofsInputPanel', { name: 'direct-io', fieldLabel: gettext('Allow Direct IO'), }, + { + xtype: 'proxmoxcheckbox', + name: 'readonly', + fieldLabel: gettext('Read Only'), + }, { xtype: 'proxmoxintegerfield', name: 'thread-pool-size', -- 2.47.3
