No subject


Thu Jun 19 13:37:34 UTC 2008



Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2008-07-10 20:05:24 UTC (rev 2026)
+++ trunk/ctdb/debian/changelog	2008-07-10 20:21:43 UTC (rev 2027)
@@ -1,13 +1,16 @@
 ctdb (1.0.42+git200807041658-1) UNRELEASED; urgency=low
 
   * New upstream git snapshot
-    * added CTDB_VALGRIND option to ctdb.init (from 1.0.43)
+    * From 1.0.43: added CTDB_VALGRIND option to ctdb.init
+    * From 1.0.46: new option CTDB_SAMBA_SKIP_SHARE_CHECK
+    * From 1.0.46: make LVS a capability so that we can see which nodes are 
+      configured with LVS and which are not using LVS.
   * Bump standards version to 3.8.0 (no changes needed)
   * Remove patch 04_install_chmod, applied upstream
     (see https://bugzilla.samba.org/show_bug.cgi?id=5216)
   * Remove ctdb.TODO: was only containing lintian warnings
 
- -- Mathieu Parent <math.parent at gmail.com>  Thu, 10 Jul 2008 22:05:08 +0200
+ -- Mathieu Parent <math.parent at gmail.com>  Thu, 10 Jul 2008 22:16:53 +0200
 
 ctdb (1.0.42+git200806131353-1) unstable; urgency=low
 

Modified: trunk/ctdb/debian/ctdb.init
===================================================================
--- trunk/ctdb/debian/ctdb.init	2008-07-10 20:05:24 UTC (rev 2026)
+++ trunk/ctdb/debian/ctdb.init	2008-07-10 20:21:43 UTC (rev 2027)
@@ -88,6 +88,9 @@
 [ -z "$CTDB_CAPABILITY_LMASTER" ] || [ "$CTDB_CAPABILITY_LMASTER" != "no" ] || {
 	CTDB_OPTIONS="$CTDB_OPTIONS --no-lmaster"
 }
+[ -z "$CTDB_LVS_PUBLIC_IP" ] || {
+       CTDB_OPTIONS="$CTDB_OPTIONS --lvs"
+}
 
 # Check that the user exists (if we set a user)
 # Does the user exist?




More information about the Pkg-samba-maint mailing list