summaryrefslogtreecommitdiffstats
path: root/partRequests.py
Commit message (Collapse)AuthorAgeFilesLines
...
* make the fsset Device persistent for the request so that we don't screw ↵Jeremy Katz2002-06-111-12/+34
| | | | things up for lvm on raid
* pass pesize down and actually use it in vg creationJeremy Katz2002-06-101-1/+1
|
* better handling of percentages for lv.getActualSize() and in printing out the lvJeremy Katz2002-06-091-2/+11
|
* add percent as a parameter for lvs so that we can specify an lv size as a ↵Jeremy Katz2002-06-091-1/+6
| | | | percentage of the vg size
* add more types of deletes so we can delete preexisting lvm bitsJeremy Katz2002-06-071-0/+44
|
* add ability to have preexisting raid requestsJeremy Katz2002-06-071-2/+3
|
* start reading in preexisting volume group information and logical volumesJeremy Katz2002-06-061-5/+15
|
* lvm on top of raid now works via kickstartJeremy Katz2002-05-311-1/+1
|
* katzj says "foiled again\!"Mike Fulbright2002-05-311-1/+1
|
* oopsMike Fulbright2002-05-311-1/+1
|
* clean up getting of request sizes for lvm and raid to be just the same asJeremy Katz2002-05-311-2/+67
| | | | | | 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.
* need to actually set fstype to the vg fstype if it wasn't passed in to us ↵Jeremy Katz2002-05-291-2/+2
| | | | explicitly
* fix some lvm issuesMike Fulbright2002-05-291-3/+3
|
* 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/+188
| | | | methods of request classes or the Partitions class
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-0/+425
move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types.