summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Fix getting of number of total devices of sw raid.Radek Vykydal2009-03-131-1/+1
* Added test case for devicelib mdraid.py.Martin Gracik2009-03-131-38/+40
* Add a list that lvm should ignore.Joel Granados Moreno2009-03-132-55/+155
* Don't create a PartitionDevice for devices that do not exist (#489122).Chris Lumens2009-03-122-4/+7
* A getter doesn't usually take a parameter (#489965).Chris Lumens2009-03-121-1/+1
* Fix typo.Joel Granados Moreno2009-03-121-1/+1
* Fix typo.David Lehman2009-03-121-1/+1
* Honor the zerombr kickstart directive.David Lehman2009-03-121-2/+10
* currentSize is expected to be a float, so convert it to one (#489882).Chris Lumens2009-03-121-1/+1
* Make sure the device has a diskType before attempting to check what it is.Chris Lumens2009-03-121-1/+1
* Always go through doAutoPart.Chris Lumens2009-03-121-50/+63
* Format modules import fixMartin Gracik2009-03-121-1/+1
* Fixed the format modules importMartin Gracik2009-03-121-3/+4
* Modify livecd.py to work with new storage backend.David Lehman2009-03-111-1/+4
* Be explicit about resetting Disks' partedDisk attribute. (#489678)David Lehman2009-03-112-8/+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
* Set partition flags in format create/destroy execute methods.David Lehman2009-03-111-2/+23
* Make sure we use the newly committed parted.Partition after create.David Lehman2009-03-111-14/+4
* Make device teardown methods more resilient.David Lehman2009-03-111-41/+16
* Fix _getCheckArgs() in class FS.David Cantrell2009-03-101-1/+2
* Fix action pruning to handle more complex scenarios.David Lehman2009-03-101-41/+172
* Schedule destruction of any existing formatting along with the device.David Lehman2009-03-101-0/+4
* Add a size attribute to mdraid arrays.David Lehman2009-03-101-0/+8
* Create partitions with exactly the geometry we calculate.David Lehman2009-03-102-7/+10
* Destruction of the member device formatting will be handled elsewhere.David Lehman2009-03-101-3/+2
* 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-104-5/+9
* Move the recursive teardown of all devices out of processActions.David Lehman2009-03-091-1/+0
* Clean up handling of /proc, /sys, /dev/pts, /dev/shm entries.David Lehman2009-03-092-5/+5
* Fix several minor bugs preventing upgrade/rescue mount. (#488946)David Lehman2009-03-091-1/+3
* Only populate the device tree on demand.David Lehman2009-03-092-3/+3
* 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-092-55/+42
* Fix bug keeping track of best free region/type/disk info.David Lehman2009-03-091-4/+12
* Return early if doAutoPart is False, but clearpart first if kickstart.David Lehman2009-03-091-2/+6
* Move the mdRaidBootArches logic into the platform module.Chris Lumens2009-03-092-5/+1
* Catch the new _ped.DiskLabelException for unrecognized disklabels.David Lehman2009-03-061-1/+2
* Catch all failures from making parted objects in exceptionDisks.David Lehman2009-03-061-2/+1
* various dmraid fixes.Joel Granados Moreno2009-03-063-12/+9
* Implement the format disk question as a callback.Joel Granados Moreno2009-03-063-59/+78
* Add dmraid functionality to new storage code.Joel Granados Moreno2009-03-066-42/+334
* Do not pass None values into nonmandatory arguments, you are screwing the def...Martin Sivak2009-03-061-1/+9
* Schedule device destroy actions for partitions last.David Lehman2009-03-051-1/+4
* Nodev filesystems always exist. And the device is arbitrary.David Lehman2009-03-051-2/+4
* Include proc, &c filesystems in fstab and FSSet.{mount/umount}Filesystems.David Lehman2009-03-051-5/+9
* Remove FSSet.writeFSTab. That job is handled elsewhere.David Lehman2009-03-051-4/+0
* Add properties to FSSet to provide the nodev entries.David Lehman2009-03-051-0/+40