summaryrefslogtreecommitdiffstats
path: root/lvm.py
Commit message (Expand)AuthorAgeFilesLines
* 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