r804 - lvm2/trunk/debian

Bastian Blank waldi at alioth.debian.org
Wed May 19 09:57:57 UTC 2010


Author: waldi
Date: Wed May 19 09:57:54 2010
New Revision: 804

Log:
* debian/changelog: Update.
* debian/lvm2.NEWS: Add.
* debian/rules: Make cluster-locking internal.

Added:
   lvm2/trunk/debian/lvm2.NEWS
Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/rules

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	Sat May 15 15:43:31 2010	(r803)
+++ lvm2/trunk/debian/changelog	Wed May 19 09:57:54 2010	(r804)
@@ -3,6 +3,7 @@
   * New upstream version.
   * Don't longer build static libraries.
   * Fix readline support. (closes: #575640)
+  * Built-in cluster locking.
 
  -- Bastian Blank <waldi at debian.org>  Sat, 15 May 2010 14:38:31 +0000
 

Added: lvm2/trunk/debian/lvm2.NEWS
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ lvm2/trunk/debian/lvm2.NEWS	Wed May 19 09:57:54 2010	(r804)
@@ -0,0 +1,8 @@
+lvm2 (2.02.64-1) unstable; urgency=low
+
+  Cluster locking is now built-in, this means you have to set locking_type
+  differently in the lvm.conf:
+
+    locking_type = 3
+
+ -- Bastian Blank <waldi at debian.org>  Wed, 19 May 2010 11:53:50 +0200

Modified: lvm2/trunk/debian/rules
==============================================================================
--- lvm2/trunk/debian/rules	Sat May 15 15:43:31 2010	(r803)
+++ lvm2/trunk/debian/rules	Wed May 19 09:57:54 2010	(r804)
@@ -74,6 +74,7 @@
 		$(CONFIGURE_FLAGS) \
 		--with-optimisation="" \
 		--with-clvmd=cman \
+		--with-cluster=internal \
 		--with-device-uid=0 \
 		--with-device-gid=6 \
 		--with-device-mode=0660 \



More information about the pkg-lvm-commits mailing list