ui: virtiofs edit: drop writeback checkbox

VirtIO-fs using writeback cache seems very broken at the moment. If a
guest accesses a file (even just using 'touch'), that the host is
currently writing, the guest can permanently end up with a truncated
version of that file. Even subsequent operations like moving the file,
will not result in the correct file being visible, but just rename the
truncated one.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2025-04-08 17:07:13 +02:00 committed by Thomas Lamprecht
parent af50ee6a70
commit 0b29ea8a42

View File

@ -57,11 +57,6 @@ Ext.define('PVE.qemu.VirtiofsInputPanel', {
['never', 'never'], ['never', 'never'],
], ],
}, },
{
xtype: 'proxmoxcheckbox',
name: 'writeback',
fieldLabel: gettext('Writeback cache'),
},
{ {
xtype: 'proxmoxcheckbox', xtype: 'proxmoxcheckbox',
name: 'expose-xattr', name: 'expose-xattr',