]> Git Repo - qemu.git/blame - tests/qemu-iotests/070.out
qcow2: Check refcount table size (CVE-2014-0144)
[qemu.git] / tests / qemu-iotests / 070.out
CommitLineData
e78835b7
JC
1QA output created by 070
2
3=== Verify open image read-only fails, due to dirty log ===
e0018078
JC
4qemu-io: can't open device TEST_DIR/iotest-dirtylog-10G-4M.vhdx: VHDX image file 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx' opened read-only, but contains a log that needs to be replayed. To replay the log, execute:
5 qemu-img check -r all 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx': Operation not permitted
6 no file open, try 'help open'
e78835b7
JC
7=== Verify open image replays log ===
8read 18874368/18874368 bytes at offset 0
918 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18968ca1
JC
10=== Verify qemu-img check -r all replays log ===
11The following inconsistencies were found and repaired:
12
13 0 leaked clusters
14 1 corruptions
15
16Double checking the fixed image now...
17No errors were found on the image.
18=== Verify open image read-only succeeds after log replay ===
19read 18874368/18874368 bytes at offset 0
2018 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
e78835b7 21*** done
This page took 0.040269 seconds and 4 git commands to generate.