summaryrefslogtreecommitdiffstats
path: root/storage/devicelibs/lvm.py
Commit message (Expand)AuthorAgeFilesLines
* Pass '--force' to vgremove to avoid interactive prompts. (#563873)David Lehman2010-02-121-1/+1
* Fix splitting of error strings from program.log.David Lehman2010-02-051-1/+1
* Strip off the timestamp from error output pulled from program.log.David Lehman2010-02-031-1/+3
* Fix reset of lvm filtering (#527711)Radek Vykydal2009-12-221-1/+2
* Add optional progress windows to devicelibs create functions.David Lehman2009-11-301-11/+11
* Try to include error messages in lvm/mdadm exceptions.David Lehman2009-10-011-86/+67
* Add function lvorigin to determine the name of a snapshot's origin lv.David Lehman2009-09-211-0/+16
* Make sure LV and VG names fit within LVM limits (#517483)David Cantrell2009-08-191-1/+8
* Include lv_attr in lvm.lvs() return value.David Cantrell2009-07-081-3/+4
* Fix list of 64-bit arches.Bill Nottingham2009-07-081-1/+1
* Pass --force to lvresize so it doesn't ask for confirmation.David Lehman2009-05-311-1/+1
* Make sure we have a clean lvm ignore list when we initialize.Joel Granados Moreno2009-04-071-0/+5
* Remove unused getVG{Free,Used}Space methods.Chris Lumens2009-03-271-19/+0
* Code fixes of errors shown by pylint (mgracik).Chris Lumens2009-03-251-0/+1
* Use the same units (MB) for extent size that we do for everything else.David Lehman2009-03-241-1/+1
* Handle system crappyness.Joel Granados Moreno2009-03-191-7/+20
* Fixed the names of the variables for lvm.py functions.Martin Gracik2009-03-161-4/+4
* Add a list that lvm should ignore.Joel Granados Moreno2009-03-131-46/+140
* Add MAX_LV_SLOTS and to lvm.py and remove unused pesize from getMaxLVSize.David Lehman2009-03-041-5/+4
* Added unittests for devicelibs lvm.py and swap.py; Corrected errors in lvm.py...Martin Gracik2009-03-041-13/+20
* Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-32/+33
* Clean up imports, add header blocks as needed.David Lehman2009-02-231-1/+22
* Replace old storage modules.David Lehman2009-02-231-0/+289