Bug 1382114
Summary: | rdma-init-kernel modprobe FATAL Module ib_mad not found | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | jason.johnston | ||||
Component: | rdma | Assignee: | Honggang LI <honli> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 24 | CC: | dledford, honli, jbwillia, jonstanley, mschmidt | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | noarch | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | rdma-2.0-23.fc24.noarch rdma-2.0-23.fc24 rdma-2.0-23.fc23 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-10-18 15:54:32 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: | |||||||
Attachments: |
|
Honggang, please process a bodhi update for rdma on f24. Thanks! rdma package update request for f24 and f23 had been submitted. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f4614293cb https://bodhi.fedoraproject.org/updates/FEDORA-2016-36b23b60f5 rdma-2.0-23.fc23 has been pushed to the Fedora 23 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-2016-36b23b60f5 rdma-2.0-23.fc24 has been pushed to the Fedora 24 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-2016-f4614293cb rdma-2.0-23.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. rdma-2.0-23.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1207667 [details] opensm_rdma_bug Description of problem: Starting rdma.service (needed by opensm.service) fails due to a missing ib_mad kernel module. Version-Release number of selected component (if applicable): Fedora 24 with the 4.7.x kernels and rdma-2.0-22.fc24.noarch How reproducible: Every time Steps to Reproduce: 1. Ensure you are running a 4.7.x kernel. 2. Ensure you have rdma-2.0-22.fc24.noarch and opensm installed. 3. Either start or restart opensm Actual results: systemctl restart opensm A dependency job for opensm.service failed. See 'journalctl -xe' for details. Expected results: opensm.service to start after starting rdma.service and loading the correct kernel modules. Additional info: As it turns out the ib_mad driver was consolodated into ib_core with the 4.7.x kernels, and rdma-init-kernel was updated. There is a build on Koji, but it is not in the main tree that fixes this issue. See the attached file for more details.