summaryrefslogtreecommitdiffstats
path: root/storage/devicetree.py
Commit message (Expand)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ...Martin Sivak2010-05-311-2262/+0
* Give pre-existing mdraid arrays the proper name in the UI (#596227)Hans de Goede2010-05-261-1/+5
* Setting up lvs should never failHans de Goede2010-05-191-7/+1
* We no longer need to handle lvs which are part of an incomplete vgHans de Goede2010-05-191-48/+0
* Store immutable info into the device for easier accessHans de Goede2010-05-191-5/+4
* Delay setting up lvs until other devices are scannedHans de Goede2010-05-191-16/+49
* Move creation of lv devices into its own functionHans de Goede2010-05-191-67/+72
* Handle devices that don't have a /dev/disk/by-path/ symlink (#563242)Peter Jones2010-05-131-4/+4
* Determine if an mdmember is biosraid earlier (#586298)Hans de Goede2010-05-121-4/+1
* Fix usage of deviceNameToDiskByPath in devicetree.py (#589967)David Cantrell2010-05-071-1/+3
* Remove partitions after unpartitioned non-partition devices. (#588597)David Lehman2010-05-071-0/+8
* Make deviceNameToDiskByPath check udev info instead of sysfsDavid Cantrell2010-05-041-3/+2
* Make sure we use 1.0 mdraid metadata when the set is used for boot (#584596)Hans de Goede2010-04-231-2/+3
* Add a preCommitFixup hook to StorageDevice classesHans de Goede2010-04-231-7/+6
* Prune resize and format create/migrate actions if destroying a device.David Lehman2010-04-221-2/+20
* Add proper support for destruction of disklabels.David Lehman2010-04-151-4/+8
* Three small fixes to action sorting.David Lehman2010-04-151-16/+8
* Sort partition create actions before other unpartitioned devices. (#574379)David Lehman2010-04-061-0/+6
* Update format of cdrom devices when looking for repos on media (#566269)Radek Vykydal2010-03-241-0/+10
* Keep a handle to devices' original format instance. (#565848)David Lehman2010-03-101-0/+1
* Ignore probably-spurious disklabels on unpartitionable devices. (#567832)David Lehman2010-02-261-1/+5
* 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