Add functional repoducer for ephemeral disks

This commit add a functional repoducer for a regression
in ephmeral disk image format validation

When we changed to use the oslo.utils verison of the
format_inspector we aquired a new inspector which can
detect if a file has a partition table.

As the qcow 2 backend does not know that ephemeral disk
or swap disk are not boot able it requires that they
also have partition tables.

Related-Bug: #2079850
Change-Id: I26c6e8d2efbf7403542e99b8ac45e2a31f08afd1
This commit is contained in:
Sean Mooney
2024-09-06 03:00:54 +01:00
parent 16d815990b
commit e310049eab
2 changed files with 94 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
# see https://docs.openstack.org/infra/bindep/ for additional information.
build-essential [platform:dpkg test]
# required for mkfs.vfat
dosfstools [platform:dpkg test]
# fonts-freefont-otf is needed for pdf docs builds with the 'xelatex' engine
fonts-freefont-otf [pdf-docs]
gcc [platform:rpm test]