dracutdevs / dracut

dracut the event driven initramfs infrastructure
https://github.com/dracutdevs/dracut/wiki
GNU General Public License v2.0
604 stars 400 forks source link

fix(multipath): do not install by default #2382

Closed LaszloGombos closed 1 year ago

LaszloGombos commented 1 year ago

Checklist

LaszloGombos commented 1 year ago

All test pass (but some requires re-runs and not always) with this multipath module change. We should consider improving multipath. CC @mwilck . Closing this PR now as this PR is only here to show the impact of the change and requires more discussion.

Note: sadly closing PR removes the reference of test runs from the PR.

mwilck commented 1 year ago

What's the purpose of this PR? In hostonly mode, the check() function does the right thing. In non-hostonly mode, multipath must be included.

mwilck commented 1 year ago

Ah, this was the CI thing. Still, it's weird that this would be necessary.