Bug 1685363
| Summary: | fedora netinstall images have wrong /etc/multipath.conf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ben Marzinski <bmarzins> |
| Component: | lorax | Assignee: | Brian Lane <bcl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | admiller, anaconda-maint-list, bcl, dennis, dmach, dshea, jkeating, lsedlar, wwoods |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | lorax-30.17-1 lorax-30.17-1.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-22 18:02:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
lorax-30.17-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-5edfcfd391 lorax-30.17-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-5edfcfd391 lorax-30.17-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The fedora netinstall image used a multipath.conf of ********** defaults { find_multipaths yes user_friendly_names yes } ********** It should be using the default multipath.conf generated with # mpathconf --enable Which is ********** defaults { user_friendly_names yes find_multipaths yes } blacklist_exceptions { property "(SCSI_IDENT_|ID_WWN)" } ********** The incorrect multipath.conf file allows multipathd to attempt to setup multipath on devices that it shouldn't. This was the root cause for Bug #1672761. I'm not sure if pungi is responsible for adding this file to the netinstall image. If not, could you please reassign the bug to the component responsible.