summaryrefslogtreecommitdiffstats
path: root/partRequests.py
Commit message (Collapse)AuthorAgeFilesLines
...
* if we go back from partitioning, we need to be able to change what the deviceJeremy Katz2003-12-171-4/+0
| | | | | is. this could actually be the root cause of a number of different things but is certainly the cause of #111243
* read the chunk size of preexisting raid devices and reuse it (#101518)Jeremy Katz2003-10-161-2/+5
|
* don't try to remove existing log vols or vol groups more than once (#104993)Jeremy Katz2003-09-251-0/+14
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-4/+5
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-2/+2
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* don't require a size to be specified if the logical volume is preexisting. ↵Jeremy Katz2003-02-201-1/+1
| | | | needed for kickstart (#84494)
* fix for bug #79454 - a tad messy but this way I dont duplicate code elsewhereMike Fulbright2003-01-311-5/+14
|
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
|
* oopsMike Fulbright2003-01-091-2/+1
|
* fix for bug #81127 - dont let user use mount points that are symlinks in the ↵Mike Fulbright2003-01-081-2/+11
| | | | filesystem package
* hmm... this will be a little bit more correctJeremy Katz2003-01-071-1/+1
|
* add support for reading the size of preexisting VGs directly (#79920)Jeremy Katz2003-01-031-7/+20
|
* added code to handle growing lvm partitions. Only intended for use via ks at ↵Mike Fulbright2002-08-191-5/+16
| | | | moment (UI doesnt support or expose it)
* 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 ↵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.