summaryrefslogtreecommitdiffstats
path: root/storage/udev.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix check for multiple values in udev env lines.David Lehman2009-03-021-1/+1
* Handle env vars in udev_device_get_lv_sizes()David Cantrell2009-03-021-1/+1
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-1/+0
* Clean up imports, fix some minor errors, remove old test code.David Lehman2009-02-231-0/+1
* Replace old storage modules.David Lehman2009-02-231-0/+273