summaryrefslogtreecommitdiffstats
path: root/storage/partitioning.py
Commit message (Expand)AuthorAgeFilesLines
* Change DeviceTree.devices from a dict to a list.David Lehman2009-07-211-1/+1
* Allow creation of four primary partitions on a disk. (#505269)David Lehman2009-07-211-7/+8
* Lots of small grammar and wording changes.Peter Jones2009-07-131-1/+1
* Update code that checks for devices that contain install media.David Lehman2009-07-011-4/+3
* Enforcing matching rootfs type on LVs as well as for partitions (#504743)Jeremy Katz2009-06-101-0/+5
* Fix discovery of existing raid/lvm for ks install without clearpart (#503310)...Radek Vykydal2009-06-051-1/+1
* Ensure matching rootfs type to live type with autopart (#501876)Jeremy Katz2009-05-261-0/+4
* Don't filter out partitions that haven't been allocated (#500932).Chris Lumens2009-05-151-1/+2
* Fix a traceback when installing over previous installs on PPC (#499963).Chris Lumens2009-05-121-1/+5
* If clearPartType is None, don't attempt to clear a device (#499321).Chris Lumens2009-05-111-1/+1
* Once a partition is part of another device it cannot be modified. (#496760)David Lehman2009-05-081-3/+10
* Maintain request sort order by using req_disks instead of parents.David Lehman2009-05-081-1/+1
* Don't clear the first partition on any disk with a Mac disk label (#492154).Chris Lumens2009-05-071-0/+7
* Fix KeyError when partition numbers change during allocation. (#497911)David Lehman2009-05-071-4/+4
* Fix some logic errors in storage.partitioning.shouldClear.David Lehman2009-05-061-1/+5
* Make sure /boot ends up on the same disk as Apple Bootstrap (#497390).Chris Lumens2009-05-051-1/+4
* Fix a typo.Chris Lumens2009-05-041-1/+1
* Break the complex should-clear logic out of clearPartitions.Chris Lumens2009-05-011-29/+27
* Fix adding of fifth partition in UI (#496930).Radek Vykydal2009-04-211-0/+3
* use partition req_base_size instead of size in partitionCompare()Hans de Goede2009-04-151-1/+1
* When going back from a failed shrink, reset the device action set.Chris Lumens2009-04-141-0/+1
* Setup the disks before partitioning as the nodes are needed.Joel Granados Moreno2009-04-101-0/+3
* When deallocating a partition also set its disk attribute to NoneHans de Goede2009-04-101-0/+1
* growPartitions: Change op_func (back to) add when an iteration succeedsHans de Goede2009-04-101-0/+1
* partedPartition can be None while growing partitions (#495076)Hans de Goede2009-04-101-3/+2
* Pre-existing partitions names may change (#494833)Hans de Goede2009-04-081-0/+5
* Update extended partition geometry when we change itHans de Goede2009-04-081-2/+5
* We need to search by name without the "mapper" prefix.Joel Granados Moreno2009-04-071-1/+1
* Create a min_max constraint to avoid alignments issues.Joel Granados Moreno2009-04-071-1/+11
* Esthetic changes to storage/partitioning.py.Joel Granados Moreno2009-04-071-19/+28
* For dmraid partititons device node name != nameHans de Goede2009-04-061-4/+7
* Do not use getPartitionByPath() in allocatePartitions()Hans de Goede2009-04-061-2/+2
* If no partitioning commands are given, apply the UI selections (#490880).Chris Lumens2009-04-031-2/+1
* 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