mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-12-25 09:00:27 +00:00
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> |
||
|---|---|---|
| .. | ||
| Agent.pm | ||
| CGroup.pm | ||
| Cloudinit.pm | ||
| CPUConfig.pm | ||
| Drive.pm | ||
| Helpers.pm | ||
| ImportDisk.pm | ||
| Machine.pm | ||
| Makefile | ||
| Memory.pm | ||
| MetaInfo.pm | ||
| Monitor.pm | ||
| PCI.pm | ||
| QMPHelpers.pm | ||
| RNG.pm | ||
| USB.pm | ||
| Virtiofs.pm | ||