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.eb...@proxmox.com> --- 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', -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel