[SCM] CTDB repository - branch master updated - b4b2408ba1bdce22abb3fb19d398b72e96da6505

Ronnie Sahlberg sahlberg at samba.org
Tue Jul 8 00:08:52 GMT 2008


The branch, master has been updated
       via  b4b2408ba1bdce22abb3fb19d398b72e96da6505 (commit)
      from  a4e89f57a8d733ea74df7b0de31eb977d6d37388 (commit)

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


- Log -----------------------------------------------------------------
commit b4b2408ba1bdce22abb3fb19d398b72e96da6505
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Jul 8 10:03:57 2008 +1000

    new version 1.0.45

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

Summary of changes:
 packaging/RPM/ctdb.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RPM/ctdb.spec b/packaging/RPM/ctdb.spec
index aa108ab..0db2b71 100644
--- a/packaging/RPM/ctdb.spec
+++ b/packaging/RPM/ctdb.spec
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba at samba.org>
 Name: ctdb
 Version: 1.0
-Release: 44
+Release: 45
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -120,6 +120,15 @@ fi
 %{_includedir}/ctdb_private.h
 
 %changelog
+* Tue Jul 8 2008 : Version 1.0.45
+ - Try to restart the nfs service if it has failed to respond 3 times in a row.
+ - waitpid() can block if the child does not respond promptly to SIGTERM.
+   ignore all SIGCHILD signals by setting SIGCHLD to SIG_DEF.
+   get rid of all calls to waitpid().
+ - make handling of eventscripts hanging more liberal.
+   only consider the script to have failed and making the node unhealthy
+   IF the eventscript terminated wiht an error
+   OR the eventscript hung 5 or more times in a row
 * Mon Jul 7 2008 : Version 1.0.44
  - Add a CTDB_VALGRIND option to /etc/sysconfig/ctdb to make it start
    ctdb under valgrind. Logs go to /var/log/ctdb_valgrind.PID


-- 
CTDB repository


More information about the samba-cvs mailing list