summaryrefslogtreecommitdiffstats
path: root/lvm.py
Commit message (Expand)AuthorAgeFilesLines
* 2007-05-21 Jeremy Katz <katzj@redhat.com>f7-baseJeremy Katz2007-05-211-2/+4
* - only activate/deactivate lvm in label scanning if there's nothing activePeter Jones2007-05-041-0/+26
* - improve lvm error handlingPeter Jones2007-02-071-50/+139
* - Can't LVM just fucking die?Peter Jones2007-01-041-1/+1
* Use subprocess instead of our own code. Fix all calls to execWith* soChris Lumens2006-07-121-51/+31
* SCREW THE S390David Cantrell2006-05-031-3/+0
* * lvm.py (has_lvm): Return if we're on S/390 and don't see aDavid Cantrell2006-05-031-0/+3
* - kill lvm physical device caching; it's not needed any more.Peter Jones2005-12-111-17/+0
* - add -ff to pvremovePeter Jones2005-11-221-1/+22
* Lower log level of some messages.Chris Lumens2005-11-091-2/+2
* Converted a lot more messages to the new logging system, but there's stillChris Lumens2005-08-111-15/+17
* Delete snapshot LVs before their parentsPeter Jones2005-03-281-16/+28
* * autopart.py: fix growable size log to show IDs instead of python'sPeter Jones2005-03-071-1/+37
* * lvm.py (lvlist): return size in MB.Peter Jones2005-01-211-33/+18
* LVM on RAID - (#141781)Paul Nasrat2004-12-141-1/+1
* actually find the partialsJeremy Katz2004-12-031-1/+1
* 2004-12-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-031-0/+20
* (merge from rhel4-branch)Jeremy Katz2004-11-231-8/+8
* lvm.conf syntax fix (#130757)Jeremy Katz2004-08-241-1/+1
* Fix for IOError: [Errno 2] No such file or directory: '%s/lvm.conf'Paul Nasrat2004-08-241-1/+1
* Declare lvmroot - NameError: global name 'lvmroot' is not definedPaul Nasrat2004-08-241-0/+1
* some hacks to work around the lvm tools being stupidJeremy Katz2004-08-231-0/+34
* capture stderr (#128814)Jeremy Katz2004-08-031-3/+6
* fix size reporting (#127535)Jeremy Katz2004-07-121-1/+0
* per request of agk, move to naming VolGroup instead of Volume by default forJeremy Katz2004-05-201-1/+1
* search path for lvm binary. disable lvm if we don't see /usr/sbin/lvm orJeremy Katz2003-12-221-3/+7
* add some methods for getting lists of pvs, lvs, and vgs with lvm2 by parsingJeremy Katz2003-12-121-0/+57
* minor fixesJeremy Katz2003-12-041-3/+3
* start trying to get working lvm. switch command names for lvm2, do aJeremy Katz2003-12-031-7/+19
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-3/+9
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-0/+1
* if vgscan segfaults, don't traceback, just disable the use of lvm. especiallyJeremy Katz2003-01-061-1/+5
* figure out if we have lvm-mod loaded and don't try to run the lvm commands if...Jeremy Katz2002-09-271-5/+26
* added some helper functions for volume groupsMike Fulbright2002-08-191-0/+17
* add ability to round up to next PE or not when clamping sizesMike Fulbright2002-08-161-2/+7
* round down or else we will use too much space in ks --percent mode rounding upMike Fulbright2002-08-141-1/+1
* don't pass in full pathnames with searchPath = 1Matt Wilson2002-07-081-6/+6
* back to anaconda paths for lvm tools, don't run them in test modeJeremy Katz2002-06-281-6/+17
* add constant for max LV slotsMike Fulbright2002-06-121-0/+2
* try to make informed guesses about how much overhead there is on a per-physic...Jeremy Katz2002-06-121-2/+25
* utility functions to suggest names for VG, LVMike Fulbright2002-06-121-0/+40
* some utility LVM funcsMike Fulbright2002-06-111-0/+16
* the lvm tools must die... even more forcing of no backupsJeremy Katz2002-06-111-3/+3
* helper functions for getting extents possible values and clamping LV sizes to...Mike Fulbright2002-06-101-0/+28
* rely on search path to find binariesMike Fulbright2002-06-071-5/+5
* add more helper stuffJeremy Katz2002-06-071-14/+66
* add lvm.vgdeactivate()Jeremy Katz2002-06-071-0/+11
* start reading in preexisting volume group information and logical volumesJeremy Katz2002-06-061-0/+40