Package: openstack-cluster-installer Version: 42.2.1~bpo11+1 The BIOS versions on Intel servers exceed the 32 character limit of the 'bios_version' column in the 'machines' table ot he OCI database:
# for attrib in system-manufacturer system-product-name bios-version; do echo -n "${attrib}: " ; dmidecode -s $attrib ; done system-manufacturer: Intel Corporation system-product-name: S2600WTTR bios-version: SE5C610.86B.01.01.3029.022420221031 This causes the servers to fail to register to OCI. Would it be possible to increase the size of this column? Cheers Jim