Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RAID1 and multipath coverage for bootfs dropins from rdcore bind-boot #2594

Merged
merged 3 commits into from
Mar 25, 2022

Commits on Mar 22, 2022

  1. kola/boot-mirror: simplify check for RAID1 mountpoint

    To check if a mountpoint is on RAID1, instead of going from the top and
    querying all devices on the system, we can directly check the type of
    the device backing the mountpoint.
    jlebon committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    88abb98 View commit details
    Browse the repository at this point in the history
  2. kola/boot-mirror: check bootfs dropins from rdcore bind-boot

    This is similar to the tests added in `ext.config.reboot` as part of
    coreos/fedora-coreos-config#1316, but for the
    boot mirroring tests.
    
    Specifically, it adds coverage for ESP devices discovery in a RAID1
    setup (coreos/coreos-installer#700).
    jlebon committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    8c28279 View commit details
    Browse the repository at this point in the history
  3. kola/multipath: check bootfs dropins from rdcore bind-boot

    This is similar to the tests added in `ext.config.reboot` as part of
    coreos/fedora-coreos-config#1316, but for the
    multipath tests.
    
    Specifically, it adds coverage for correct handling of the multipathed
    ESP partition (coreos/coreos-installer#700).
    jlebon committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    ff4da51 View commit details
    Browse the repository at this point in the history