]> Git Repo - qemu.git/blame - tests/qemu-iotests/137.out
qcow2: Assign the L2 cache relatively to the image size
[qemu.git] / tests / qemu-iotests / 137.out
CommitLineData
231f66d2
KW
1QA output created by 137
2Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
3=== Try setting valid values for all options ===
4
5wrote 33554432/33554432 bytes at offset 0
632 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
7read 33554432/33554432 bytes at offset 0
832 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
9discard 33554432/33554432 bytes at offset 0
1032 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
11wrote 33554432/33554432 bytes at offset 0
1232 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
13read 33554432/33554432 bytes at offset 0
1432 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
15
16=== Try setting some invalid values ===
17
18Parameter 'lazy-refcounts' expects 'on' or 'off'
308999e9 19cache-size, l2-cache-size and refcount-cache-size may not be set at the same time
231f66d2
KW
20l2-cache-size may not exceed cache-size
21refcount-cache-size may not exceed cache-size
03b1b6f0
AG
22L2 cache entry size must be a power of two between 512 and the cluster size (65536)
23L2 cache entry size must be a power of two between 512 and the cluster size (65536)
52253998 24Refcount cache size too big
231f66d2
KW
25Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.template' ('all')
26Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all
27Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all
28Cache clean interval too big
b749562d
LB
29Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=36028797018963968
30L2 cache size too big
31Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
231f66d2
KW
32
33=== Test transaction semantics ===
34
35Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all
36wrote 512/512 bytes at offset 0
37512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
d1f2447a 38./common.rc: Killed ( if [ "${VALGRIND_QEMU}" == "y" ]; then
076003f5 39 exec valgrind --log-file="${VALGRIND_LOGFILE}" --error-exitcode=99 "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@";
e6c17669 40else
076003f5 41 exec "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@";
e6c17669 42fi )
231f66d2
KW
43incompatible_features 0x0
44Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
45wrote 65536/65536 bytes at offset 0
4664 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
47Parameter 'lazy-refcounts' expects 'on' or 'off'
48qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with qcow2_header); further corruption events will be suppressed
49write failed: Input/output error
50*** done
This page took 0.20408 seconds and 4 git commands to generate.