Kevin Wolf | 231f66d | 2015-09-04 19:13:14 +0200 | [diff] [blame] | 1 | QA output created by 137 |
| 2 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
| 3 | === Try setting valid values for all options === |
| 4 | |
| 5 | wrote 33554432/33554432 bytes at offset 0 |
| 6 | 32 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 7 | read 33554432/33554432 bytes at offset 0 |
| 8 | 32 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 9 | discard 33554432/33554432 bytes at offset 0 |
| 10 | 32 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 11 | wrote 33554432/33554432 bytes at offset 0 |
| 12 | 32 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 13 | read 33554432/33554432 bytes at offset 0 |
| 14 | 32 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 15 | |
| 16 | === Try setting some invalid values === |
| 17 | |
Thomas Huth | 36b9986 | 2019-04-28 17:54:44 +0200 | [diff] [blame] | 18 | qemu-io: Parameter 'lazy-refcounts' expects 'on' or 'off' |
| 19 | qemu-io: cache-size, l2-cache-size and refcount-cache-size may not be set at the same time |
| 20 | qemu-io: l2-cache-size may not exceed cache-size |
| 21 | qemu-io: refcount-cache-size may not exceed cache-size |
| 22 | qemu-io: L2 cache entry size must be a power of two between 512 and the cluster size (65536) |
| 23 | qemu-io: L2 cache entry size must be a power of two between 512 and the cluster size (65536) |
| 24 | qemu-io: Refcount cache size too big |
| 25 | qemu-io: Conflicting values for qcow2 options 'overlap-check' ('constant') and 'overlap-check.template' ('all') |
| 26 | qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all |
| 27 | qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all |
| 28 | qemu-io: Cache clean interval too big |
Leonid Bloch | b749562 | 2018-09-26 19:04:43 +0300 | [diff] [blame] | 29 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=36028797018963968 |
Thomas Huth | 36b9986 | 2019-04-28 17:54:44 +0200 | [diff] [blame] | 30 | qemu-io: L2 cache size too big |
Leonid Bloch | b749562 | 2018-09-26 19:04:43 +0300 | [diff] [blame] | 31 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
Kevin Wolf | 231f66d | 2015-09-04 19:13:14 +0200 | [diff] [blame] | 32 | |
| 33 | === Test transaction semantics === |
| 34 | |
Thomas Huth | 36b9986 | 2019-04-28 17:54:44 +0200 | [diff] [blame] | 35 | qemu-io: Unsupported value 'blubb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all |
Kevin Wolf | 231f66d | 2015-09-04 19:13:14 +0200 | [diff] [blame] | 36 | wrote 512/512 bytes at offset 0 |
| 37 | 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
Andrey Shinkevich | 036d8cb | 2019-09-04 12:11:19 +0300 | [diff] [blame] | 38 | ./common.rc: Killed ( VALGRIND_QEMU="${VALGRIND_QEMU_IO}" _qemu_proc_exec "${VALGRIND_LOGFILE}" "$QEMU_IO_PROG" $QEMU_IO_ARGS "$@" ) |
Max Reitz | e66566e | 2019-11-07 17:37:05 +0100 | [diff] [blame] | 39 | OK: Dirty bit not set |
Kevin Wolf | 231f66d | 2015-09-04 19:13:14 +0200 | [diff] [blame] | 40 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
Thomas Huth | 36b9986 | 2019-04-28 17:54:44 +0200 | [diff] [blame] | 41 | qemu-io: Parameter 'lazy-refcounts' expects 'on' or 'off' |
Max Reitz | e66566e | 2019-11-07 17:37:05 +0100 | [diff] [blame] | 42 | qcow2: Marking image as corrupt: Preventing invalid allocation of L2 table at offset 0; further corruption events will be suppressed |
Kevin Wolf | 231f66d | 2015-09-04 19:13:14 +0200 | [diff] [blame] | 43 | write failed: Input/output error |
| 44 | *** done |