diff options
author | Maxim Levitsky <mlevitsk@redhat.com> | 2020-06-25 14:55:40 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2020-07-06 08:49:28 +0200 |
commit | 0b6786a9c1539c9bdacee71e09534e0bf972d865 (patch) | |
tree | 198863b5cc2f9aba3aa6ab275d9d73eecf6f9879 /tests/qemu-iotests/280.out | |
parent | df373fb0a3a26c2b1b92d27c91bea22a0f5b598d (diff) | |
download | qemu-0b6786a9c1539c9bdacee71e09534e0bf972d865.zip qemu-0b6786a9c1539c9bdacee71e09534e0bf972d865.tar.gz qemu-0b6786a9c1539c9bdacee71e09534e0bf972d865.tar.bz2 |
block/amend: refactor qcow2 amend options
Some qcow2 create options can't be used for amend.
Remove them from the qcow2 create options and add generic logic to detect
such options in qemu-img
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
[mreitz: Dropped some iotests reference output hunks that became
unnecessary thanks to
"iotests: Make _filter_img_create more active"]
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200625125548.870061-12-mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/280.out')
-rw-r--r-- | tests/qemu-iotests/280.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/280.out b/tests/qemu-iotests/280.out index 92e4d14..fc59b9b 100644 --- a/tests/qemu-iotests/280.out +++ b/tests/qemu-iotests/280.out @@ -1,4 +1,4 @@ -Formatting 'TEST_DIR/PID-base', fmt=qcow2 size=67108864 cluster_size=65536 lazy_refcounts=off refcount_bits=16 compression_type=zlib +Formatting 'TEST_DIR/PID-base', fmt=qcow2 cluster_size=65536 compression_type=zlib size=67108864 lazy_refcounts=off refcount_bits=16 === Launch VM === Enabling migration QMP events on VM... |