kiwi-el8/test/unit/storage
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
..
subformat Create qcow2 images in two steps 2020-04-11 18:18:02 +02:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
device_provider_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
disk_test.py Prevent swap partition to be the last one 2019-11-25 12:05:57 +01:00
loop_device_test.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
luks_device_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
mapped_device_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
raid_device_test.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
setup_test.py No default boot partition for btrfs_root_is_snapshot 2020-03-25 09:22:38 +01:00