summaryrefslogtreecommitdiffstats
path: root/partitions.py
Commit message (Expand)AuthorAgeFilesLines
* a few pychecker fixesJeremy Katz2003-01-031-1/+1
* add support for reading the size of preexisting VGs directly (#79920)Jeremy Katz2003-01-031-1/+10
* port to parted 1.6.xafter-parted-1-6-changesMatt Wilson2002-11-011-2/+2
* oopsMike Fulbright2002-08-191-2/+2
* writeout anaconda-ks.cfg lines for growable lvmMike Fulbright2002-08-191-6/+17
* fix anaconda-ks.cfg with physical volumes on raidMike Fulbright2002-08-141-0/+3
* write out lvm information to anaconda-ks.cfg (#69230)Jeremy Katz2002-08-021-1/+67
* Start of RAID clone toolMike Fulbright2002-06-271-0/+29
* added method to return parent request of a raid member or a physical volumeMike Fulbright2002-06-191-10/+24
* compare on uniqueID instead of device when figuring out raid devs in getAvail...Jeremy Katz2002-06-121-1/+1
* start/stop raid around doing meta deletes... otherwise, removing lvm stuff ca...Jeremy Katz2002-06-121-2/+4
* pychecker is my friendanaconda-s390-tag4Jeremy Katz2002-06-121-1/+1
* improve preexisting scanning... don't stop raid until after lvm scan. also, ...Jeremy Katz2002-06-121-2/+8
* why oh why did we make raid level not numeric?Jeremy Katz2002-06-111-0/+2
* move autopart.doClearDependentDevices to Partitions().deleteDependentRequests...Jeremy Katz2002-06-111-0/+45
* bump warning up to 75M for /bootMike Fulbright2002-06-071-1/+1
* method to go through and remove the logical volumes and volume groups before ...Jeremy Katz2002-06-071-0/+18
* bring in preexisting raid partitions also. use new fs sniffer for both raid ...Jeremy Katz2002-06-071-22/+58
* start reading in preexisting volume group information and logical volumesJeremy Katz2002-06-061-0/+103
* Cleanup error messages in generic handling code, make sure you dont munge mem...Mike Fulbright2002-06-041-1/+1
* dont want ALL RAID devices, just those which are physical volumesMike Fulbright2002-06-041-0/+6
* get raid devices formatted as physical volumes to show up in list of potentia...Mike Fulbright2002-05-311-3/+45
* clean up getting of request sizes for lvm and raid to be just the same asJeremy Katz2002-05-311-6/+4
* fix tuple we return and skip over logical volumes and volume groups when sort...Mike Fulbright2002-05-291-3/+13
* bump minimum size of /var up to 384MB so RHN is happierMike Fulbright2002-05-231-1/+1
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-1/+1
* partitioning bits merged into their new, improved, moved locationsJeremy Katz2002-04-191-8/+25
* remove debugging stuffJeremy Katz2002-02-141-1/+0
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-3/+250
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-0/+513