c30175d6fb
Instead of qemu_img_log("info", ..) use generic helper img_info_log(). img_info_log() has smarter logic. For example it use filter_img_info() to filter output, which in turns filter a compression type. So it will help us in future when we implement a possibility to use zstd compression by default (with help of some runtime config file or maybe build option). For now to test you should recompile qemu with a small addition into block/qcow2.c before "if (qcow2_opts->has_compression_type": if (!qcow2_opts->has_compression_type && version >= 3) { qcow2_opts->has_compression_type = true; qcow2_opts->compression_type = QCOW2_COMPRESSION_TYPE_ZSTD; } Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-Id: <20211223160144.1097696-12-vsementsov@virtuozzo.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com>
32 lines
833 B
Plaintext
32 lines
833 B
Plaintext
Start NBD server
|
|
=== Target image info ===
|
|
image: nbd+unix:///exp?socket=SOCK_DIR/PID-nbd-sock
|
|
file format: raw
|
|
virtual size: 448 KiB (458752 bytes)
|
|
disk size: unavailable
|
|
|
|
=== Converted image info ===
|
|
image: TEST_IMG
|
|
file format: IMGFMT
|
|
virtual size: 1 GiB (1073741824 bytes)
|
|
cluster_size: 65536
|
|
Format specific information:
|
|
compat: 1.1
|
|
compression type: COMPRESSION_TYPE
|
|
lazy refcounts: false
|
|
refcount bits: 16
|
|
corrupt: false
|
|
extended l2: false
|
|
|
|
=== Converted image check ===
|
|
No errors were found on the image.
|
|
1/16384 = 0.01% allocated, 100.00% fragmented, 100.00% compressed clusters
|
|
Image end offset: 393216
|
|
|
|
=== Comparing to source disk ===
|
|
Images are identical.
|
|
|
|
Kill NBD server
|
|
=== OVA file contents ===
|
|
[{"name": "vm.ovf", "offset": 512, "size": 6}, {"name": "disk", "offset": 1536, "size": 393216}]
|