summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1404
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1404')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/140415
1 files changed, 15 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1404 b/results/classifier/accel-gemma3:12b/kvm/1404
new file mode 100644
index 000000000..8209ea850
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/1404
@@ -0,0 +1,15 @@
+
+qemu-7.2: virtio-blk-pci I/O errors with detect-zeroes=unmap
+Description of problem:
+Since upgrading from qemu-7.1 to qemu-7.2 I have seen many anomalies with VMs that use the virtio-blk-pci device for the root filesystem and the `detect-zeroes=unmap` option, typically in the form of I/O errors or huge decreases in read/write performance. This has been observed for both pre-existing Linux & Windows systems using the QCOW2 disk format, and a freshly created Linux system.
+
+* For an existing x86_64 Windows-10 guest system, hosted on Debian-11, the guest system takes many minutes to boot and Task Manager shows the virtual disk showing read/write latencies measured in seconds rather than milliseconds.
+* Attempts to create a new x86_64 Debian-11 guest on a Debian-11 host produce an input/output error when trying to partition the QCOW2 hard disk /dev/vda (as per attached screenshot) ![deb11-partition-error](/uploads/de743ef1fbaf84739943b2563cb429de/deb11-partition-error.png)
+* Using a pre-existing Debian-11 guest that works perfectly with qemu-7.1, fails to format a basic ext3 /dev/loop filesystem when this guest is booted with qemu-7.2, giving `mke2fs: Input/output error while writing out and closing file system`
+Steps to reproduce:
+(installer error)
+1. Create fresh QCOW2 image: `qemu-img create -f qcow2 deb11.img 8G`
+2. Run standard Debian-11 installer from ISO image and virtio-blk-pci drive and options `-drive if=none,media=disk,id=drive0,file=deb11.img,cache=writeback,discard=unmap,detect-zeroes=unmap`
+3. Use default options with "guided partitioning"
+Additional information:
+I'm not aware of any changes to the setup of my system that would account for these problems, and have successfully tried many similar experiments with QEMU version up to and including version 7.1. Obviously, I'm hoping there's some trivial configuration error I've overlooked in qemu-7.2 - any suggestions would be much appreciated.