Bug 682379

Summary: assumes all ethernet devices are named ethX
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: tunedAssignee: Jan Vcelak <jvcelak>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: jvcelak, pknirsch, plautrba, rvokal, tsmetana, twoerner
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: tuned-0.2.20-1.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 682380 (view as bug list) Environment:
Last Closed: 2011-03-23 04:57:44 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: 682334, 682380    

Description Bill Nottingham 2011-03-05 01:50:48 UTC
Description of problem:

Network devices can have arbitrary names, and due to
http://fedoraproject.org/wiki/Features/ConsistentNetworkDeviceNaming, will have
different names in Fedora 15.

tuned-0.2.19/monitorplugins/net.py:
...
                devs = open("/proc/net/dev").readlines()
                for l in devs:
                        l = l.replace(":", " ")
                        v = l.split()
                        d = v[0]
                        if not d.startswith("eth"):
                                continue
...

Version-Release number of selected component (if applicable):

tuned-0.2.19

How reproducible:

By visual inspection.

Comment 1 Jan Vcelak 2011-03-08 16:46:17 UTC
Resolved in git (upstream):
http://git.fedorahosted.org/git/?p=tuned.git;a=commit;h=ae41fe8

Comment 2 Jan Vcelak 2011-03-08 18:12:42 UTC
Better fix:
http://git.fedorahosted.org/git/?p=tuned.git;a=commit;h=fd2656d

Comment 3 Fedora Update System 2011-03-21 08:26:37 UTC
tuned-0.2.20-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/tuned-0.2.20-1.fc15

Comment 4 Fedora Update System 2011-03-21 08:26:39 UTC
tuned-0.2.20-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/tuned-0.2.20-1.fc15

Comment 5 Fedora Update System 2011-03-23 04:57:39 UTC
tuned-0.2.20-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.