summaryrefslogtreecommitdiffstats
path: root/partRequests.py
Commit message (Expand)AuthorAgeFilesLines
* added code to handle growing lvm partitions. Only intended for use via ks at ...Mike Fulbright2002-08-191-5/+16
* clamp sizes to allowable sizes based on Physical Extent of Volume GroupMike Fulbright2002-08-141-1/+6
* make error message a little more clear per request on kickstart-listJeremy Katz2002-07-181-2/+2
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-2/+2
* record preexisting fstype for a lvMike Fulbright2002-06-251-1/+8
* save origfstype if lv is preexistingMike Fulbright2002-06-231-3/+12
* size could be zero I guess...Jeremy Katz2002-06-121-1/+1
* set up preexisting devices for raid, vgs, and lvsJeremy Katz2002-06-121-3/+7
* some tweaks to error messagesMike Fulbright2002-06-121-3/+3
* added method for setting size of LVMike Fulbright2002-06-111-0/+10
* make the fsset Device persistent for the request so that we don't screw thing...Jeremy Katz2002-06-111-12/+34
* 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 per...Jeremy Katz2002-06-091-1/+6
* 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
* need to actually set fstype to the vg fstype if it wasn't passed in to us exp...Jeremy Katz2002-05-291-2/+2
* fix some lvm issuesMike Fulbright2002-05-291-3/+3
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-1/+1
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-0/+188
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-0/+425