[SCM] CTDB repository - branch 1.2 updated - ctdb-1.9.1-469-g041a00d

Ronnie Sahlberg sahlberg at samba.org
Sun Aug 14 23:54:40 MDT 2011


The branch, 1.2 has been updated
       via  041a00da8bf50e32f96d33661bf954901ab0f4b8 (commit)
       via  6e6d286b5aaec5a532c288e5aa05d57cd7ef9253 (commit)
      from  71cbca93a2641facfc6e231c44fe6500f55e1905 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=1.2


- Log -----------------------------------------------------------------
commit 041a00da8bf50e32f96d33661bf954901ab0f4b8
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon Aug 15 10:27:49 2011 +1000

    new version 1.2.33

commit 6e6d286b5aaec5a532c288e5aa05d57cd7ef9253
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Mon Aug 15 10:23:50 2011 +1000

    Change the default for ip failover to be LCP2 and not DeterministicIPs

-----------------------------------------------------------------------

Summary of changes:
 packaging/RPM/ctdb.spec.in |    9 ++++++++-
 server/ctdb_tunables.c     |    4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RPM/ctdb.spec.in b/packaging/RPM/ctdb.spec.in
index f397c67..0bd3be6 100644
--- a/packaging/RPM/ctdb.spec.in
+++ b/packaging/RPM/ctdb.spec.in
@@ -3,7 +3,7 @@ Name: ctdb
 Summary: Clustered TDB
 Vendor: Samba Team
 Packager: Samba Team <samba at samba.org>
-Version: 1.2.32
+Version: 1.2.33
 Release: 1GITHASH
 Epoch: 0
 License: GNU GPL version 3
@@ -145,6 +145,13 @@ development libraries for ctdb
 %{_libdir}/libctdb.a
 
 %changelog
+* Mon Aug 15 2011 : Version 1.2.33
+ - Activate LCP2 by default
+ - LVS change to make the persistence timer longer
+ - Eventscripts: weaken the TCP checking if we have just started S1024874
+ - I/O queue buffer bug fix
+ - Remove log messages S1026357, S1026492
+ - 10.interface  dont check orphaned interfaces
 * Fri Jul 29 2011 : Version 1.2.32
  - Add new LCP2 ip allocation algorithm
  - Two fixes for 'ctdb delip ...' CQ S1026664 CQ S10226179
diff --git a/server/ctdb_tunables.c b/server/ctdb_tunables.c
index bd7834d..9da3cc8 100644
--- a/server/ctdb_tunables.c
+++ b/server/ctdb_tunables.c
@@ -45,8 +45,8 @@ static const struct {
 	{ "DatabaseMaxDead",      5,  offsetof(struct ctdb_tunable, database_max_dead) },
 	{ "RerecoveryTimeout",   10,  offsetof(struct ctdb_tunable, rerecovery_timeout) },
 	{ "EnableBans",           1,  offsetof(struct ctdb_tunable, enable_bans) },
-	{ "DeterministicIPs",     1,  offsetof(struct ctdb_tunable, deterministic_public_ips) },
-	{ "LCP2PublicIPs",        0,  offsetof(struct ctdb_tunable, lcp2_public_ip_assignment) },
+	{ "DeterministicIPs",     0,  offsetof(struct ctdb_tunable, deterministic_public_ips) },
+	{ "LCP2PublicIPs",        1,  offsetof(struct ctdb_tunable, lcp2_public_ip_assignment) },
 	{ "ReclockPingPeriod",   60,  offsetof(struct ctdb_tunable,  reclock_ping_period) },
 	{ "NoIPFailback",         0,  offsetof(struct ctdb_tunable, no_ip_failback) },
 	{ "DisableIPFailover",    0,  offsetof(struct ctdb_tunable, disable_ip_failover) },


-- 
CTDB repository


More information about the samba-cvs mailing list