source: trunk/packages/invirt-cluster-config/debian/transform_lvm.conf.invirt @ 1520

Last change on this file since 1520 was 1520, checked in by broder, 15 years ago

Initial invirt-cluster-config package for configuring cman and clvm

  • Property svn:executable set to *
File size: 268 bytes
Line 
1#!/usr/bin/perl -0p
2s/^( *locking_type = )1.*$/$1 = 2/m or die;
3s/^( *fallback_to_clustered_locking = ).*$/$1 = 0/m or die;
4s/^( *fallback_to_local_locking = ).*$/$1 = 0/m or die;
5s/^( *)# *(locking_library.*)$/$1$2/m or die;
6s/^( *)# *(library_dir.*)$/$1$2/m or die;
Note: See TracBrowser for help on using the repository browser.