Bug 682380
| Summary: | assumes all ethernet devices are named ethX | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Bill Nottingham <notting> |
| Component: | tuned | Assignee: | Jan Vcelak <jvcelak> |
| Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1 | CC: | azelinka, jvcelak, pknirsch, plautrba, rvokal, tsmetana, twoerner |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tuned-0.2.19-3.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 682379 | Environment: | |
| Last Closed: | 2011-05-19 13:14:07 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: | 682379 | ||
| Bug Blocks: | 682269 | ||
|
Description
Bill Nottingham
2011-03-05 01:51:58 UTC
Resolved in git (upstream): http://git.fedorahosted.org/git/?p=tuned.git;a=commit;h=ae41fe8 This just moves the problem somewhat... the admin can still name their devices 'inbound' and 'outbound', or 'Gb0', 'Gb1', 'Gb2'. This was always possible. I don't know how this is related to the new Fedora feature. But OK. We can do it more sophisticated. I hope this is universal enough: http://git.fedorahosted.org/git/?p=tuned.git;a=commit;h=fd2656d net: universal ethernet card identifier detection - get all network devices from /sys/class/net - exclude all virtual devices (symlinks point to /sys/devices/virtual/*) - exclude all untunable devices (ethtool reports no modes, maximal speed is lower than 1000Mbit) Algorithm sounds good. 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-0581.html |