Don't delete old LVM archives 0.0.10
authorQuentin Smith <quentin@mit.edu>
Tue, 24 Mar 2009 06:21:24 +0000 (02:21 -0400)
committerQuentin Smith <quentin@mit.edu>
Tue, 24 Mar 2009 06:21:24 +0000 (02:21 -0400)
svn path=/trunk/packages/invirt-cluster-config/; revision=2269

debian/changelog
debian/transform_lvm.conf.invirt

index b5b0e13..7ab084e 100644 (file)
@@ -1,3 +1,9 @@
+invirt-cluster-config (0.0.10) unstable; urgency=low
+
+  * Don't delete old LVM archives
+
+ -- Quentin Smith <quentin@mit.edu>  Tue, 24 Mar 2009 02:21:13 -0400
+
 invirt-cluster-config (0.0.9) unstable; urgency=low
 
   * Correctly generate cluster.conf for a two-node cluster.
index f0c866c..2bda64a 100755 (executable)
@@ -5,3 +5,4 @@ s/^( *fallback_to_clustered_locking) = .*$/$1 = 0/m or die;
 s/^( *fallback_to_local_locking) = .*$/$1 = 0/m or die;
 s/^( *)# *(locking_library.*)$/$1$2/m or die;
 s/^( *)# *(library_dir.*)$/$1$2/m or die;
+s/^( *retain_min) = .*$/$1 = 2147483647/m or die;