mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-28 16:07:15 +00:00
qm: virtiofs: drop writeback cache
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
9afbde533d
commit
23123df035
4
qm.adoc
4
qm.adoc
@ -1309,7 +1309,7 @@ has been configured in the resource mapping. Additionally, you can set the
|
||||
`cache` option to either `always`, `never`, `metadata`, or `auto` (default:
|
||||
`auto`), depending on your requirements. How the different caching modes behave
|
||||
can be read https://lwn.net/Articles/774495/[here under the "Caching Modes"
|
||||
section]. To enable writeback cache set `writeback` to `1`.
|
||||
section].
|
||||
|
||||
The `virtiofsd` supports ACL and xattr passthrough (can be enabled with the
|
||||
`expose-acl` and `expose-xattr` options), allowing the guest to access ACLs and
|
||||
@ -1327,7 +1327,7 @@ applications do their own caching.
|
||||
----
|
||||
qm set <vmid> -virtiofs0 dirid=<dirid>,cache=always,direct-io=1
|
||||
qm set <vmid> -virtiofs1 <dirid>,cache=never,expose-xattr=1
|
||||
qm set <vmid> -virtiofs2 <dirid>,expose-acl=1,writeback=1
|
||||
qm set <vmid> -virtiofs2 <dirid>,expose-acl=1
|
||||
----
|
||||
|
||||
To temporarily mount virtiofs in a guest VM with the Linux kernel virtiofs
|
||||
|
Loading…
Reference in New Issue
Block a user