Bug 514592 - generalize storage/udev.py for networking too
Summary: generalize storage/udev.py for networking too
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F12Target
TreeView+ depends on / blocked
 
Reported: 2009-07-29 19:05 UTC by Chris Lumens
Modified: 2009-08-04 14:41 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-08-04 14:41:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Chris Lumens 2009-07-29 19:05:40 UTC
NM no longer exposes information via HAL.  It uses udev instead.  The udev code we have in storage/udev.py is useful for extracting this information, but it's not entirely correct.  Also, it's storage-specific.

We need to break some of this code out of the storage module into a generic udev layer that we can then easily use for both storage and networking devices.  See the requireName= parameter to udev_get_block_device and the MODEL/VENDOR splitting in udev_parse_block_entry for examples of how this is less than ideal.


Note You need to log in before you can comment on or make changes to this bug.