Changeset 2926


Ignore:
Timestamp:
Jan 26, 2010, 9:19:32 PM (14 years ago)
Author:
broder
Message:

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.
Location:
trunk/packages/invirt-cluster-config/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-cluster-config/debian/changelog

    r2799 r2926  
     1invirt-cluster-config (0.0.12) unstable; urgency=low
     2
     3  * Use LVM's built-in cluster locking instead of a separate locking
     4    library - this is the behavior prefered by modern LVM.
     5
     6 -- Evan Broder <broder@mit.edu>  Tue, 26 Jan 2010 20:33:32 -0500
     7
    18invirt-cluster-config (0.0.11) unstable; urgency=low
    29
  • trunk/packages/invirt-cluster-config/debian/transform_lvm.conf.invirt

    r2269 r2926  
    11#!/usr/bin/perl -0p
    22s#^( *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;
     3s/^( *locking_type) = 1.*$/$1 = 3/m or die;
    84s/^( *retain_min) = .*$/$1 = 2147483647/m or die;
Note: See TracChangeset for help on using the changeset viewer.