summaryrefslogtreecommitdiffstats
path: root/storage/devicetree.py
Commit message (Expand)AuthorAgeFilesLines
* Make all sysfs path's be _without_ /sys prefix (#516168)Hans de Goede2009-08-071-4/+3
* Recognize mpath devices when we see them.Peter Jones2009-08-061-24/+149
* Make questionInitializeDisk() somewhat less ugly.Peter Jones2009-08-061-6/+9
* Differentiate between ibft discovered and manually added iscsi disksHans de Goede2009-08-041-0/+1
* Store iscsi node pointer in iScsiDiskDevice objectsHans de Goede2009-08-041-4/+6
* Make sure we have a device before check if it's protected. (#510033)David Lehman2009-07-211-1/+1
* Support multiple fstab entries of a single nodev fstype. (#505969)David Lehman2009-07-211-2/+4
* Change DeviceTree.devices from a dict to a list.David Lehman2009-07-211-9/+26
* When ignoring partitions make sure lvm also ignores themHans de Goede2009-07-151-0/+2
* Display drive model and size in MB in partitioning UI (#460697)David Cantrell2009-07-131-3/+17
* Add support for biosraid using mdadmHans de Goede2009-07-091-6/+8
* Reverse: "Support for MD containers"Hans de Goede2009-07-091-70/+0
* When all udev_is-foo() checks fail return instead of backtracingHans de Goede2009-07-091-0/+3
* Add FCoE disks to the devicetree with a type of FcoeDiskDeviceHans de Goede2009-07-021-0/+5
* Update code that checks for devices that contain install media.David Lehman2009-07-011-2/+2
* Rework tracking of devices containing installation media. (#497087)David Lehman2009-07-011-4/+21
* Prevent false positives in devtree's device lookup methods.David Lehman2009-07-011-0/+12
* Skip exceptionDisks if exception originated in devtree.populate. (#497240)David Lehman2009-07-011-0/+10
* Support for MD containers.Jacek Danecki2009-06-221-0/+70
* Fix a typo in action sorting for resize actions (fs vs. device). (#501000)David Lehman2009-05-311-1/+1
* Create and use unique ids for Device instances. (#500808)David Lehman2009-05-281-16/+21
* Adjust remaining PartitionDevices' names after removing a partition.David Lehman2009-05-281-0/+8
* Put some space in that big scary warning.Chris Lumens2009-05-211-1/+1
* We are not guaranteed to have a partedDisk in the udev code (#501556, #501428).Chris Lumens2009-05-191-1/+1
* Fix indentation of line to remove cancelled actions from the list. (#500932)David Lehman2009-05-151-1/+2
* Fix detection of cciss disks (#499408)Doug Chapman2009-05-151-0/+1
* Ignore unrecognized device-mapper devices we find. (#499967)David Lehman2009-05-141-3/+1
* Add the partition table partition after initializing (#498602).Chris Lumens2009-05-141-0/+9
* Check if we'll clear a partition after setting its format attr. (#499251)David Lehman2009-05-061-3/+7
* Don't call udevDeviceFormat if we're just going to clear the device (#497323).Chris Lumens2009-05-011-1/+5
* Pass clearPartType to the devicetree as well.Chris Lumens2009-05-011-2/+3
* Ignore spurious formatting on partitioned devices.David Lehman2009-04-301-0/+8
* Fix action sorting for partitions on the same disk. (#498064)David Lehman2009-04-301-2/+10
* Don't let lvremove failures from incomplete vgs crash the install. (#497401)David Lehman2009-04-241-1/+7
* Don't remove an inconsistent lvm partition from the devicetree (#496638)Hans de Goede2009-04-241-2/+13
* Include the device path in DeviceError exceptions.David Lehman2009-04-211-6/+6
* Use incremental mode for all md member addition during probing.David Lehman2009-04-211-7/+2
* Try to name existing md arrays based on their preferred minor.David Lehman2009-04-211-7/+27
* Make sure inconsistencies dont screw us up.Joel Granados Moreno2009-04-171-0/+14
* Re-implement the inconsistency functionality.Joel Granados Moreno2009-04-171-57/+61
* Allow the use of "-" in the lvm names. (495329)Joel Granados Moreno2009-04-171-0/+4
* Don't traceback on invalid filesystem detection (#495156)David Cantrell2009-04-151-4/+9
* Use the PV name when logging error messages.Joel Granados Moreno2009-04-151-3/+3
* Make sure we have a clean lvm ignore list when we initialize.Joel Granados Moreno2009-04-071-0/+1
* Raise an error when remofing an extended part with logical parts.Joel Granados Moreno2009-04-071-0/+5
* Split DeviceTree.addUdevDevice into several smaller methods.David Lehman2009-04-061-460/+543
* Don't let device names affect action order in general case.David Lehman2009-04-021-5/+5
* Handle format actions in cancelAction()David Cantrell2009-04-021-0/+4
* Remove DmRaidArrayDevice level attribute (#493293)Hans de Goede2009-04-011-1/+0
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-311-1/+0