[SCM] CTDB repository - branch master updated - ctdb-1.0.84-27-g553a244

Ronnie Sahlberg sahlberg at samba.org
Tue Jun 23 01:23:13 GMT 2009


The branch, master has been updated
       via  553a244fc8d7814634330bf4829ac127d63886be (commit)
       via  a4b682e3b2657abeca3e387d96949f83bdbd7b2f (commit)
       via  9bc8e7eec7ffa8969f0f170a77b13cd0033790f1 (commit)
       via  937b029fd47d6af162c27d9dce6da0e22b36b79a (commit)
      from  16ec9ca56a9f5b88d7a5ed4f89a28a53f5c9c081 (commit)

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


- Log -----------------------------------------------------------------
commit 553a244fc8d7814634330bf4829ac127d63886be
Merge: 937b029fd47d6af162c27d9dce6da0e22b36b79a a4b682e3b2657abeca3e387d96949f83bdbd7b2f
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Jun 23 11:21:37 2009 +1000

    Merge root at 10.1.1.27:/shared/ctdb/ctdb-git

commit a4b682e3b2657abeca3e387d96949f83bdbd7b2f
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Jun 23 11:30:25 2009 +1000

    new version 1.0.85

commit 9bc8e7eec7ffa8969f0f170a77b13cd0033790f1
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Jun 23 11:29:26 2009 +1000

    rename 99.routing to 11.routing so that it executed before the service scripts

commit 937b029fd47d6af162c27d9dce6da0e22b36b79a
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Jun 23 11:23:54 2009 +1000

    new version 1.0.85

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

Summary of changes:
 Makefile.in             |    2 +-
 packaging/RPM/ctdb.spec |   21 +++++++++++++++++++--
 2 files changed, 20 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/Makefile.in b/Makefile.in
index 7d8050e..ea3a450 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -208,6 +208,7 @@ install: all
 	${INSTALLCMD} -m 755 config/events.d/00.ctdb $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/10.interface $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/11.natgw $(DESTDIR)$(etcdir)/ctdb/events.d
+	${INSTALLCMD} -m 755 config/events.d/11.routing $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/20.multipathd $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 644 config/events.d/31.clamd $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/40.vsftpd $(DESTDIR)$(etcdir)/ctdb/events.d
@@ -217,7 +218,6 @@ install: all
 	${INSTALLCMD} -m 755 config/events.d/61.nfstickle $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/70.iscsi $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 config/events.d/91.lvs $(DESTDIR)$(etcdir)/ctdb/events.d
-	${INSTALLCMD} -m 755 config/events.d/99.routing $(DESTDIR)$(etcdir)/ctdb/events.d
 	${INSTALLCMD} -m 755 tools/ctdb_diagnostics $(DESTDIR)$(bindir)
 	${INSTALLCMD} -m 755 tools/onnode $(DESTDIR)$(bindir)
 	if [ -f doc/ctdb.1 ];then ${INSTALLCMD} -d $(DESTDIR)$(mandir)/man1; fi
diff --git a/packaging/RPM/ctdb.spec b/packaging/RPM/ctdb.spec
index 83b43c0..3bcd87e 100644
--- a/packaging/RPM/ctdb.spec
+++ b/packaging/RPM/ctdb.spec
@@ -4,7 +4,7 @@ Summary: Clustered TDB
 Vendor: Samba Team
 Packager: Samba Team <samba at samba.org>
 Name: ctdb
-Version: 1.0.84
+Version: 1.0.85
 Release: 1
 Epoch: 0
 License: GNU GPL version 3
@@ -106,6 +106,7 @@ fi
 %{_sysconfdir}/ctdb/events.d/00.ctdb
 %{_sysconfdir}/ctdb/events.d/10.interface
 %{_sysconfdir}/ctdb/events.d/11.natgw
+%{_sysconfdir}/ctdb/events.d/11.routing
 %{_sysconfdir}/ctdb/events.d/20.multipathd
 %{_sysconfdir}/ctdb/events.d/31.clamd
 %{_sysconfdir}/ctdb/events.d/40.vsftpd
@@ -115,7 +116,6 @@ fi
 %{_sysconfdir}/ctdb/events.d/61.nfstickle
 %{_sysconfdir}/ctdb/events.d/70.iscsi
 %{_sysconfdir}/ctdb/events.d/91.lvs
-%{_sysconfdir}/ctdb/events.d/99.routing
 %{_sysconfdir}/ctdb/statd-callout
 %{_sbindir}/ctdbd
 %{_bindir}/ctdb
@@ -131,6 +131,23 @@ fi
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Tue Jun 23 2009 : Version 1.0.85
+ - From William Jojo : Dont use getopt on AIX
+ - Make it possible to use "ctdb listnodes" also when the daemon is not running
+ - Provide machinereadable output to "ctdb listnodes"
+ - Dont list DELETED nodes in the ctdb listnodes output
+ - Try to avoid causing a recovery for the average case when adding/deleting/moving an ip
+ - When banning a node, drop the IPs on that node only and not all nodes.
+ - Add tests for NFS and CIFS tickles
+ - Rename 99.routing to 11.routing so it executes before NFS and LVS scripts
+ - Increase the default timeout before we deem an unresponsive recovery daemon hung and shutdown
+ - Reduce the reclock timout to 5 seconds
+ - Spawn a child process in the recovery daemon ot check the reclock file to
+   avoid blocking the process if the underlying filesystem is unresponsive
+ - fix for filedescriptor leak when a child process timesout
+ - Dont log errors if waitpid() returns -1
+ - Onnode updates by Martins
+ - Test and initscript cleanups from Martin S
 * Tue Jun 2 2009 : Version 1.0.84
  - Fix a bug in onnode that could not handle dead nodes
 * Tue Jun 2 2009 : Version 1.0.83


-- 
CTDB repository


More information about the samba-cvs mailing list