Last change
on this file since 2946 was
2926,
checked in by broder, 15 years ago
|
In invirt-cluster-config:
- Use LVM's built-in cluster locking instead of a separate locking
library - this is the behavior prefered by modern LVM.
|
-
Property svn:executable set to
*
|
File size:
178 bytes
|
Line | |
---|
1 | #!/usr/bin/perl -0p |
---|
2 | s#^( *filter) = .*#$1 = [ "r|/dev/mapper/xenvg-.*|" ]#m or die; |
---|
3 | s/^( *locking_type) = 1.*$/$1 = 3/m or die; |
---|
4 | s/^( *retain_min) = .*$/$1 = 2147483647/m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.