diff options
author | Tony Hutter <[email protected]> | 2022-03-18 14:06:40 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-18 14:06:40 -0700 |
commit | 515710a1e1a11c7d1aec28adac0c486eae4519f1 (patch) | |
tree | bd7ed1ded4c7e03e186404d7aa41004e09219175 /module | |
parent | d42979c6ef1ec10b041c3394d969643f8862f7c3 (diff) |
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.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tony Hutter <[email protected]>
Closes #13222
Diffstat (limited to 'module')
0 files changed, 0 insertions, 0 deletions