summaryrefslogtreecommitdiffstats
path: root/storage/devicetree.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Format message string after translation not beforeMartin Sivak2009-03-051-1/+1
* If a drive is not initialized, offer reinitialization or ignoring the drive t...Martin Sivak2009-03-051-2/+26
* Add special handling in getDependentDevices for extended partitions.David Lehman2009-03-041-0/+15
* Don't mess with action ordering; catch format errors in teardownAll.David Lehman2009-03-031-2/+2
* Deactivate all devices before processing the actions queue.David Lehman2009-03-031-0/+1
* Don't compare with start when it is implicitly zero in pruneActions.David Lehman2009-03-031-2/+2
* Add method pruneActions to remove redundant actions from the queue.David Lehman2009-03-031-0/+162
* Remove little hack that throws off action sorting.David Lehman2009-02-271-6/+0
* Various changes, including several fixes to device discovery.David Lehman2009-02-271-34/+57
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-1/+1
* Clean up imports, fix some minor errors, remove old test code.David Lehman2009-02-231-82/+6
* Replace old storage modules.David Lehman2009-02-231-0/+999