index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lvm.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strip invalid characters from autoamtically made VG/LV names (#483571).
Chris Lumens
2009-02-05
1
-0
/
+11
*
Better naming for LVM volume groups and logical volumes (#461682)
David Cantrell
2008-12-03
1
-20
/
+37
*
Resolve dm-X devices returned by pvdisplay. (#448129)
David Lehman
2008-11-17
1
-0
/
+13
*
lvresize requires a --force arg now (#468478)
Jeremy Katz
2008-10-26
1
-1
/
+1
*
Fix LVM error handling so the exceptions actually get into the namespace.
Peter Jones
2008-08-08
1
-6
/
+4
*
Move all the exceptions into a single file.
Chris Lumens
2008-06-09
1
-1
/
+1
*
Fix a bunch of pychecker errors.
Chris Lumens
2008-01-12
1
-1
/
+1
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-1
/
+1
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-6
/
+14
*
Backend code for logical volume resizing
Jeremy Katz
2007-11-29
1
-4
/
+20
*
Change method for determining maximum Logical Volume size when on 2.6 kernel
msivak
2007-09-06
1
-1
/
+9
*
2007-05-21 Jeremy Katz <katzj@redhat.com>
f7-base
Jeremy Katz
2007-05-21
1
-2
/
+4
*
- only activate/deactivate lvm in label scanning if there's nothing active
Peter Jones
2007-05-04
1
-0
/
+26
*
- improve lvm error handling
Peter Jones
2007-02-07
1
-50
/
+139
*
- Can't LVM just fucking die?
Peter Jones
2007-01-04
1
-1
/
+1
*
Use subprocess instead of our own code. Fix all calls to execWith* so
Chris Lumens
2006-07-12
1
-51
/
+31
*
SCREW THE S390
David Cantrell
2006-05-03
1
-3
/
+0
*
* lvm.py (has_lvm): Return if we're on S/390 and don't see a
David Cantrell
2006-05-03
1
-0
/
+3
*
- kill lvm physical device caching; it's not needed any more.
Peter Jones
2005-12-11
1
-17
/
+0
*
- add -ff to pvremove
Peter Jones
2005-11-22
1
-1
/
+22
*
Lower log level of some messages.
Chris Lumens
2005-11-09
1
-2
/
+2
*
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
[next]