Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -1/+7 |
| | | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow | ||||
* | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -0/+3 |
| | |||||
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -5/+6 |
| | | | | | | | | | | | | | | 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 | ||||
* | address some overflow situations with terabyte size filesystems (bug #91931) | Mike Fulbright | 2003-06-30 | 1 | -3/+3 |
| | |||||
* | merge | Jeremy Katz | 2003-06-24 | 1 | -3/+8 |
| | |||||
* | removed reference to unusde corrected keyword for memInstalled() function. | Mike Fulbright | 2003-06-23 | 1 | -1/+1 |
| | |||||
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -33/+78 |
| | | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case | ||||
* | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -0/+6 |
| | | | | msw's ctrl-alt-del thing and some arch fixups | ||||
* | merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHEL | Jeremy Katz | 2003-05-05 | 1 | -4/+2 |
| | |||||
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -0/+16 |
| | | | | | | | | 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. | ||||
* | size of preexisting volume groups was off by 1024 (#84481) | Jeremy Katz | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | cciss, etc show up as cciss_c0d0p2 (et al) in /proc/lvm/VGs/vgname/PVs/. | Jeremy Katz | 2003-02-12 | 1 | -0/+3 |
| | | | | handle this properly (#77872) | ||||
* | we need to move the lvs to the new vg id if it changes due to kickstart | Jeremy Katz | 2003-02-11 | 1 | -5/+8 |
| | | | | preexisting stuff | ||||
* | add (undocumented) preexisting lvm/raid support to kickstart. use | Jeremy Katz | 2003-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the partition strings in error cases to avoid breaking string freeze (should be fixed post gingin) Adds the following: raid / --device md0 --useexisting Use existing raid device md0, don't format it raid /home --device md0 --noformat Use existing raid device, but format it volgroup myvg --noformat volgroup myvg --useexisting Use existing volume group. Doesn't run vgcreate logvol /foo --vgname=myvg --name=root --noformat Reuse existing logical volume myvg/root and don't format logvol / --vgname=myvg --name=root --useexisting Reuse existing logical volume myvg/root and format it clearpart --none For completeness sake (and because I tried to use it :-) These aren't really supported but are there so that people can play with them and hopefully find the bugs before taroon :) Also has the side effect of probably fixing the occasional traceback mikem sees with lvm that I haven't reproduced (but got something similar to while testing this stuff) | ||||
* | a few pychecker fixes | Jeremy Katz | 2003-01-03 | 1 | -1/+1 |
| | |||||
* | add support for reading the size of preexisting VGs directly (#79920) | Jeremy Katz | 2003-01-03 | 1 | -1/+10 |
| | |||||
* | port to parted 1.6.x | Matt Wilson | 2002-11-01 | 1 | -2/+2 |
| | |||||
* | oops | Mike Fulbright | 2002-08-19 | 1 | -2/+2 |
| | |||||
* | writeout anaconda-ks.cfg lines for growable lvm | Mike Fulbright | 2002-08-19 | 1 | -6/+17 |
| | |||||
* | fix anaconda-ks.cfg with physical volumes on raid | Mike Fulbright | 2002-08-14 | 1 | -0/+3 |
| | |||||
* | write out lvm information to anaconda-ks.cfg (#69230) | Jeremy Katz | 2002-08-02 | 1 | -1/+67 |
| | |||||
* | Start of RAID clone tool | Mike Fulbright | 2002-06-27 | 1 | -0/+29 |
| | |||||
* | added method to return parent request of a raid member or a physical volume | Mike Fulbright | 2002-06-19 | 1 | -10/+24 |
| | |||||
* | compare on uniqueID instead of device when figuring out raid devs in ↵ | Jeremy Katz | 2002-06-12 | 1 | -1/+1 |
| | | | | getAvailRaidPartitions | ||||
* | start/stop raid around doing meta deletes... otherwise, removing lvm stuff ↵ | Jeremy Katz | 2002-06-12 | 1 | -2/+4 |
| | | | | can fail | ||||
* | pychecker is my friend | Jeremy Katz | 2002-06-12 | 1 | -1/+1 |
| | |||||
* | improve preexisting scanning... don't stop raid until after lvm scan. also, ↵ | Jeremy Katz | 2002-06-12 | 1 | -2/+8 |
| | | | | pesize needs to be an int, not a string | ||||
* | why oh why did we make raid level not numeric? | Jeremy Katz | 2002-06-11 | 1 | -0/+2 |
| | |||||
* | move autopart.doClearDependentDevices to ↵ | Jeremy Katz | 2002-06-11 | 1 | -0/+45 |
| | | | | Partitions().deleteDependentRequests() and fix a few cases that weren't quite handled right | ||||
* | bump warning up to 75M for /boot | Mike Fulbright | 2002-06-07 | 1 | -1/+1 |
| | |||||
* | method to go through and remove the logical volumes and volume groups before ↵ | Jeremy Katz | 2002-06-07 | 1 | -0/+18 |
| | | | | we actually repartition so that we don't confuse the lvm code in the kernel | ||||
* | bring in preexisting raid partitions also. use new fs sniffer for both raid ↵ | Jeremy Katz | 2002-06-07 | 1 | -22/+58 |
| | | | | and lvm | ||||
* | start reading in preexisting volume group information and logical volumes | Jeremy Katz | 2002-06-06 | 1 | -0/+103 |
| | |||||
* | Cleanup error messages in generic handling code, make sure you dont munge ↵ | Mike Fulbright | 2002-06-04 | 1 | -1/+1 |
| | | | | members of raid or lvm interactively, and misc cleanups | ||||
* | dont want ALL RAID devices, just those which are physical volumes | Mike Fulbright | 2002-06-04 | 1 | -0/+6 |
| | |||||
* | get raid devices formatted as physical volumes to show up in list of ↵ | Mike Fulbright | 2002-05-31 | 1 | -3/+45 |
| | | | | potential members for a volume group | ||||
* | clean up getting of request sizes for lvm and raid to be just the same as | Jeremy Katz | 2002-05-31 | 1 | -6/+4 |
| | | | | | | 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. | ||||
* | fix tuple we return and skip over logical volumes and volume groups when ↵ | Mike Fulbright | 2002-05-29 | 1 | -3/+13 |
| | | | | sorting requests | ||||
* | bump minimum size of /var up to 384MB so RHN is happier | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
| | |||||
* | migrate to using rhpl log function | Mike Fulbright | 2002-05-23 | 1 | -2/+3 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
| | | | | our own translate.py | ||||
* | partitioning bits merged into their new, improved, moved locations | Jeremy Katz | 2002-04-19 | 1 | -8/+25 |
| | |||||
* | remove debugging stuff | Jeremy Katz | 2002-02-14 | 1 | -1/+0 |
| | |||||
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -3/+250 |
| | | | | methods of request classes or the Partitions class | ||||
* | even more fun... move Partitions object to partitions.py and adjust accordingly. | Jeremy Katz | 2002-02-13 | 1 | -0/+513 |
move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types. |