From 0b29ea8a42df414a9fca51d96e1915716cfcb7eb Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Tue, 8 Apr 2025 17:07:13 +0200 Subject: [PATCH] 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 --- www/manager6/qemu/VirtiofsEdit.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www/manager6/qemu/VirtiofsEdit.js b/www/manager6/qemu/VirtiofsEdit.js index fe8dc930..6983a763 100644 --- a/www/manager6/qemu/VirtiofsEdit.js +++ b/www/manager6/qemu/VirtiofsEdit.js @@ -57,11 +57,6 @@ Ext.define('PVE.qemu.VirtiofsInputPanel', { ['never', 'never'], ], }, - { - xtype: 'proxmoxcheckbox', - name: 'writeback', - fieldLabel: gettext('Writeback cache'), - }, { xtype: 'proxmoxcheckbox', name: 'expose-xattr',