debian-forge-composer/test/data/manifests
Christian Kellner 9e5b265a58 osbuild2: lock loopback devices during sfdisk, mkfs
Since udev will probe block devices it is advisable to hold a lock
on the device when modifying its partition table or the superblock
of the filesystem (see [1]). osbuild loopback devices do support
this via the `lock` option. Set this option for all operation that
involve changing block device "metadata" that could potentionally
race with udev, such as sfdisk, mkfs, creating a luks2 container
and creating LVM2 volume groups and logical volumes.
NB: osbuild also has its own device inhibition logic to prevent
udev/lvm2 from auto activating devices and in general to limit the
interaction between the host and devices used by osbuild. See [2]
for more information.
NB: this also locks the loopback device in situation where we the
it is strickly not the right thing to do, e.g. when creating a fs
on a logical voume that is located on a loopback device, since in
this case the device we would need to lock is the logical volume.
Sadly, LVM/DM devices are exempt from block device locking. But,
due to a bug in osbuild < 50, the udev inhibitor does *not* work
for loopback devices and therefore we have to use the actual lock
to preven LVM device auto-activation via `69-dm-lvm-metad.rules`.
The change was implemented by adding a new boolean to `getDevices`
indicating if the loopback device should be locked or not. Once
we depend on osbuild 50 we can change the logic in `getDevices`
to only lock the loopback device if the number of devices is one,
i.e. we are working directly on the loopback device.

