summaryrefslogtreecommitdiffstats
path: root/partitioning.py
Commit message (Collapse)AuthorAgeFilesLines
* fix for bug #66749Mike Fulbright2002-06-141-0/+3
|
* clean up getting of request sizes for lvm and raid to be just the same asJeremy Katz2002-05-311-79/+0
| | | | | | 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.
* start to pretend to work with lvm on top of raid, but we really don't yetJeremy Katz2002-05-301-3/+8
|
* okay is NOT OK!Mike Fulbright2002-05-291-4/+6
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* partitioning bits merged into their new, improved, moved locationsJeremy Katz2002-04-191-1/+2
|
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-543/+1
| | | | methods of request classes or the Partitions class
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-649/+13
| | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types.
* no spaces in mount point for you\!Mike Fulbright2002-02-131-1/+3
|
* all of the silly interface helpers get their own file nowJeremy Katz2002-02-121-292/+3
|
* diskset moves to partedUtilsJeremy Katz2002-02-121-450/+5
|
* stage2 of the partitioning.py cleanupJeremy Katz2002-02-071-61/+14
| | | | | | | * move the following functions from partitioning.py -> raid.py isRaid5, isRaid1, isRaid0, get_raid_min_members, get_raid_max_spares * update other sources accordingly
* stage 1 of the partitioning.py cleanup effort --Jeremy Katz2002-02-061-255/+37
| | | | | | | | | | | | | | 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
* tweak requestSize functionMike Fulbright2002-02-061-5/+5
|
* I can't typeJeremy Katz2002-02-041-1/+1
|
* add lvm to the list of linux native typesJeremy Katz2002-02-041-1/+1
|
* lots of lvm ui fixes and sanity checkingMike Fulbright2002-02-011-11/+108
|
* get rid of some debug prints to make bill happy. also adds some of the ↵Jeremy Katz2002-02-011-11/+3
| | | | raidminor stuff so that we can specify an explicity raid device in kickstart so that IS can end up with identical machines
* ladeda... upgrades actually might work nowJeremy Katz2002-02-011-1/+1
|
* dont reuse mount points, and you cant boot off LVMike Fulbright2002-02-011-1/+4
|
* huge commit - adds editting/deleting/adding logical volumes and volume groups...Mike Fulbright2002-02-011-14/+111
|
* the msf function that was missingMike Fulbright2002-01-311-18/+28
|
* msf didn't commit his version of this function... mine seems to be ↵Jeremy Katz2002-01-311-0/+18
| | | | compatible though :)
* rename field so we know its units is MBMike Fulbright2002-01-281-11/+11
|
* we can actually create logical volumes nowJeremy Katz2002-01-251-7/+30
|
* oopsJeremy Katz2002-01-251-1/+1
|
* skeleton LVM code so that msf can start working on the real gui. doesn'tJeremy Katz2002-01-241-3/+52
| | | | actually create the volumes or anything yet
* merge in the generic parts of the xfs changes from sgi and in the process ↵Jeremy Katz2002-01-231-17/+16
| | | | take care of some of our multifsification
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-7/+4
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-8/+123
| | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night
* bye-bye balkanJeremy Katz2001-12-111-1/+0
|
* remove most of the static instances of /mnt/sysimage (#14632)Jeremy Katz2001-11-271-11/+11
|
* make partition ordering stronger (#52809).Jeremy Katz2001-11-261-0/+7
|
* don't ask about enabling swap early on a kickstart install, just do it (#56044)Jeremy Katz2001-11-261-1/+6
|
* merge fix to HEADJeremy Katz2001-11-121-2/+6
|
* don't call requestSize if swap is on RAIDbfox2001-11-021-1/+1
|
* Clarified dialog text. Fixes bug 55426bfox2001-11-011-8/+9
|
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-1/+1
|
* merge changes from 7-2-branchJeremy Katz2001-09-181-0/+4
|
* hack for kickstart where the partitions are checked before being allocatedJeremy Katz2001-09-041-1/+6
|
* mountpoint requirements should exist for RAID also (52700)Jeremy Katz2001-08-281-1/+2
|
* restore zerombr semantics to what the docs describe (52361)Jeremy Katz2001-08-231-12/+23
|
* don't probe skipped drives for raid (SF #52031)Matt Wilson2001-08-211-1/+6
|
* going back and doing autopartitioning on a hard drive install more than once ↵Jeremy Katz2001-08-151-5/+10
| | | | was horked because we didn't reset the protected partitions
* fix up matt partitioning by making the new ones identify themselves properly ↵Jeremy Katz2001-08-151-1/+1
| | | | (51820)
* grammar fix (51761)Jeremy Katz2001-08-141-1/+1
|
* dialog for partitions of type 0x82 which don't look like swap... mostlyJeremy Katz2001-08-141-0/+26
| | | | useful in the case of people using fdisk (relates to 51349, 51637)
* now we can set mountpoints for protected partitions. the gui actuallyJeremy Katz2001-08-131-5/+0
| | | | already had all the right magic (51393)
* size checks don't really matter if we're not formatting (51519)Jeremy Katz2001-08-111-0/+3
|