summaryrefslogtreecommitdiffstats
path: root/raid.py
Commit message (Collapse)AuthorAgeFilesLines
* log failure to read raid sbMike Fulbright2002-06-251-0/+1
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-1/+2
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-0/+19
| | | | methods of request classes or the Partitions class
* stage2 of the partitioning.py cleanupJeremy Katz2002-02-071-1/+62
| | | | | | | * 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-2/+3
| | | | | | | | | | | | | | 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
* balkan go bye-bye (51888)Jeremy Katz2001-08-161-13/+13
|
* backwards, oopsMatt Wilson2001-08-141-2/+2
|
* Reconstrict an existing RAIDDevice for those devices mentioned in the fstab. ↵Matt Wilson2001-08-091-6/+7
| | | | | | | This is so we can get the SW RAID member that is bootable when we go to install GRUB. (#51213)
* make raid inconsistencies non fatal (#36985)Matt Wilson2001-07-231-11/+16
|
* copyrightMatt Wilson2001-06-221-0/+16
|
* more informative messagesMatt Wilson2001-04-051-6/+11
|
* don't barf on hotsparesMatt Wilson2001-02-201-1/+1
|
* just skip partitions with bad magicMatt Wilson2001-02-141-2/+6
|
* merge from anaconda-7-0-alpha-branchMatt Wilson2000-12-051-1/+1
|
* use symbolc names for balkan partition typesErik Troan2000-05-051-1/+1
|
* wasn't scanning past first drive\!Mike Fulbright2000-03-311-13/+17
|
* various fixes for raid upgrades (which seem to work now)Matt Wilson1999-12-291-3/+7
|
* *** empty log message ***Erik Troan1999-12-281-0/+61