[1] https://systemd.io/BLOCK_DEVICE_LOCKING/
[2] /usr/lib/udev/rules.d/10-osbuild-inhibitor.rules
2022-02-28 17:09:30 +01:00
..
centos_8-aarch64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-aarch64-edge_commit-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-aarch64-edge_container-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-aarch64-edge_installer-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-aarch64-edge_simplified_installer-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-aarch64-image_installer-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-aarch64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-aarch64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-aarch64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-aarch64-tar-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-ppc64le-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-ppc64le-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-ppc64le-tar-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-x86_64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-x86_64-edge_commit-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-x86_64-edge_commit_rt-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-x86_64-edge_container-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-x86_64-edge_installer-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-x86_64-edge_simplified_installer-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-x86_64-image_installer-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-x86_64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-x86_64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-x86_64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-x86_64-tar-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
centos_8-x86_64-vhd-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_8-x86_64-vmdk-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-aarch64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-aarch64-edge_commit-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-aarch64-edge_container-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-aarch64-edge_installer-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-aarch64-edge_simplified_installer-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-aarch64-image_installer-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-aarch64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-aarch64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-aarch64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-aarch64-tar-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-ppc64le-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-ppc64le-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-ppc64le-tar-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-s390x-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-s390x-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-s390x-tar-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-x86_64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-x86_64-edge_commit-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-x86_64-edge_commit_rt-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-x86_64-edge_container-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-x86_64-edge_installer-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-x86_64-edge_simplified_installer-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-x86_64-image_installer-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-x86_64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-x86_64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-x86_64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-x86_64-tar-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
centos_9-x86_64-vhd-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
centos_9-x86_64-vmdk-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
fedora_34-aarch64-ami-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-aarch64-oci-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-aarch64-openstack-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-aarch64-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-aarch64-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-x86_64-ami-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-x86_64-fedora_iot_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-x86_64-fedora_iot_commit_debug-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-x86_64-oci-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-x86_64-openstack-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-x86_64-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-x86_64-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-x86_64-vhd-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_34-x86_64-vmdk-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-aarch64-ami-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-aarch64-oci-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-aarch64-openstack-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-aarch64-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-aarch64-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-x86_64-ami-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-x86_64-fedora_iot_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-x86_64-fedora_iot_commit_debug-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-x86_64-oci-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-x86_64-openstack-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-x86_64-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-x86_64-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-x86_64-vhd-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
fedora_35-x86_64-vmdk-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-aarch64-ami-boot.json osbuild2: generalise copy stage option generation 2022-02-22 19:23:41 +00:00
rhel_8-aarch64-openstack-boot.json osbuild2: generalise copy stage option generation 2022-02-22 19:23:41 +00:00
rhel_8-aarch64-qcow2-boot.json osbuild2: generalise copy stage option generation 2022-02-22 19:23:41 +00:00
rhel_8-aarch64-qcow2_customize-boot.json osbuild2: generalise copy stage option generation 2022-02-22 19:23:41 +00:00
rhel_8-aarch64-rhel_edge_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-aarch64-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-ppc64le-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-ppc64le-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-ppc64le-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-s390x-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-s390x-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-s390x-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-x86_64-ami-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-x86_64-openstack-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-x86_64-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-x86_64-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-x86_64-rhel_edge_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-x86_64-rhel_edge_commit_rt-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-x86_64-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-x86_64-vhd-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_8-x86_64-vmdk-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-aarch64-ami-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-aarch64-openstack-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-aarch64-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-aarch64-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-aarch64-rhel_edge_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-aarch64-rhel_edge_container-boot.json Test: regenerate all image test cases 2021-10-04 10:48:21 +02:00
rhel_84-aarch64-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-ppc64le-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-ppc64le-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-ppc64le-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-s390x-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-s390x-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-x86_64-ami-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-x86_64-openstack-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-x86_64-qcow2-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-x86_64-qcow2_customize-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-x86_64-rhel_edge_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-x86_64-rhel_edge_commit_rt-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-x86_64-rhel_edge_container-boot.json tools: use image_type_tags in repos used for image test cases 2021-12-16 18:07:50 +01:00
rhel_84-x86_64-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-x86_64-vhd-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_84-x86_64-vmdk-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_85-aarch64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-aarch64-ec2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-aarch64-edge_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_85-aarch64-edge_container-boot.json tools: use image_type_tags in repos used for image test cases 2021-12-16 18:07:50 +01:00
rhel_85-aarch64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-aarch64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-aarch64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-aarch64-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_85-ppc64le-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-ppc64le-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-ppc64le-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_85-s390x-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-s390x-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-s390x-tar-boot.json osbuild2: generalise copy stage option generation 2022-02-22 19:23:41 +00:00
rhel_85-x86_64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-x86_64-azure_rhui-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-x86_64-ec2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-x86_64-ec2_ha-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-x86_64-edge_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_85-x86_64-edge_commit_rt-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_85-x86_64-edge_container-boot.json tools: use image_type_tags in repos used for image test cases 2021-12-16 18:07:50 +01:00
rhel_85-x86_64-image_installer-boot.json (re)generate image test cases for image-installer on all distros 2021-12-21 09:59:17 +01:00
rhel_85-x86_64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-x86_64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-x86_64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-x86_64-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_85-x86_64-vhd-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_85-x86_64-vmdk-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-aarch64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-aarch64-ec2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-aarch64-edge_commit-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-aarch64-edge_container-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-aarch64-edge_installer-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-aarch64-edge_simplified_installer-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-aarch64-image_installer-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-aarch64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-aarch64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-aarch64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-aarch64-tar-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-ppc64le-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-ppc64le-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-ppc64le-tar-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-s390x-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-s390x-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-s390x-tar-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-x86_64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-azure_rhui-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-ec2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-ec2_ha-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-ec2_sap-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-edge_commit-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-x86_64-edge_commit_rt-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-x86_64-edge_container-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-x86_64-edge_installer-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-x86_64-edge_simplified_installer-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-image_installer-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-x86_64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-tar-boot.json distro/rhel86: add lvm2 to base build package set 2022-02-27 13:04:55 +01:00
rhel_86-x86_64-vhd-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_86-x86_64-vmdk-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-ec2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-edge_commit-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-edge_container-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-edge_installer-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-edge_simplified_installer-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-image_installer-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-aarch64-tar-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-ppc64le-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-ppc64le-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-ppc64le-tar-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-s390x-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-s390x-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-s390x-tar-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-ec2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-ec2_ha-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-ec2_sap-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-edge_commit-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-edge_commit_rt-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-edge_container-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-edge_installer-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-edge_simplified_installer-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-image_installer-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-tar-boot.json rhel90: automatically convert to LVM on fs customizations 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-vhd-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90-x86_64-vmdk-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-aarch64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-aarch64-ec2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-aarch64-edge_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_90_beta-aarch64-edge_container-boot.json tools: use image_type_tags in repos used for image test cases 2021-12-16 18:07:50 +01:00
rhel_90_beta-aarch64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-aarch64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-aarch64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-aarch64-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_90_beta-ppc64le-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-ppc64le-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-ppc64le-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_90_beta-s390x-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-s390x-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-s390x-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_90_beta-x86_64-ami-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-x86_64-ec2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-x86_64-ec2_ha-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-x86_64-ec2_sap-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-x86_64-edge_commit-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_90_beta-x86_64-edge_commit_rt-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_90_beta-x86_64-edge_container-boot.json tools: use image_type_tags in repos used for image test cases 2021-12-16 18:07:50 +01:00
rhel_90_beta-x86_64-image_installer-boot.json (re)generate image test cases for image-installer on all distros 2021-12-21 09:59:17 +01:00
rhel_90_beta-x86_64-openstack-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-x86_64-qcow2-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-x86_64-qcow2_customize-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-x86_64-tar-boot.json Regenerate all image test cases with the enhanced image-info 2022-02-15 15:56:56 +01:00
rhel_90_beta-x86_64-vhd-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00
rhel_90_beta-x86_64-vmdk-boot.json osbuild2: lock loopback devices during sfdisk, mkfs 2022-02-28 17:09:30 +01:00