Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / tests / qemu-iotests / tests / qemu-img-close-errors.out
blob1bfe88f1762a4047c3551c493df0a21cc2e86758
1 QA output created by qemu-img-close-errors
3 === Test with 6 bitmaps ===
4 wrote 132120576/132120576 bytes at offset 0
5 126 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
6 Image committed.
7 qemu-img commit exit code: 0
8 qemu-img bitmap --add exit code: 0
9 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap 'good-bitmap' to file: No space left on device
10 qemu-img: Error while closing the image: Invalid argument
11 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap 'good-bitmap' to file: No space left on device
12 qemu-img bitmap --merge exit code:  1
14 === Test with 7 bitmaps ===
15 wrote 132120576/132120576 bytes at offset 0
16 126 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap 'stale-bitmap-7' to file: No space left on device
18 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap 'stale-bitmap-7' to file: No space left on device
19 qemu-img: Error while closing the image: Invalid argument
20 qemu-img commit exit code: 1
21 qemu-img bitmap --add exit code: 0
22 qemu-img bitmap --merge exit code:  0
23 *** done