mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 22:31:09 +00:00
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:
parent
af50ee6a70
commit
0b29ea8a42
@ -57,11 +57,6 @@ Ext.define('PVE.qemu.VirtiofsInputPanel', {
|
||||
['never', 'never'],
|
||||
],
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxcheckbox',
|
||||
name: 'writeback',
|
||||
fieldLabel: gettext('Writeback cache'),
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxcheckbox',
|
||||
name: 'expose-xattr',
|
||||
|
Loading…
Reference in New Issue
Block a user