Comment 2 for bug 1883844

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to metal (master)

Reviewed: https://review.opendev.org/736807
Committed: https://git.openstack.org/cgit/starlingx/metal/commit/?id=de7bbcab26054dc950f3345228c319c0d5280e9b
Submitter: Zuul
Branch: master

commit de7bbcab26054dc950f3345228c319c0d5280e9b
Author: Mihnea Saracin <email address hidden>
Date: Thu Jun 18 20:37:45 2020 +0300

    Fix install from sdb if sda disk has a backup part

    Problem is when anaconda install finds a backup partition on any
    disk that’s parsed earlier than the rootfs, it skips the
    creation of GPT partition tables on rootfs.
    We fix this by checking the existence of
    the backup partition only on the rootfs disk.

    Closes-Bug: 1883844
    Change-Id: If2b473f24573f0dbcdadc0a4586c8be2c3185e75
    Signed-off-by: Mihnea Saracin <email address hidden>