[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] QEMU v2.12.0-rc1 iotest failures
From: |
John Snow |
Subject: |
[Qemu-block] QEMU v2.12.0-rc1 iotest failures |
Date: |
Thu, 29 Mar 2018 20:18:57 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
Collecting the remaining failures that I know about for sake of easy
tracking on the list. I think Max has been having troubles with iotest
169 as well, but I haven't reproduced the failure myself. I do
occasionally see a locking failure on 153, but it appears to be
relatively rare.
051, 186: Related to culling SCSI options. Do we remove the tests?
185: Being handled by QingFeng Hao
205: Can't create images for bochs/cloop.
208: Can't create images for bochs/cloop, and seems to be mismanaging LUKS?
# raw, parallels, qed, vdi, vpc, vhdx, vmdk, qcow
none.
# bochs
Failures: 205 208
205: 2dadedce2b2fbdfdce1de8f108a3d67c2241df87 (checkin for 205)
208: 44a8174e0a2919693dc28f19c3ce8eef6d4ac2c3 (checkin for 208)
qemu-system-x86_64: -drive
if=none,id=drive0,file=/home/bos/jhuston/src/qemu/bin/git/tests/qemu-iotests/scratch/9633-disk.img,format=bochs,cache=writeback,node-name=drive0-node:
Could not open
'/home/bos/jhuston/src/qemu/bin/git/tests/qemu-iotests/scratch/9633-disk.img':
No such file or directory
because of:
qemu-img: foo.img: Format driver 'bochs' does not support image creation
# cloop
Failures: 205 208
205: 2dadedce2b2fbdfdce1de8f108a3d67c2241df87 (checkin for 205)
208: 44a8174e0a2919693dc28f19c3ce8eef6d4ac2c3 (checkin for 208)
Same story:
qemu-img: foo.img: Format driver 'cloop' does not support image creation
# qcow2
Failures: 051 185 186
051, 186:
commit 1454509726719e0933c800fad00d6999752688ea
Author: Thomas Huth <address@hidden>
Date: Tue Feb 20 11:42:37 2018 +0100
scsi: Remove automatic creation of SCSI controllers with -drive if=scsi
185:
4486e89c219c0d1b9bd8dfa0b1dd5b0d51ff2268 is the first bad commit
commit 4486e89c219c0d1b9bd8dfa0b1dd5b0d51ff2268
Author: Stefan Hajnoczi <address@hidden>
Date: Wed Mar 7 14:42:05 2018 +0000
vl: introduce vm_shutdown()
# luks
Failures: 208
commit 44a8174e0a2919693dc28f19c3ce8eef6d4ac2c3
Author: Stefan Hajnoczi <address@hidden>
Date: Mon Mar 12 16:04:39 2018 -0500
iotests: add 208 nbd-server + blockdev-snapshot-sync test case
qemu-system-x86_64: -drive
if=none,id=drive0,file=/home/bos/jhuston/src/qemu/bin/git/tests/qemu-iotests/scratch/9125-disk.img,format=luks,cache=writeback,node-name=drive0-node,key-secret=keysec0:
Volume is not in LUKS format
- [Qemu-block] QEMU v2.12.0-rc1 iotest failures,
John Snow <=