diff options
author | Denis V. Lunev <den@openvz.org> | 2015-04-28 10:46:54 +0300 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2015-05-22 09:37:32 +0100 |
commit | a6be831e99f89d72a8c4a114347d5512c326af29 (patch) | |
tree | 2bd6cb30121c722af6f27e77726b4ff886c0b7da /tests/qemu-iotests/131.out | |
parent | 6dd6b9f1440c37811ad963b49a48bf80a8bde377 (diff) |
iotests, parallels: check for incorrectly closed image in tests
Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Roman Kagan <rkagan@parallels.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Roman Kagan <rkagan@parallels.com>
Message-id: 1430207220-24458-22-git-send-email-den@openvz.org
CC: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/131.out')
-rw-r--r-- | tests/qemu-iotests/131.out | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/qemu-iotests/131.out b/tests/qemu-iotests/131.out index 4158a2f520..021a04c812 100644 --- a/tests/qemu-iotests/131.out +++ b/tests/qemu-iotests/131.out @@ -21,4 +21,21 @@ read 32768/32768 bytes at offset 163840 == check that there is no trash before written == read 32768/32768 bytes at offset 0 32 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +== Corrupt image == +qemu-io: can't open device TEST_DIR/t.parallels: parallels: Image was not closed correctly; cannot be opened read/write +no file open, try 'help open' +ERROR image was not closed correctly + +1 errors were found on the image. +Data may be corrupted, or further writes to the image may corrupt it. +Repairing image was not closed correctly +The following inconsistencies were found and repaired: + + 0 leaked clusters + 1 corruptions + +Double checking the fixed image now... +No errors were found on the image. +read 65536/65536 bytes at offset 65536 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) *** done |