summaryrefslogtreecommitdiffstats
path: root/storage/devicetree.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust the dmraid ignoring logic.Joel Granados Moreno2009-03-311-53/+66
* Having 2 raidsets in the same group of devs is possible.Joel Granados Moreno2009-03-301-56/+57
* Clean up the reinitialize LVM warning message (#491888).Chris Lumens2009-03-271-10/+7
* Revert "Don't do format-specific processing on devices targeted by clearpart....Joel Granados Moreno2009-03-271-16/+1
* Don't do format-specific processing on devices targeted by clearpart. (#492123)David Lehman2009-03-261-1/+16
* "vg" is not valide inside this if.Joel Granados Moreno2009-03-251-4/+4
* Fix typo. (#492042)David Lehman2009-03-241-1/+1
* Work around a bug in mdadm incremental assembly.David Lehman2009-03-241-0/+4
* fslabels -> labels.Chris Lumens2009-03-241-1/+1
* Move resolveDevice into the DeviceTree class.Chris Lumens2009-03-241-2/+69
* Add EFI, Apple Bootstrap, and PPC PReP Boot formats.David Lehman2009-03-231-0/+12
* Pop the busy cursor when we're done with the wait window (#491736).Chris Lumens2009-03-231-1/+0
* Reset mouse pointer if we find an unreadable disk.David Cantrell2009-03-201-0/+1
* Handle system crappyness.Joel Granados Moreno2009-03-191-2/+122
* Revert "Fix pruning of destroy actions for preexisting devices."David Lehman2009-03-191-5/+0
* Fix pruning of destroy actions for preexisting devices.David Lehman2009-03-191-0/+5
* Try to activate an existing md array after adding each member.David Lehman2009-03-191-0/+5
* Fix removing of devices with the same name from tree when adding create action.Radek Vykydal2009-03-181-4/+6
* Make PartitionDevice handle both normal and dmraid partitionsHans de Goede2009-03-181-16/+15
* Get iscsi going with the new storage codeHans de Goede2009-03-171-3/+12
* Changed the getDevicebyLabel() to getDeviceByLabel() in devicetree.pyMartin Gracik2009-03-171-1/+1
* Do not create a LUKSDevice if we do not have a way to map the device.David Lehman2009-03-161-1/+3
* Fix bug in dependency list for partitions.David Lehman2009-03-161-1/+2
* Ignore loop and ram devicesHans de Goede2009-03-161-0/+7
* devicetree: fix slave addition of incomplete dm / md devicesHans de Goede2009-03-161-12/+20
* Catch LVMErrors too when tearing down devicesHans de Goede2009-03-161-1/+1
* devicetree.py has _ignoredDisks instead of ignoredDisks.Joel Granados Moreno2009-03-161-1/+1