From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../target_missing/host_missing/accel_missing/1193 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gitlab/issues_text/target_missing/host_missing/accel_missing/1193 (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1193') diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1193 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1193 new file mode 100644 index 000000000..67f62c2ad --- /dev/null +++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/1193 @@ -0,0 +1,16 @@ +io_uring / iothread regression 7.1.0 +Description of problem: +After upgrading to 7.1.0, some of my libvirt VM's failed to boot. I have narrowed down the issue to the combination of: + +- io_uring +- iothread +Steps to reproduce: +1. set up a VM with iothread and io_uring +2. try to boot and watch it "hang" +Additional information: +Here's the relevant command line from the libvirt log: +``` +-blockdev '{"driver":"file","filename":"/mnt/data/VMs/Arch-Linux-x86_64-basic.qcow2","aio":"io_uring","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \ +-blockdev '{"node-name":"libvirt-1-format","read-only":false,"driver":"qcow2","file":"libvirt-1-storage","backing":null}' \ +-device '{"driver":"virtio-blk-pci","iothread":"iothread1","bus":"pci.4","addr":"0x0","drive":"libvirt-1-format","id":"virtio-disk0","bootindex":1 }' \ +``` -- cgit 1.4.1