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

Update multipath actors for el8toel9 #886

Merged
merged 2 commits into from
Jun 3, 2022
Merged

Commits on May 5, 2022

  1. Revert "Move "multipathconfread" into common repository"

    This reverts commit 1c171ec.
    
    the multipath actors need to do different things in the el8toel9 upgrade
    than in the el7toel8 upgrade, so leave the old actors in the el7toel8
    repo. After reverting, the code was relinted.
    bmarzins committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6a79e0f View commit details
    Browse the repository at this point in the history
  2. add multipathconf(read|check|update) el8toel9 actors

    Check config files and make necessary changes to retain RHEL-8 default
    behavior. This involves adding 'enable_foreign ""' and
    'allow_usb_devices yes' to the defaults section of /etc/multipath.conf
    if these options don't already exist, and changing any regex values of
    "*" to ".*" in any multipath config file. Reports are generated for all
    changes made. In order to share code with el7toel8, move the
    multipathutil library to the system_upgrade/common repo.
    bmarzins committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6f4ff75 View commit details
    Browse the repository at this point in the history