Last change
on this file since 3004 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
|
Rev | Line | |
---|
[1520] | 1 | #!/usr/bin/perl -0p |
---|
[1567] | 2 | s#^( *filter) = .*#$1 = [ "r|/dev/mapper/xenvg-.*|" ]#m or die; |
---|
[2926] | 3 | s/^( *locking_type) = 1.*$/$1 = 3/m or die; |
---|
[2269] | 4 | s/^( *retain_min) = .*$/$1 = 2147483647/m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.