summaryrefslogtreecommitdiffstats
path: root/storage/udev.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "working on this"Peter Jones2010-02-261-6/+2
* working on thisPeter Jones2010-02-261-2/+6
* Intel BIOS RAID array not recognized (#565458)Hans de Goede2010-02-161-1/+3
* Remove check for MD_DEVNAME from udev_device_is_md. (#562024)David Lehman2010-02-051-2/+1
* Add ID_SERIAL in as a backup in case there's no ID_SERIAL_SHORT.Chris Lumens2010-02-031-1/+1
* Remove unused udev_parse_block_entry() functionHans de Goede2010-02-021-10/+0
* Don't traceback on devices without a serialHans de Goede2010-01-221-1/+1
* 2 small mdraid related storage/udev.py changesHans de Goede2010-01-221-1/+4
* Add udev accessor for ID_MODEL_FROM_DATABASE/ID_MODEL.Peter Jones2010-01-201-0/+4
* Add udev_device_get_multipath_name().Peter Jones2010-01-201-4/+10
* ID_BUS is not always defined (on virt, for instance) so handle that.Chris Lumens2010-01-061-1/+1
* Add udev_device_get_path.Chris Lumens2009-12-181-7/+10
* Add a method to determine whether a device is a CCISS RAID device.Chris Lumens2009-12-111-0/+4
* Add a method to return a device's WWID.Chris Lumens2009-12-111-0/+14
* Add a method to get the bus/interconnect from udev and store it on devices.Chris Lumens2009-12-111-0/+4
* Add a vendor getting udev method, though udev doesn't always know it.Chris Lumens2009-12-111-0/+4
* Rework udev_settle timeout handling (#544177)Hans de Goede2009-12-101-1/+1
* Add a function that determines which devices match a given shell glob.Chris Lumens2009-11-201-0/+19
* Extend udev_resolve_devspec to allow specifying devices in more ways.Chris Lumens2009-11-201-3/+7
* Fix DASD and zFCP device discovery (#530287).David Cantrell2009-10-261-1/+1
* Mark live device as protected instead of ignoring it. (#517260)David Lehman2009-10-201-12/+0
* Collect DASD kernel parameter information during device tree scan (#526354).David Cantrell2009-10-151-0/+15
* Add dracutSetupString() method to ZFCPDiskDevice (#526354).David Cantrell2009-10-151-0/+42
* Add udev_device_is_dasd() to detect DASD devices.David Cantrell2009-10-071-0/+8
* Add function udev_device_get_lv_attr to retrieve lv attribute strings.David Lehman2009-09-211-0/+8
* Don't scan stopped md devicesHans de Goede2009-09-151-0/+10
* Make udev_get_block_device() return None on failureHans de Goede2009-09-151-1/+1
* Write mdadm.conf lines for mdraid container formats (imsm)Hans de Goede2009-09-151-0/+3
* Fix 55:udev_resolve_devspec: Using possibly undefined loop variable 'dev'Hans de Goede2009-09-011-1/+1
* Don't try to multipath CD devices. (#516362)Peter Jones2009-08-101-0/+2
* Recognize mpath devices when we see them.Peter Jones2009-08-061-0/+36
* Move basic udev methods out of the storage module (#514592).Chris Lumens2009-08-041-100/+17
* Not all udev info blocks return a name, so provide a way to ignore it.Chris Lumens2009-07-291-2/+2
* Don't split values for keys including MODEL or VENDOR.Chris Lumens2009-07-291-1/+3
* Move the decision to ignore the results of udev_parse_block_entry up.Chris Lumens2009-07-291-6/+7
* Add support for biosraid using mdadmHans de Goede2009-07-091-3/+6
* Reverse: "Support for MD containers"Hans de Goede2009-07-091-4/+0
* Add FCoE support to storage/udev.pyHans de Goede2009-07-021-0/+27
* Add function storage.udev.udev_resolve_devspec.David Lehman2009-07-011-0/+23
* Support for MD containers.Jacek Danecki2009-06-221-2/+7
* It's 2009, let's ignore floppy drives now (#493338, #493377).Chris Lumens2009-04-011-1/+1
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-311-5/+3
* Increase udev_settle timeout in udev_get_block_devices. (#492049)David Lehman2009-03-301-1/+1
* Fix up checking for live image backingJeremy Katz2009-03-191-0/+2
* Add more blacklistingJeremy Katz2009-03-191-0/+7
* Blacklist the live image backing deviceJeremy Katz2009-03-191-0/+10
* Move blockdev blacklisting to be a functionJeremy Katz2009-03-191-1/+8
* Get iscsi going with the new storage codeHans de Goede2009-03-171-0/+30
* various dmraid fixes.Joel Granados Moreno2009-03-061-3/+3
* Add dmraid functionality to new storage code.Joel Granados Moreno2009-03-061-0/+33