index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
storage
/
partitioning.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes of errors shown by pylint that didn't get into the beta build.
Martin Gracik
2009-03-31
1
-1
/
+0
*
Return early from doAutoPartition if partition allocation fails.
David Lehman
2009-03-30
1
-0
/
+2
*
Reset storage instance if autopart fails. (#492158)
David Lehman
2009-03-30
1
-0
/
+1
*
Assign weights to partition requests when doing manual or kickstart installs.
Chris Lumens
2009-03-30
1
-19
/
+18
*
Take the base request weight into account when sorting partitions.
Chris Lumens
2009-03-30
1
-0
/
+6
*
Move _scheduleLVs and growLVM calls to be inside try/except
David Cantrell
2009-03-30
1
-6
/
+6
*
Grow LVs for kickstart requests too
Radek Vykydal
2009-03-27
1
-2
/
+3
*
Be a little bit smarter about allocating space to grow parts. (#491761)
David Lehman
2009-03-24
1
-0
/
+30
*
Check that partition is on the disk before trying to remove it. (#491997)
David Lehman
2009-03-24
1
-0
/
+3
*
Don't remove partitions twice.
Joel Granados Moreno
2009-03-24
1
-3
/
+0
*
Make sure boot flag gets set. (#491170)
David Lehman
2009-03-19
1
-1
/
+2
*
Make PartitionDevice handle both normal and dmraid partitions
Hans de Goede
2009-03-18
1
-3
/
+2
*
Don't use disk.maximizePartition anymore.
David Lehman
2009-03-16
1
-23
/
+0
*
Fix handling of new extended partitions during partition allocation.
David Lehman
2009-03-16
1
-0
/
+7
*
Fix inconsistency in variable use in search for free space.
David Lehman
2009-03-16
1
-16
/
+16
*
Check for disk name being in disk.name not in clearPartDisks
David Cantrell
2009-03-16
1
-1
/
+2
*
When creating free space, handle cases other than clearpart --drives=
Chris Lumens
2009-03-16
1
-2
/
+5
*
Report when we cannot find any free space partitions.
David Cantrell
2009-03-15
1
-0
/
+9
*
Don't clear partitions containing the install media.
David Lehman
2009-03-13
1
-0
/
+4
*
Fix typo.
Joel Granados Moreno
2009-03-12
1
-1
/
+1
*
Always go through doAutoPart.
Chris Lumens
2009-03-12
1
-50
/
+63
*
Create partitions with exactly the geometry we calculate.
David Lehman
2009-03-10
1
-3
/
+8
*
Fix bug keeping track of best free region/type/disk info.
David Lehman
2009-03-09
1
-4
/
+12
*
Return early if doAutoPart is False, but clearpart first if kickstart.
David Lehman
2009-03-09
1
-2
/
+6
*
Add dmraid functionality to new storage code.
Joel Granados Moreno
2009-03-06
1
-2
/
+2
*
Schedule device destroy actions for partitions last.
David Lehman
2009-03-05
1
-1
/
+4
*
Make sure we use the same disk the free space is on. (#488807)
David Lehman
2009-03-05
1
-2
/
+9
*
Revert "Make sure we end up with a disk that matches the chosen free region."
David Lehman
2009-03-05
1
-9
/
+2
*
Make sure we end up with a disk that matches the chosen free region.
David Lehman
2009-03-05
1
-2
/
+9
*
Implement Storage.sanityCheck, mostly from old partitions code.
David Lehman
2009-03-04
1
-1
/
+5
*
Fix inaccuracies in growPartitions and work around some parted weirdness.
David Lehman
2009-03-04
1
-18
/
+41
*
Add support for encrypted autopart and use expanded Storage.newFoo methods.
David Lehman
2009-03-03
1
-21
/
+26
*
Don't try to fool around with disks that have no free space.
David Lehman
2009-03-03
1
-0
/
+4
*
Fix up growLVM to make full use of the VGs' space.
David Lehman
2009-03-03
1
-15
/
+99
*
parted.Constraint's max size is maxSize, not max_size.
David Lehman
2009-03-03
1
-4
/
+4
*
Maximize partitions after growing
Hans de Goede
2009-03-03
1
-7
/
+18
*
Do not create PV's in empty space of disks not selected for install
Hans de Goede
2009-03-03
1
-1
/
+1
*
Add exclusiveDisks kwarg to doPartitioning, other minor fixes.
David Lehman
2009-03-02
1
-4
/
+14
*
doPartitioning() receives a Storage instance.
David Cantrell
2009-03-02
1
-3
/
+3
*
Use anaconda.platform to get boot device.
David Lehman
2009-02-27
1
-4
/
+5
*
Various changes to partitioning backend, autopart.
David Lehman
2009-02-27
1
-39
/
+95
*
Add doAutoPartition function and fix various minor errors.
David Lehman
2009-02-24
1
-18
/
+136
*
Clean up imports, fix some minor errors, remove old test code.
David Lehman
2009-02-23
1
-5
/
+1
*
Replace old storage modules.
David Lehman
2009-02-23
1
-0
/
+735