summaryrefslogtreecommitdiffstats
path: root/lvm.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | * lvm.py (partialvgs): Detect partial volume groups.
* (merge from rhel4-branch)Jeremy Katz2004-11-231-8/+8
| | | | | | | | | | | | | 2004-11-23 Jeremy Katz <katzj@redhat.com> * textw/upgrade_bootloader_text.py (UpgradeBootloaderWindow.__call__): Set a default when we can't determine the boot loader to avoid indeterminate state (#139603) * lvm.py: Don't disable LVM if vgscan, et al segfault (#134263) * packages.py (doPreInstall): Don't remove the directories as they may not be empty (#133773)
* 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
| | | | | | * wipe md superblocks if we successfully create a pv (#130713) * disable filtering for all of our creates. I know better than the tools (#130706)
* 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
| | | | vgs
* search path for lvm binary. disable lvm if we don't see /usr/sbin/lvm orJeremy Katz2003-12-221-3/+7
| | | | /sbin/lvm
* add some methods for getting lists of pvs, lvs, and vgs with lvm2 by parsingJeremy Katz2003-12-121-0/+57
| | | | the output of {pv,lv,vg}display
* 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
| | | | vgmknodes after turning on volume groups
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-3/+9
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-0/+1
| | | | and cleanups in here too
* if vgscan segfaults, don't traceback, just disable the use of lvm. especiallyJeremy Katz2003-01-061-1/+5
| | | | | | as the lvm1 tools seem to segfault often :/ not perfect but the segfault bug reports are getting old.
* figure out if we have lvm-mod loaded and don't try to run the lvm commands ↵Jeremy Katz2002-09-271-5/+26
| | | | if not. this keeps them from dying horrible deaths :)
* 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 ↵Jeremy Katz2002-06-121-2/+25
| | | | per-physical volume basis. my eyes, my eyes.
* 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 ↵Mike Fulbright2002-06-101-0/+28
| | | | to a PE value
* 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