Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |