summaryrefslogtreecommitdiffstats
path: root/ctdb
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2008-07-08 10:03:57 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2008-07-08 10:03:57 +1000
commitf1c4041c8424065e93b84fa432f412df5e6435e4 (patch)
tree6508df5a5b691125362b20b0e18fc47ed6aca650 /ctdb
parent5ab7eaa553190f2821d83370771cbfe9759a05aa (diff)
downloadsamba-f1c4041c8424065e93b84fa432f412df5e6435e4.tar.gz
samba-f1c4041c8424065e93b84fa432f412df5e6435e4.tar.xz
samba-f1c4041c8424065e93b84fa432f412df5e6435e4.zip
new version 1.0.45
(This used to be ctdb commit b4b2408ba1bdce22abb3fb19d398b72e96da6505)
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/packaging/RPM/ctdb.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/ctdb/packaging/RPM/ctdb.spec b/ctdb/packaging/RPM/ctdb.spec
index aa108ab7c80..0db2b719968 100644
--- a/ctdb/packaging/RPM/ctdb.spec
+++ b/ctdb/packaging/RPM/ctdb.spec
@@ -5,7 +5,7 @@ Vendor: Samba Team
Packager: Samba Team <samba@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