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

Last change on this file since 2926 was 2926, checked in by broder, 14 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
2s#^( *filter) = .*#$1 = [ "r|/dev/mapper/xenvg-.*|" ]#m or die;
3s/^( *locking_type) = 1.*$/$1 = 3/m or die;
4s/^( *retain_min) = .*$/$1 = 2147483647/m or die;
Note: See TracBrowser for help on using the repository browser.