Bug 692781
Summary: | Broadcom drivers missing from dracut-network | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Ales Kozumplik <akozumpl> |
Component: | dracut | Assignee: | Harald Hoyer <harald> |
Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.1 | CC: | atodorov, ddumas, jstodola, jzeleny, pknirsch, syeghiay, twoerner |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | dracut-004-47 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 11:54:25 UTC | Type: | --- |
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: | |||
Bug Blocks: | 442980 |
Description
Ales Kozumplik
2011-04-01 06:37:33 UTC
(In reply to comment #0) > see https://bugzilla.redhat.com/show_bug.cgi?id=442980#c44. > > A person testing bnx partial offload iscsi complains the drivers are missing > from dracut. I checked and the following drivers: > > bnx2 > bnx2x > bnx2i > > are indeed not mentioned in the 'installkernel' dracut-network's iscsi module. > > Could those be added? workaround: # echo "add_drivers+=" bnx2 bnx2x bnx2i " >> /etc/dracut.conf.d/bnx.conf # dracut -f (In reply to comment #2) > workaround: > > # echo "add_drivers+=" bnx2 bnx2x bnx2i " >> /etc/dracut.conf.d/bnx.conf > # dracut -f # echo 'add_drivers+=" bnx2 bnx2x bnx2i "' >> /etc/dracut.conf.d/bnx.conf # dracut -f Since RHEL 6.1 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. PM, I am proposing this as a blocker since it blocks QA on the bug 442980. # rpm -q dracut-network dracut-network-004-52.el6.noarch # rpm -q dracut-network -l | xargs grep bnx2 /usr/share/dracut/modules.d/95iscsi/installkernel:instmods iscsi_tcp crc32c iscsi_ibft be2iscsi bnx2 bnx2x bnx2i bnx2, bnx2x and bnx2i are now present. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0523.html |