]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
cfg2cmd/drive: don't use io_uring for krbd with wb/wt cache
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 30 Jun 2021 15:18:17 +0000 (17:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Jul 2021 07:40:51 +0000 (09:40 +0200)
commit628937f53acde52f7257ca79f574c87a45f392e7
treeed2902b0111712c49e0638a46505763059842397
parentdefa8e21be22db9dfcf85f4a186d7d01710cdea8
cfg2cmd/drive: don't use io_uring for krbd with wb/wt cache

As reported here and locally reproduced:
https://forum.proxmox.com/threads/efi-vms-wont-start-under-7-beta-with-writeback-cache.91629/

This configuration is currently broken. Until we figure out how to fix
it properly, we can just have this (luckily very narrow) config pattern
fall back to aio=threads as it used to.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/QemuServer.pm