Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 070.out @ 9a05feab

History | View | Annotate | Download (942 Bytes)

1
QA output created by 070
2

    
3
=== Verify open image read-only fails, due to dirty log ===
4
qemu-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'
7
=== Verify open image replays log  ===
8
read 18874368/18874368 bytes at offset 0
9
18 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10
=== Verify qemu-img check -r all replays log  ===
11
The following inconsistencies were found and repaired:
12

    
13
    0 leaked clusters
14
    1 corruptions
15

    
16
Double checking the fixed image now...
17
No errors were found on the image.
18
=== Verify open image read-only succeeds after log replay ===
19
read 18874368/18874368 bytes at offset 0
20
18 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
21
*** done