Last change
on this file since 1673 was
1567,
checked in by broder, 16 years ago
|
Don't detect guests' VGs in the hosts
|
-
Property svn:executable set to
*
|
File size:
332 bytes
|
Line | |
---|
1 | #!/usr/bin/perl -0p |
---|
2 | s#^( *filter) = .*#$1 = [ "r|/dev/mapper/xenvg-.*|" ]#m or die; |
---|
3 | s/^( *locking_type) = 1.*$/$1 = 2/m or die; |
---|
4 | s/^( *fallback_to_clustered_locking) = .*$/$1 = 0/m or die; |
---|
5 | s/^( *fallback_to_local_locking) = .*$/$1 = 0/m or die; |
---|
6 | s/^( *)# *(locking_library.*)$/$1$2/m or die; |
---|
7 | s/^( *)# *(library_dir.*)$/$1$2/m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.