mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00

Test 110 tests relative backing filenames for complex BDS trees. Now that the originally supposedly failing test passes, let us add a new failing test: Quorum can never work automatically (without detecting whether all child nodes have the same base directory, but that would be rather inconsistent behavior). Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Message-id: 20190201192935.18394-21-mreitz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
QA output created by 110
|
|
|
|
=== Reconstructable filename ===
|
|
|
|
Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=t.IMGFMT.base
|
|
image: TEST_DIR/t.IMGFMT
|
|
file format: IMGFMT
|
|
virtual size: 64M (67108864 bytes)
|
|
backing file: t.IMGFMT.base (actual path: TEST_DIR/t.IMGFMT.base)
|
|
|
|
=== Non-reconstructable filename ===
|
|
|
|
image: json:{"driver": "IMGFMT", "file": {"set-state.0.event": "read_aio", "image": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}, "driver": "blkdebug", "set-state.0.new_state": 42}}
|
|
file format: IMGFMT
|
|
virtual size: 64M (67108864 bytes)
|
|
backing file: t.IMGFMT.base (actual path: TEST_DIR/t.IMGFMT.base)
|
|
|
|
=== Backing name is always relative to the backed image ===
|
|
|
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=t.IMGFMT.base
|
|
|
|
=== Nodes without a common directory ===
|
|
|
|
image: json:{"driver": "IMGFMT", "file": {"children": [{"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}, {"driver": "file", "filename": "TEST_DIR/t.IMGFMT.copy"}], "driver": "quorum", "blkverify": false, "rewrite-corrupted": false, "vote-threshold": 1}}
|
|
file format: IMGFMT
|
|
virtual size: 64M (67108864 bytes)
|
|
backing file: t.IMGFMT.base (cannot determine actual path)
|
|
*** done
|