diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2015-03-05 15:38:18 -0600 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-03-10 14:02:24 +0100 |
commit | 1a6e597995c8c0125d1f305b583d6de083e44c73 (patch) | |
tree | 6c8c0de82a4595a12d998380704fabe6aabc911c /tests/qemu-iotests/128.out | |
parent | 22d182e82b4ba2fb78b2cc22bcec4e6a440b0ad6 (diff) |
iotests: add O_DIRECT alignment probing test
This test case checks that image files can be opened even if I/O
produces EIO errors. QEMU should not refuse opening failed disks since
the guest may be configured for multipath I/O where accessing failed
disks is expected.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/128.out')
-rw-r--r-- | tests/qemu-iotests/128.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qemu-iotests/128.out b/tests/qemu-iotests/128.out new file mode 100644 index 0000000000..4e43f5faa0 --- /dev/null +++ b/tests/qemu-iotests/128.out @@ -0,0 +1,5 @@ +QA output created by 128 + +== reading from error device == +read failed: Input/output error +*** done |