Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check to make sure that the size of our volume group hasn't changed such ↵ | Jeremy Katz | 2002-06-28 | 1 | -5/+26 |
| | | | | that logical volumes no longer fit (#?????) | ||||
* | missed a string for xlation | Mike Fulbright | 2002-06-28 | 1 | -1/+1 |
| | |||||
* | make it so you get another chance if autopartitioning fails | Mike Fulbright | 2002-06-17 | 1 | -2/+8 |
| | |||||
* | move autopart.doClearDependentDevices to ↵ | Jeremy Katz | 2002-06-11 | 1 | -33/+1 |
| | | | | Partitions().deleteDependentRequests() and fix a few cases that weren't quite handled right | ||||
* | set lv size in autopart loop if we have a percentage specified | Jeremy Katz | 2002-06-09 | 1 | -2/+11 |
| | |||||
* | bump /boot suggestion to 100M | Mike Fulbright | 2002-06-07 | 1 | -1/+1 |
| | |||||
* | clearpart needs to go through and delete raid or lvm devices sitting on top ↵ | Jeremy Katz | 2002-06-07 | 1 | -1/+36 |
| | | | | of physical partitions as it goes through | ||||
* | clean up getting of request sizes for lvm and raid to be just the same as | Jeremy Katz | 2002-05-31 | 1 | -16/+24 |
| | | | | | | for partitions. clean up the ensuing mess. we also need to use proper sanity checking of requests before doing autopartitioning instead of the hack that was there before. | ||||
* | give raid and lvm via kickstart a chance of actually working | Jeremy Katz | 2002-05-29 | 1 | -1/+1 |
| | |||||
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -2/+3 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | | | | our own translate.py | ||||
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -7/+19 |
| | | | | work now, at least in gui. text mode might, though | ||||
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -7/+45 |
| | | | | methods of request classes or the Partitions class | ||||
* | even more fun... move Partitions object to partitions.py and adjust accordingly. | Jeremy Katz | 2002-02-13 | 1 | -2/+6 |
| | | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types. | ||||
* | stage 1 of the partitioning.py cleanup effort -- | Jeremy Katz | 2002-02-06 | 1 | -24/+26 |
| | | | | | | | | | | | | | | 1) move the following functions from partitioning.py -> partedUtils.py get_flags, start_sector_to_cyl, end_sector_to_cyl, start_cyl_to_sector, end_cyl_to_sector, getPartSize, getPartSizeMB, getDeviceSizeMB, get_partition_by_name, get_partition_name, get_partition_file_system_type, set_partition_file_system_type, get_partition_drive, map_foreign_to_fsname, filter_partitions, get_logical_partitions, get_primary_partitions, get_raid_partitions, get_lvm_partitions, 2) move PartitioningError and PartitioningWarning classes from partitioning.py -> partErrors.py Change everything that depends on these functions to use the new location | ||||
* | lots of lvm ui fixes and sanity checking | Mike Fulbright | 2002-02-01 | 1 | -2/+3 |
| | |||||
* | rename field so we know its units is MB | Mike Fulbright | 2002-01-28 | 1 | -3/+3 |
| | |||||
* | we can actually create logical volumes now | Jeremy Katz | 2002-01-25 | 1 | -0/+5 |
| | |||||
* | skeleton LVM code so that msf can start working on the real gui. doesn't | Jeremy Katz | 2002-01-24 | 1 | -1/+6 |
| | | | | actually create the volumes or anything yet | ||||
* | if autopartitioning fails, we must unskip the partitioning screen to avoid a ↵ | Jeremy Katz | 2002-01-21 | 1 | -1/+4 |
| | | | | traceback from the bootloader stuff | ||||
* | kickstart harddrive wont work w/o this, since protected partitions dont get ↵ | Mike Fulbright | 2001-10-25 | 1 | -0/+2 |
| | | | | set\! | ||||
* | merge from 7-2-branchanaconda-gtk-2-0-base | Jeremy Katz | 2001-09-18 | 1 | -0/+1 |
| | |||||
* | merge changes from 7-2-branch | Jeremy Katz | 2001-09-18 | 1 | -5/+21 |
| | |||||
* | avoid integer overflow (#53258) | Jeremy Katz | 2001-09-05 | 1 | -1/+1 |
| | |||||
* | attempt to converge quickly leaves free space sometimes | Mike Fulbright | 2001-08-29 | 1 | -5/+5 |
| | |||||
* | fix for leaving a free cylinder at end of drive when imposing a fs max size ↵ | Mike Fulbright | 2001-08-27 | 1 | -7/+19 |
| | | | | or user growing max size limit | ||||
* | be consistent on failures between matt partitioning and dr mike partitioning | Jeremy Katz | 2001-08-24 | 1 | -1/+2 |
| | |||||
* | if the flag isn't available, remove the partition from the disk so we don't ↵ | Jeremy Katz | 2001-08-24 | 1 | -0/+2 |
| | | | | try to read it in populate() | ||||
* | fix typo | bfox | 2001-08-22 | 1 | -1/+1 |
| | |||||
* | going back and doing autopartitioning on a hard drive install more than once ↵ | Jeremy Katz | 2001-08-15 | 1 | -1/+2 |
| | | | | was horked because we didn't reset the protected partitions | ||||
* | fix using by-cylinder partitioning for bootable requests | Jeremy Katz | 2001-08-15 | 1 | -1/+3 |
| | |||||
* | bootable requests need to be fit at roughly the same priority as primary ↵ | Jeremy Katz | 2001-08-13 | 1 | -1/+1 |
| | | | | only partitions so they meet their constraints | ||||
* | use ALL space on the drive when growing. We were failing to use last little ↵ | Mike Fulbright | 2001-08-10 | 1 | -3/+8 |
| | | | | bit if weighted amount to use was < # of sectors in a cylinder | ||||
* | use the freespace prior to allocating any partitions to determine what | Jeremy Katz | 2001-08-09 | 1 | -2/+4 |
| | | | | we should try to get percentage wise (51146) | ||||
* | i18n fixes | Mike Fulbright | 2001-08-08 | 1 | -4/+4 |
| | |||||
* | fix creation of partitions which extend beyond the disk (50826) | Jeremy Katz | 2001-08-06 | 1 | -0/+3 |
| | |||||
* | fix formatting of warning screen | Mike Fulbright | 2001-08-02 | 1 | -6/+6 |
| | |||||
* | make some constant strings get translated | Mike Fulbright | 2001-08-02 | 1 | -1/+1 |
| | |||||
* | why yes, we should raise an error here so we get a nice dialog instead of a ↵ | Jeremy Katz | 2001-08-01 | 1 | -2/+1 |
| | | | | traceback (50620) | ||||
* | oops, how was this ever expected to work? | Jeremy Katz | 2001-08-01 | 1 | -0/+1 |
| | |||||
* | copy the request before changing it so we can go back and do ↵ | Jeremy Katz | 2001-07-31 | 1 | -3/+5 |
| | | | | autopartitioning again (50479) | ||||
* | fix up the case where /boot wouldn't go to the second drive if there was | Jeremy Katz | 2001-07-30 | 1 | -9/+13 |
| | | | | | no space for it to go on the first requested drive (like if you left the existing partitions on the first drive) | ||||
* | request sizes are megabytes... using the same units in comparisons is a ↵ | Jeremy Katz | 2001-07-25 | 1 | -1/+1 |
| | | | | good thing (tm) | ||||
* | set flags, then part type | Mike Fulbright | 2001-07-25 | 1 | -1/+3 |
| | |||||
* | set or clear the PARTITION_RAID flag appropriately with preexisting partitions | Jeremy Katz | 2001-07-23 | 1 | -0/+4 |
| | |||||
* | sanity checks for sizes need to actually look at the partition since | Jeremy Katz | 2001-07-23 | 1 | -1/+1 |
| | | | | we could be a growable partition. so, now we need the diskset here too | ||||
* | move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular | Jeremy Katz | 2001-07-23 | 1 | -4/+0 |
| | | | | | import madness and fix everywhere that refers to the CLEARPART_TYPE_* to ensure that they import from partitioning and don't try to do so from autopart | ||||
* | handling of the kickstart case where people want their partitions on a ↵ | Jeremy Katz | 2001-07-23 | 1 | -3/+28 |
| | | | | specific preexisting partition | ||||
* | catch parts of the bootable raid array in our aggressively placing boot | Jeremy Katz | 2001-07-22 | 1 | -1/+1 |
| | | | | partitions at the beginning of disks | ||||
* | check the installclass in doAutoPartition so that we don't raise dialogs | Jeremy Katz | 2001-07-22 | 1 | -3/+18 |
| | | | | during kickstart for warnings and exit if there's an error partitioning |