kiwi-el8/test/unit/storage/subformat
Marcus Schäfer 5442e9c88a
Create qcow2 images in two steps
The creation of the qcow2 format was done in one qemu-img
convert call. That call instructs qemu to compress and
convert in one call. The downside of this approach is that
not all qcow2 options can be used. For example the setup
of:

    <type ... formatoptions="preallocation=metadata"/>

failed the build with an error message that compression and
preallocation is not possible at the same time. Thus this patch
changes the way the qcow2 image is created to be done in two
steps. The first step converts the format without compression
and therefore allows for any format option to be used. The
second call only applies the compression and leads to the
final result.
2020-04-11 18:18:02 +02:00
..
template Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
base_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
gce_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
init_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
ova_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
qcow2_test.py Create qcow2 images in two steps 2020-04-11 18:18:02 +02:00
vagrant_base_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
vagrant_libvirt_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
vagrant_virtualbox_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
vdi_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
vhd_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
vhdfixed_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
vhdx_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
vmdk_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00