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

zed: Fix mpath autoreplace on Centos 7 #13222

Merged
merged 1 commit into from
Mar 18, 2022

Commits on Mar 14, 2022

  1. zed: Fix mpath autoreplace on Centos 7

    A prior commit included a udev check for MPATH_DEVICE_READY to
    determine if a path was multipath when doing an autoreplace:
    
        f2f6c18 zed: Misc multipath autoreplace fixes
    
    However, MPATH_DEVICE_READY is not provided by the older version of
    udev that's on Centos 7 (it is on Centos 8).
    
    This patch instead looks for 'mpath-' in the UUID, which works on
    both Centos 7 and 8.
    
    Signed-off-by: Tony Hutter <hutter2@llnl.gov>
    tonyhutter committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    eb8c5db View commit details
    Browse the repository at this point in the history