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

Last change on this file since 2269 was 2269, checked in by quentin, 15 years ago

Don't delete old LVM archives

  • Property svn:executable set to *
File size: 382 bytes
Line 
1#!/usr/bin/perl -0p
2s#^( *filter) = .*#$1 = [ "r|/dev/mapper/xenvg-.*|" ]#m or die;
3s/^( *locking_type) = 1.*$/$1 = 2/m or die;
4s/^( *fallback_to_clustered_locking) = .*$/$1 = 0/m or die;
5s/^( *fallback_to_local_locking) = .*$/$1 = 0/m or die;
6s/^( *)# *(locking_library.*)$/$1$2/m or die;
7s/^( *)# *(library_dir.*)$/$1$2/m or die;
8s/^( *retain_min) = .*$/$1 = 2147483647/m or die;
Note: See TracBrowser for help on using the repository browser.