summaryrefslogtreecommitdiffstats
path: root/storage/partitioning.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
* Return early from doAutoPartition if partition allocation fails.David Lehman2009-03-301-0/+2
* Reset storage instance if autopart fails. (#492158)David Lehman2009-03-301-0/+1
* Assign weights to partition requests when doing manual or kickstart installs.Chris Lumens2009-03-301-19/+18
* Take the base request weight into account when sorting partitions.Chris Lumens2009-03-301-0/+6
* Move _scheduleLVs and growLVM calls to be inside try/exceptDavid Cantrell2009-03-301-6/+6
* Grow LVs for kickstart requests tooRadek Vykydal2009-03-271-2/+3
* Be a little bit smarter about allocating space to grow parts. (#491761)David Lehman2009-03-241-0/+30
* Check that partition is on the disk before trying to remove it. (#491997)David Lehman2009-03-241-0/+3
* Don't remove partitions twice.Joel Granados Moreno2009-03-241-3/+0
* Make sure boot flag gets set. (#491170)David Lehman2009-03-191-1/+2
* Make PartitionDevice handle both normal and dmraid partitionsHans de Goede2009-03-181-3/+2
* Don't use disk.maximizePartition anymore.David Lehman2009-03-161-23/+0
* Fix handling of new extended partitions during partition allocation.David Lehman2009-03-161-0/+7
* Fix inconsistency in variable use in search for free space.David Lehman2009-03-161-16/+16
* Check for disk name being in disk.name not in clearPartDisksDavid Cantrell2009-03-161-1/+2
* When creating free space, handle cases other than clearpart --drives=Chris Lumens2009-03-161-2/+5
* Report when we cannot find any free space partitions.David Cantrell2009-03-151-0/+9
* Don't clear partitions containing the install media.David Lehman2009-03-131-0/+4
* Fix typo.Joel Granados Moreno2009-03-121-1/+1
* Always go through doAutoPart.Chris Lumens2009-03-121-50/+63
* Create partitions with exactly the geometry we calculate.David Lehman2009-03-101-3/+8
* 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
* Add dmraid functionality to new storage code.Joel Granados Moreno2009-03-061-2/+2
* Schedule device destroy actions for partitions last.David Lehman2009-03-051-1/+4
* Make sure we use the same disk the free space is on. (#488807)David Lehman2009-03-051-2/+9
* Revert "Make sure we end up with a disk that matches the chosen free region."David Lehman2009-03-051-9/+2
* Make sure we end up with a disk that matches the chosen free region.David Lehman2009-03-051-2/+9
* Implement Storage.sanityCheck, mostly from old partitions code.David Lehman2009-03-041-1/+5
* Fix inaccuracies in growPartitions and work around some parted weirdness.David Lehman2009-03-041-18/+41
* Add support for encrypted autopart and use expanded Storage.newFoo methods.David Lehman2009-03-031-21/+26
* Don't try to fool around with disks that have no free space.David Lehman2009-03-031-0/+4
* Fix up growLVM to make full use of the VGs' space.David Lehman2009-03-031-15/+99
* parted.Constraint's max size is maxSize, not max_size.David Lehman2009-03-031-4/+4
* Maximize partitions after growingHans de Goede2009-03-031-7/+18
* Do not create PV's in empty space of disks not selected for installHans de Goede2009-03-031-1/+1
* Add exclusiveDisks kwarg to doPartitioning, other minor fixes.David Lehman2009-03-021-4/+14
* doPartitioning() receives a Storage instance.David Cantrell2009-03-021-3/+3
* Use anaconda.platform to get boot device.David Lehman2009-02-271-4/+5
* Various changes to partitioning backend, autopart.David Lehman2009-02-271-39/+95
* Add doAutoPartition function and fix various minor errors.David Lehman2009-02-241-18/+136
* Clean up imports, fix some minor errors, remove old test code.David Lehman2009-02-231-5/+1
* Replace old storage modules.David Lehman2009-02-231-0/+735