summaryrefslogtreecommitdiffstats
path: root/storage/devicetree.py
Commit message (Expand)AuthorAgeFilesLines
* Honor ignoredisk --only-use. (#514353)David Lehman2009-09-221-0/+6
* Add handling for snapshot and mirrored logical volumes to DeviceTree.David Lehman2009-09-211-2/+48
* Write mdadm.conf lines for mdraid container formats (imsm)Hans de Goede2009-09-151-4/+11
* write iscsi initiator name to kernel cmdline in grub.conf for dracutHans de Goede2009-09-151-0/+1
* Include device id in log lines since partitions can get renumbered.David Lehman2009-09-111-4/+6
* Don't try to preserve old format attrs when reinitializing pvs.David Lehman2009-09-111-3/+1
* Get DMRaidArrayDevice's a DiskLabel format when they are added to the treeHans de Goede2009-09-101-0/+7
* Recheck if a partition should be ignored after getting its disk (#518971)Hans de Goede2009-09-021-0/+8
* Don't identify multi lun usb card readers as multipath (#517603)Hans de Goede2009-09-021-0/+14
* Device class does not have a path memberHans de Goede2009-09-021-3/+3
* Ignore partitions belonging to disks we've reinitialized.David Lehman2009-08-281-0/+6
* Handle newly initialized disklabels whether via ks or prompt. (#519235)David Lehman2009-08-281-20/+20
* Fix some indentation in the disklabel initialization block.David Lehman2009-08-281-12/+12
* Use the path instead of the name for the questionInitialize function. (#517926)Joel Granados Moreno2009-08-261-10/+8
* Clean up management of extended partitions we create. (#497293)David Lehman2009-08-171-0/+8
* Don't use StorageDevice for partitions w/ biosraid formatting. (#504002)David Lehman2009-08-171-1/+1
* Change all disklabel manipulations to use the DiskLabel format class.David Lehman2009-08-171-132/+110
* Fix ordering on device list returned from identifyMultipaths()Peter Jones2009-08-131-4/+22
* Fix typo in mpath support.Peter Jones2009-08-131-1/+1
* Fix syntax error in identifyMultipaths()David Cantrell2009-08-101-1/+1
* Don't try to multipath CD devices. (#516362)Peter Jones2009-08-101-1/+2
* 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