]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qemu-iotests/070.out
iotests: fix 097 when run with qcow
[mirror_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 ===
bf89e874
MA
4can'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
5To replay the log, run:
6qemu-img check -r all 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx'
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)
26e2da72
JC
21
22=== Verify image created by Disk2VHD can be opened ===
1b53eab2
HR
23image: TEST_DIR/test-disk2vhd.IMGFMT
24file format: IMGFMT
26e2da72 25virtual size: 256M (268435456 bytes)
26e2da72 26cluster_size: 2097152
e78835b7 27*** done