mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 08:19:15 +00:00
![]() Since kernel 5.15, there is an issue with io_uring when used in combination with CIFS [0]. Unfortunately, the kernel developers did not suggest any way to resolve the issue and didn't comment on my proposed one. So for now, just disable io_uring when the storage is CIFS, like is done for other storage types that had problematic interactions. It is rather easy to reproduce when writing large amounts of data within the VM. I used dd if=/dev/urandom of=file bs=1M count=1000 to reproduce it consistently, but your mileage may vary. Some forum reports about users running into the issue [1][2][3]. [0]: https://www.spinics.net/lists/linux-cifs/msg26734.html [1]: https://forum.proxmox.com/threads/109848/ [2]: https://forum.proxmox.com/threads/110464/ [3]: https://forum.proxmox.com/threads/111382/ Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> |
||
---|---|---|
debian | ||
PVE | ||
qemu-configs | ||
qmeventd | ||
test | ||
vm-network-scripts | ||
.gitignore | ||
bootsplash.jpg | ||
bootsplash.xcf | ||
Makefile | ||
modules-load.conf | ||
qm | ||
qmextract | ||
qmrestore |