summaryrefslogtreecommitdiffstats
path: root/storage/partitioning.py
Commit message (Expand)AuthorAgeFilesLines
* Don't unconditionally unskip the partition step on failure (#567889).Chris Lumens2010-02-251-1/+3
* Don't align free space geometries in getFreeRegions. (#565692)David Lehman2010-02-221-20/+1
* Align extended partitions like we do other partitions.David Lehman2010-02-221-3/+5
* Move storage into the Anaconda class.Chris Lumens2010-02-041-50/+50
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-7/+7
* Enforce maximum partition sizes. (#528276)David Lehman2010-02-031-8/+11
* Fix: ArithmeticError: Could not align to closest sector (#561278)Hans de Goede2010-02-031-2/+14
* Fixup partition aligning (#560586)Hans de Goede2010-02-011-9/+9
* Hookup new python EDD code (#478996)Hans de Goede2010-01-281-2/+3
* Honor clearPartDisks when clearing whole disk formatting formatted disksHans de Goede2010-01-221-0/+4
* Fix partition request sorting based on number of allowed disks. (#540869)David Lehman2010-01-061-1/+7
* Use the per-disk flag to disable cylinder alignment for msdos disklabels.David Lehman2009-12-181-2/+3
* Use DiskLabel.alignment instead of getDiskAlignment.David Lehman2009-12-151-45/+23
* Automatic partitioning support for whole-disk formatting.David Lehman2009-12-091-29/+51
* Add support for whole-disk formatting.David Lehman2009-12-091-5/+5
* Obtain device alignment information from parted. (#529051)David Lehman2009-12-081-1/+10
* Handle case of not enough space in VG more gracefully. (#533797)David Lehman2009-11-121-1/+5
* Leave one free logical block before each logical partition.David Lehman2009-11-111-0/+6
* Use Chunk's geometry attr to access the parted Geometry.David Lehman2009-11-111-1/+2
* Fix sorting of requests by mountpoint. It was backwards.David Lehman2009-11-111-1/+1
* Align logical partitions' start sector up one logical block for metadata.David Lehman2009-11-111-18/+4
* Use parted.Device's sectorSize attr instead of physicalSectorSize.David Lehman2009-11-111-6/+6
* Select partition layout based on potential for growth.David Lehman2009-11-111-19/+99
* Reimplement partition growing.David Lehman2009-11-111-180/+411
* Create and use a function to obtain a parted alignment for a disk.David Lehman2009-11-111-0/+19
* Create and use a new function to create and add new partitions to disk.David Lehman2009-11-111-29/+38
* Make and use a new function to remove non-existent partitions.David Lehman2009-11-111-19/+35
* Disable parted's cylinder alignment code.David Lehman2009-11-111-13/+5
* Use new functions for conversion between size and sector count.David Lehman2009-11-111-11/+28
* Consider whether a partition is growable when choosing free space.David Lehman2009-11-111-8/+22
* Allocate fixed-size requests before growable requests.David Lehman2009-11-111-4/+9
* Take the spec's requiredSpace into account when creating LVs.Chris Lumens2009-11-041-0/+5
* max_logical -> max_logicals (#530786).Chris Lumens2009-10-261-1/+1
* Don't force logical with a free primary slot and an extended. (#527952)David Lehman2009-10-201-15/+21
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-4/+5
* New function to tell us if there is free space for a new partition.Joel Granados Moreno2009-10-011-0/+14
* Return None for next part type if all primary slots full. (#524859)David Lehman2009-09-251-6/+7
* Add escrow supportMiloslav Trmač2009-09-141-0/+4
* Remove partitions in reverse order when clearing disks.David Lehman2009-09-111-9/+5
* Include device id in log lines since partitions can get renumbered.David Lehman2009-09-111-8/+13
* allocatePartitions: PartitionCount is a member of PartedDisk not DiskDeviceHans de Goede2009-09-011-1/+2
* On kickstart installs, you can't select a different parttype (#519137, #520058).Chris Lumens2009-08-281-4/+12
* Don't try to create a primary partition if all slots are taken. (#519784)David Lehman2009-08-281-7/+9
* Clean up management of extended partitions we create. (#497293)David Lehman2009-08-171-1/+13
* Change all disklabel manipulations to use the DiskLabel format class.David Lehman2009-08-171-47/+45
* 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