| Commit message (Expand) | Author | Age | Files | Lines |
* | Converted a lot more messages to the new logging system, but there's still | Chris Lumens | 2005-08-11 | 1 | -15/+17 |
* | Delete snapshot LVs before their parents | Peter Jones | 2005-03-28 | 1 | -16/+28 |
* | * autopart.py: fix growable size log to show IDs instead of python's | Peter Jones | 2005-03-07 | 1 | -1/+37 |
* | * lvm.py (lvlist): return size in MB. | Peter Jones | 2005-01-21 | 1 | -33/+18 |
* | LVM on RAID - (#141781) | Paul Nasrat | 2004-12-14 | 1 | -1/+1 |
* | actually find the partials | Jeremy Katz | 2004-12-03 | 1 | -1/+1 |
* | 2004-12-03 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-12-03 | 1 | -0/+20 |
* | (merge from rhel4-branch) | Jeremy Katz | 2004-11-23 | 1 | -8/+8 |
* | lvm.conf syntax fix (#130757) | Jeremy Katz | 2004-08-24 | 1 | -1/+1 |
* | Fix for IOError: [Errno 2] No such file or directory: '%s/lvm.conf' | Paul Nasrat | 2004-08-24 | 1 | -1/+1 |
* | Declare lvmroot - NameError: global name 'lvmroot' is not defined | Paul Nasrat | 2004-08-24 | 1 | -0/+1 |
* | some hacks to work around the lvm tools being stupid | Jeremy Katz | 2004-08-23 | 1 | -0/+34 |
* | capture stderr (#128814) | Jeremy Katz | 2004-08-03 | 1 | -3/+6 |
* | fix size reporting (#127535) | Jeremy Katz | 2004-07-12 | 1 | -1/+0 |
* | per request of agk, move to naming VolGroup instead of Volume by default for | Jeremy Katz | 2004-05-20 | 1 | -1/+1 |
* | search path for lvm binary. disable lvm if we don't see /usr/sbin/lvm or | Jeremy Katz | 2003-12-22 | 1 | -3/+7 |
* | add some methods for getting lists of pvs, lvs, and vgs with lvm2 by parsing | Jeremy Katz | 2003-12-12 | 1 | -0/+57 |
* | minor fixes | Jeremy Katz | 2003-12-04 | 1 | -3/+3 |
* | start trying to get working lvm. switch command names for lvm2, do a | Jeremy Katz | 2003-12-03 | 1 | -7/+19 |
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -3/+9 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -0/+1 |
* | if vgscan segfaults, don't traceback, just disable the use of lvm. especially | Jeremy Katz | 2003-01-06 | 1 | -1/+5 |
* | figure out if we have lvm-mod loaded and don't try to run the lvm commands if... | Jeremy Katz | 2002-09-27 | 1 | -5/+26 |
* | added some helper functions for volume groups | Mike Fulbright | 2002-08-19 | 1 | -0/+17 |
* | add ability to round up to next PE or not when clamping sizes | Mike Fulbright | 2002-08-16 | 1 | -2/+7 |
* | round down or else we will use too much space in ks --percent mode rounding up | Mike Fulbright | 2002-08-14 | 1 | -1/+1 |
* | don't pass in full pathnames with searchPath = 1 | Matt Wilson | 2002-07-08 | 1 | -6/+6 |
* | back to anaconda paths for lvm tools, don't run them in test mode | Jeremy Katz | 2002-06-28 | 1 | -6/+17 |
* | add constant for max LV slots | Mike Fulbright | 2002-06-12 | 1 | -0/+2 |
* | try to make informed guesses about how much overhead there is on a per-physic... | Jeremy Katz | 2002-06-12 | 1 | -2/+25 |
* | utility functions to suggest names for VG, LV | Mike Fulbright | 2002-06-12 | 1 | -0/+40 |
* | some utility LVM funcs | Mike Fulbright | 2002-06-11 | 1 | -0/+16 |
* | the lvm tools must die... even more forcing of no backups | Jeremy Katz | 2002-06-11 | 1 | -3/+3 |
* | helper functions for getting extents possible values and clamping LV sizes to... | Mike Fulbright | 2002-06-10 | 1 | -0/+28 |
* | rely on search path to find binaries | Mike Fulbright | 2002-06-07 | 1 | -5/+5 |
* | add more helper stuff | Jeremy Katz | 2002-06-07 | 1 | -14/+66 |
* | add lvm.vgdeactivate() | Jeremy Katz | 2002-06-07 | 1 | -0/+11 |
* | start reading in preexisting volume group information and logical volumes | Jeremy Katz | 2002-06-06 | 1 | -0/+40 |