summaryrefslogtreecommitdiffstats
path: root/storage/devicetree.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for kickstart's '--initlabel' option to clearpart.David Lehman2009-03-141-13/+49
* Use the correct keyword for luks map names ('name', not 'mapName').David Lehman2009-03-131-1/+1
* Add a list that lvm should ignore.Joel Granados Moreno2009-03-131-9/+15
* Don't create a PartitionDevice for devices that do not exist (#489122).Chris Lumens2009-03-121-0/+4
* Honor the zerombr kickstart directive.David Lehman2009-03-121-2/+10
* Make sure the device has a diskType before attempting to check what it is.Chris Lumens2009-03-121-1/+1
* Be explicit about resetting Disks' partedDisk attribute. (#489678)David Lehman2009-03-111-0/+5
* Deactivate devices after we've finished scanning them.David Lehman2009-03-111-0/+2
* Handle the case of removing an unallocated partition from the tree.David Lehman2009-03-111-1/+3
* Try again to set up LVs when we've just added a new PV to the VG.David Lehman2009-03-111-0/+5
* Fix action pruning to handle more complex scenarios.David Lehman2009-03-101-41/+172
* Fix pruning between two destroy actions on the same deviceRadek Vykydal2009-03-101-1/+4
* Use the pyblock functions when possible.Joel Granados Moreno2009-03-101-2/+0
* Move the recursive teardown of all devices out of processActions.David Lehman2009-03-091-1/+0
* Only populate the device tree on demand.David Lehman2009-03-091-3/+1
* Prune actions by device based on path, not object-id.David Lehman2009-03-091-11/+17
* Rewrite action sort so it works correctly.David Lehman2009-03-091-98/+133
* Do a separate disk.commit for each partition add/remove.David Lehman2009-03-091-1/+1
* various dmraid fixes.Joel Granados Moreno2009-03-061-3/+6
* Implement the format disk question as a callback.Joel Granados Moreno2009-03-061-47/+60
* Add dmraid functionality to new storage code.Joel Granados Moreno2009-03-061-14/+78
* Handle non-fatal errors more gracefully in addUdevDevice.David Lehman2009-03-051-3/+12