rpms/ctdb/devel .cvsignore, 1.11, 1.12 ctdb.spec, 1.14, 1.15 sources, 1.11, 1.12 ctdb-re_fix.patch, 1.1, NONE

sbose sbose at fedoraproject.org
Wed Oct 14 07:30:19 UTC 2009


Author: sbose

Update of /cvs/pkgs/rpms/ctdb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30646

Modified Files:
	.cvsignore ctdb.spec sources 
Removed Files:
	ctdb-re_fix.patch 
Log Message:
Update to ctdb version 1.0.96



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	29 Sep 2009 21:01:51 -0000	1.11
+++ .cvsignore	14 Oct 2009 07:30:19 -0000	1.12
@@ -1 +1 @@
-ctdb-1.0.91.tar.bz2
+ctdb-1.0.96.tar.bz2


Index: ctdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/ctdb.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- ctdb.spec	29 Sep 2009 21:01:51 -0000	1.14
+++ ctdb.spec	14 Oct 2009 07:30:19 -0000	1.15
@@ -2,7 +2,7 @@
 
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
-Version: 1.0.91
+Version: 1.0.96
 Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
@@ -132,6 +132,56 @@ fi
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Wed Oct 14 2009 Sumit Bose <sbose at redhat.com> - 1.0.96-1
+ - Update to ctdb version 1.0.96
+
+* Tue Oct 13 2009 : Version 1.0.96
+ - Add more debugging output when eventscripts have trouble. Print a
+   "pstree -p" to the log when scripts have hung.
+ - Update the initscript,  only print the "No reclock file used" warning
+   when we do "service ctdb start", dont also print them for all other
+   actions.
+ - When changing between unhealthy/healthy state, push a request to the
+   recovery master to perform an ip reallocation   instead of waiting for the
+   recovery master to pull and check the state change.
+ - Fix a bug in the new db-priority handling where a pre-.95 recovery master
+   could no longer lock the databases on a post-.95 daemon.
+ - Always create the nfs state directories during the "monitor" event.
+   This makes it easier to configure and enable nfs at runtime.
+ - From Volker, forward-port a simper deadlock avoiding patch from the 1.0.82
+   branch. This is a simpler versionof the "db priority lock order" patch
+   that went into 1.0.95, and will be kept for a few versions until samba
+   has been updated to use the functionality from 1.0.95.
+
+* Mon Oct 12 2009 : Version 1.0.95
+ - Add database priorities. Allow samba to set the priority of databases
+   and lock the databases in priority order during recovery
+   to avoid a deadlock when samba locks one database then blocks indefinitely
+   while waiting for the second databaso to become locked.
+ - Be aggressive and ban nodes where the recovery transaction start call
+   fails.
+
+* Thu Oct 10 2009 : Version 1.0.94
+ - Be very aggressive and quickly ban nodes that can not freeze their databases
+
+* Tue Oct 8 2009 : Version 1.0.93
+ - When adding an ip, make sure to update this assignment on all nodes
+   so it wont show up as -1 on other nodes.
+ - When adding an ip and immediately deleting it, it was possible that
+   the daemon would crash accessing already freed memory.
+   Readjust the memory hierarchy so the destructors are called in the right
+   order.
+ - Add a handshake to the recovery daemon to eliminate some rare cases where
+   addip/delip might cause a recovery to occur.
+ - updated onnode documenation from Martin S
+ - Updates to the natgw eventscript to allow disabling natgw at runtime
+
+* Fri Oct 2 2009 : Version 1.0.92
+ - Test updates and merge from martin
+ - Add notification for "startup"
+ - Add documentation for notification
+ - from martin, a fix for restarting vsftpd in the eventscript
+
 * Wed Sep 29 2009 Sumit Bose <sbose at redhat.com> - 1.0.91-1
  - Update to ctdb version 1.0.91
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	29 Sep 2009 21:01:51 -0000	1.11
+++ sources	14 Oct 2009 07:30:19 -0000	1.12
@@ -1 +1 @@
-9680d0c250daeb87327a9cd87ad8421b  ctdb-1.0.91.tar.bz2
+c8cfa1a29780ae820b77f857464f877a  ctdb-1.0.96.tar.bz2


--- ctdb-re_fix.patch DELETED ---




More information about the fedora-extras-commits mailing list