]> git.proxmox.com Git - qemu-server.git/commit
lvm: avoid the use of IO uring
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jul 2021 08:55:16 +0000 (10:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Jul 2021 08:55:20 +0000 (10:55 +0200)
commit78a3ada744b87a92f825265d5b49d7eae55e7084
tree5b291b8d04fdf7de3d22952d78c5144c81609995
parente83dd50a361191b464eabdb3b2c14d33c76cfc09
lvm: avoid the use of IO uring

there may be a kernel issue or a bug in how QEMU uses io_uring, but
we have users that report crashes which f.ebner could see on some
workloads, not really deterministic though and it seems that in newer
kernel versions (5.12+) the crash becomes a hang

While we're closing in on the actual issue here (which could be the
same as for RBD) let's disable io_uring for LVM.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm