summaryrefslogtreecommitdiffstats
path: root/storage/devicetree.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "working on this"Peter Jones2010-02-261-14/+1
* working on thisPeter Jones2010-02-261-1/+14
* Warn when ignoring BIOS RAID members (#560932)Hans de Goede2010-02-161-1/+12
* Fix typo in action sorting. Disklabels before partitions. (#560017)David Lehman2010-02-031-2/+2
* Update exclusiveDisks when handling mdraid BIOSRAID in isIgnoredHans de Goede2010-01-221-2/+3
* MDRaidDevice does not have serial, vendor or bus argumentsHans de Goede2010-01-221-4/+6
* Make addUdevPartitionDevice add lvm filters for ignored partitionsHans de Goede2010-01-221-0/+6
* Remove BIOSRAID see if ignored again code from addUdevPartitionDeviceHans de Goede2010-01-221-8/+0
* Remove special partition handling from isIgnoredHans de Goede2010-01-221-16/+0
* Special handling for mdraid BIOS RAID sets in exclusive disksHans de Goede2010-01-221-0/+16
* Don't do exclusiveDisks checking for BIOS RAID membersHans de Goede2010-01-211-0/+1
* Create multipath.confPeter Jones2010-01-211-3/+23
* Make all StorageDevice-s support .vendor and .modelPeter Jones2010-01-201-2/+6
* Multipath members should not be added to the ignored disk list.Peter Jones2010-01-201-2/+4
* Use mpath names instead of serials to group them.Peter Jones2010-01-201-5/+3
* Use StorageError insead of enumerating all the different storage errors.Peter Jones2010-01-151-1/+1
* Check for disklabels on unpartitionable devices. (#539482)David Lehman2010-01-131-5/+22
* Ask about LVM inconsistencies only in storageinit step.Radek Vykydal2010-01-071-42/+14
* Ask about disk initialization only in storageinit step.Radek Vykydal2010-01-071-37/+12
* No need to special case ignoring of dmraid setsHans de Goede2009-12-161-3/+0
* Hide biosraid member devices that contain MDRaidMember formats.David Lehman2009-12-161-2/+8
* Move disklabel handling into handleUdevDeviceFormat with the others.David Lehman2009-12-161-15/+16
* Move identifyMultipaths from DeviceTree to devicelibs.Chris Lumens2009-12-111-93/+24
* Add a method to get the bus/interconnect from udev and store it on devices.Chris Lumens2009-12-111-1/+2
* Add a vendor getting udev method, though udev doesn't always know it.Chris Lumens2009-12-111-1/+7
* Add the serial number to all DiskDevices and subclasses.Chris Lumens2009-12-111-1/+1
* Rework udev_settle timeout handling (#544177)Hans de Goede2009-12-101-1/+1
* Skip disklabel handling for biosraid and multipath members.David Lehman2009-12-091-1/+2
* Add support for whole-disk formatting.David Lehman2009-12-091-22/+27
* Don't crash if there's no intf passed to getLUKSPassphrase.David Lehman2009-12-081-0/+3
* Whenever storage code tries to log a method call, do so into the 'tmp/storage...Ales Kozumplik2009-12-031-1/+1
* Fix devicelibs.dm.device_is_multipath support for new udev rules.Peter Jones2009-11-301-1/+1
* Write /etc/dasd.conf to target system on s390 (#533833).David Cantrell2009-11-121-1/+3
* Mark live device as protected instead of ignoring it. (#517260)David Lehman2009-10-201-0/+11
* Collect DASD kernel parameter information during device tree scan (#526354).David Cantrell2009-10-151-0/+6
* Add dracutSetupString() method to ZFCPDiskDevice (#526354).David Cantrell2009-10-151-0/+7
* Use addUdevPartitionDevice() for adding dmraid / multipath partitions (#527785)Hans de Goede2009-10-081-16/+7
* Create DASDDevice objects for DASD devices when building devicetree.David Cantrell2009-10-071-0/+3
* Change existing call to deviceNameToDiskByPath().David Cantrell2009-10-071-1/+1
* Wait for udev to settle before trying to find dmraid sets in udev DBHans de Goede2009-10-061-0/+4
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-7/+9
* Don't fail to commit partitions due to active lvm/md.David Lehman2009-10-011-1/+8
* Work around partition renumbering in processActions.David Lehman2009-10-011-6/+26
* Don't try to do format handling on drives without media (#523467)Hans de Goede2009-09-301-0/+4
* 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