Bug 1160478
| Summary: | multipath uses a template in %doc | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ben Marzinski <bmarzins> |
| Component: | device-mapper-multipath | Assignee: | Ben Marzinski <bmarzins> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | agk, awilliam, bmarzins, bugzilla, dwysocha, extras-qa, fdinitto, g.kaviyarasu, heinzm, jonathan, lvm-team, msnitzer, penguin.wrangler, prajnoha, prockai, pwu, redzilla.coralnut, robatino, sgallagh, vanmeeuwen+fedora, zbyszek |
| Target Milestone: | --- | Keywords: | CommonBugs, Reopened |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | RejectedBlocker https://fedoraproject.org/wiki/Common_F21_bugs#live-multipath | ||
| Fixed In Version: | device-mapper-multipath-0.4.9-68.fc21.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1154347 | Environment: | |
| Last Closed: | 2015-01-21 23:05:08 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: | |||
| Bug Depends On: | 1154347 | ||
| Bug Blocks: | |||
|
Description
Ben Marzinski
2014-11-04 22:35:24 UTC
The docdirs location was changed from /usr/share/doc/<package>-<version> to /usr/share/doc/<package> mpathconf is looking for the multipath.conf template file in the old location. It needs to check both. *** Bug 1144283 has been marked as a duplicate of this bug. *** Packages are not allowed to use things from %doc at runtime [1]. This whole setup of copying a template seems very brittle, but that's another matter. Anyway, the template should not be pulled from /usr/share/doc. [1] See e.g. http://fedoraproject.org/wiki/Packaging:ReviewGuidelines, https://fedoraproject.org/wiki/Packaging:Guidelines?rd=Packaging/Guidelines#Documentation. device-mapper-multipath-0.4.9-68.fc21.2 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/device-mapper-multipath-0.4.9-68.fc21.2 Instead of copying a file from /usr/share/doc. I just made mpathconf write out the default file itself. Package device-mapper-multipath-0.4.9-68.fc21.2: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing device-mapper-multipath-0.4.9-68.fc21.2' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-16536/device-mapper-multipath-0.4.9-68.fc21.2 then log in and leave karma (feedback). *** Bug 1173389 has been marked as a duplicate of this bug. *** device-mapper-multipath-0.4.9-68.fc21.2 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |