summaryrefslogtreecommitdiffstats
path: root/pyanaconda/storage/partitioning.py
Commit message (Expand)AuthorAgeFilesLines
...
* Resize: Update format size if aligning partition shrinks it. (#689179)David Lehman2011-10-191-0/+3
* Fix autopart shrink of existing system. (#746605)David Lehman2011-10-181-3/+3
* partitioning.py: reference to list of free regions is shadowed by a double.Ales Kozumplik2011-10-101-1/+1
* Make sure storage is reset just before partitioning, always.David Lehman2011-09-301-0/+10
* Put bios boot partitions on all gpt disk on bios systems. (#738964)David Lehman2011-09-231-0/+36
* Add support for reserving space in lvm vgs via kickstart.David Lehman2011-09-141-1/+2
* Improve checking if new biosboot partition is needed.Ales Kozumplik2011-09-081-15/+5
* Clean up obsolete extended partitions if partitioning fails. (#672010)David Lehman2011-08-231-53/+59
* Correctly handle reqs with max size no larger than base size. (#730009)David Lehman2011-08-161-0/+6
* Set EFI mountpoint when using existing partition (#727933)Brian C. Lane2011-08-051-3/+11
* Remove unneeded if blockBrian C. Lane2011-08-051-1/+0
* Add some useful logging for partitioning and boot device choicesBrian C. Lane2011-08-051-1/+6
* Add a space to DiskChunk repr stringBrian C. Lane2011-08-051-1/+1
* Fix a traceback when user makes a partition whose size is out-of-bounds.David Lehman2011-07-281-2/+2
* Don't traceback if disks go missing before/during partitioning.David Lehman2011-07-281-1/+5
* dispatcher: allow requesting a step without insisting.Ales Kozumplik2011-07-281-5/+1
* Fix a bunch of stupid little errors pylint caught.Chris Lumens2011-07-221-0/+1
* Remove hasFreeDiskSpace and related code.David Lehman2011-07-111-24/+0
* Use protected for pvs of incomplete vgs and get rid of immutable.David Lehman2011-07-111-8/+1
* Simplify lvm growing by using units of pesize instead of MB.David Lehman2011-06-271-11/+32
* Move platform-specific boot-related data into Platform.David Lehman2011-06-271-6/+7
* Correct and simplify handling of "bootable" partition requests.David Lehman2011-06-171-15/+7
* Use the same code for growing lvs that we use for growing partitions.David Lehman2011-06-171-239/+291
* Sun disklabel hacks. (#697100)David Lehman2011-06-171-4/+13
* Maximize extended partition even when logical reqs' sizes are capped.David Lehman2011-06-171-5/+1
* Handle partition allocation failures due to alignment adjustments.David Lehman2011-06-171-0/+2
* Fix typo (DispatcherError->DispatchError).David Lehman2011-06-081-1/+1
* Allow autopart without lvm.David Lehman2011-06-081-11/+56
* dispatch: Fix rules for running the partitioning step.Ales Kozumplik2011-05-191-5/+7
* Audit storage log statements' log levels and clean up some things.David Lehman2011-05-171-10/+6
* Convert Device, DeviceFormat __str__ to __repr__ and add __str__.David Lehman2011-05-171-1/+6
* filled in hasFreeDiskSpace (#683632)Mark Hamzy2011-05-171-7/+17
* Move selection of new disklabel's type from DiskLabel to Platform.David Lehman2011-05-091-5/+8
* Include a BIOS boot partition in X86 autopart on GPT.David Lehman2011-05-091-1/+16
* Make sure bootloader stage1 device stays current through partitioning.David Lehman2011-05-021-0/+3
* Add a "boot drive" concept to the bootloader since stage1 types vary.David Lehman2011-05-021-3/+3
* Fix handling of missing boot device in doPartitioning.David Lehman2011-05-021-4/+3
* Update storage module for new platform and bootloader modules.David Lehman2011-04-071-18/+12
* Return values, not stringsBrian C. Lane2011-03-251-2/+8
* Check size limits on pre-existing partitionsBrian C. Lane2011-03-221-11/+1
* Don't clear partition 1 from mac disks even if it has no name. (#674105)David Lehman2011-02-161-2/+1
* Clean up a bunch of exception handling code.David Lehman2011-02-161-1/+1
* Make Storage function in the absence of an Anaconda instance.David Lehman2011-02-141-51/+59
* Make singlePV a more useful boolean, clean up _getSinglePV()David Cantrell2011-02-031-1/+2
* Only allow one EFI System Partition to exist at a time.Peter Jones2011-01-141-2/+4
* Convert livecd.py to use the storage module where appropriate.David Lehman2011-01-111-4/+4
* Fix "logvol --percent=" (#651445, jruemker).Chris Lumens2010-12-061-1/+4
* There's no need to pass exclusiveDisks to doPartitioning separately.David Lehman2010-12-021-9/+4
* Move storage device scanning parameters into a separate class.David Lehman2010-12-021-10/+11
* Ignore immutable disks in clearPartitions (#657115)Brian C. Lane2010-11-291-0/+4