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

[rhcos-4.16] overlays: drop coreos-multipath-trigger.service #3027

Merged
merged 2 commits into from
Jun 18, 2024

Commits on Jun 17, 2024

  1. overlays: drop coreos-multipath-trigger.service

    This service was needed in the past to make multipath + LUKS work well.
    The underlying bug seems to have been fixed now as I can no longer
    reproduce it in Fedora or RHEL 9.4. Conveniently, this also works around
    a bug in which that service would sometimes hang because of a bug[[1]]
    in systemd which is still outstanding in RHEL 9.
    
    Drop it.
    
    We don't have any tests for this yet. Multipath + LUKS currently doesn't
    work but should be fixed soon[[2]]. A test will be added as part of
    that work.
    
    [1]: systemd/systemd#29863
    [2]: coreos/fedora-coreos-tracker#1728
    
    Fixes: https://issues.redhat.com/browse/OCPBUGS-29325
    (cherry picked from commit cc2e865)
    jlebon committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6994a2e View commit details
    Browse the repository at this point in the history
  2. .cci.jenkinsfile: disable testing on older RHCOS branch

    The tests won't pass because they run with latest COSA and not the
    branch specific COSA. Let's just disable them for now.
    
    (cherry picked from commit 5be9e14)
    dustymabe authored and jlebon committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9ded597 View commit details
    Browse the repository at this point in the history