rpms/ctdb/devel .cvsignore, 1.6, 1.7 ctdb.spec, 1.8, 1.9 sources, 1.6, 1.7

sbose sbose at fedoraproject.org
Wed Jul 1 09:27:38 UTC 2009


Author: sbose

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

Modified Files:
	.cvsignore ctdb.spec sources 
Log Message:
Update to ctdb version 1.0.86



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	14 May 2009 08:23:55 -0000	1.6
+++ .cvsignore	1 Jul 2009 09:27:08 -0000	1.7
@@ -1 +1 @@
-ctdb-1.0.82.tar.bz2
+ctdb-1.0.86.tar.bz2


Index: ctdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/ctdb.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- ctdb.spec	14 May 2009 08:23:55 -0000	1.8
+++ ctdb.spec	1 Jul 2009 09:27:08 -0000	1.9
@@ -2,7 +2,7 @@
 
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
-Version: 1.0.82
+Version: 1.0.86
 Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
@@ -119,7 +119,6 @@ fi
 %{_bindir}/ctdb
 %{_bindir}/smnotify
 %{_bindir}/ping_pong
-%{_bindir}/ctdb_ipmux
 %{_bindir}/ctdb_diagnostics
 %{_bindir}/onnode
 %{_mandir}/man1/ctdb.1.gz
@@ -133,6 +132,83 @@ fi
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Wed Jul 1 2009 Sumit Bose <sbose at redhat.com> - 1.0.86-1
+ - Update to ctdb version 1.0.86
+
+* Tue Jun 30 2009 : Version 1.0.86
+ - Do not access the reclock at all if VerifyRecoveryLock is zero, not even try
+   to probe it.
+ - Allow setting the reclock file as "", which means that no reclock file at
+   all should be used.
+ - Document that a reclock file is no longer required, but that it is
+   dangerous.
+ - Add a control that can be used to set/clear/change the reclock file in the
+   daemon during runtime.
+ - Update the recovery daemon to poll whether a reclock file should be sued and
+   if so which file at runtime in each monitoring cycle.
+ - Automatically disable VerifyRecoveryLock everytime a user changes the
+   location of the reclock file.
+ - do not allow the VerifyRecoveryLock to be set using ctdb setvar if there is
+   no recovery lock file specified.
+ - Add two commands "ctdb getreclock" and "ctdb setreclock" to modify the
+   reclock file.
+
+* 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
+
+* Fri Jun 5 2009 Sumit Bose <sbose at redhat.com> - 1.0.84-1
+ - Update to ctdb version 1.0.84
+
+* 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
+ - Document how to remove a ndoe from a running cluster.
+ - Hide all deleted nodes from ctdb output.
+ - Lower the loglevel on some eventscript related items
+ - Dont queue packets to deleted nodes
+ - When building initial vnnmap, ignode any nonexisting nodes
+ - Add a new nodestate : DELETED that is used when deleting a node from an
+   existing cluster.
+ - dont remove the ctdb socket when shutting down. This prevents a race in the
+   initscripts when restarting ctdb quickly after stopping it.
+ - TDB nesting reworked.
+ - Remove obsolete ipmux
+ - From Flavio Carmo Junior: Add eventscript and documentation for ClamAV
+   antivirus engine
+ - From Sumit Bose: fix the regex in the test to handle the new ctdb
+   statistics output that was recently added.
+ - change the socket type we use for grauitious arps from the obsolete
+   AF_INET/SOCK_PACKET to instead use PF_PACKET/SOCK_RAW.
+ - Check return codes for some functions, from Sumit Bose, based on codereview
+   by Jim Meyering.
+ - Sumit Bose: Remove structure memeber node_list_file that is no longer used.
+ - Sumit Bose: fix configure warning for netfilter.h
+ - Updates to the webpages by Volker.
+ - Remove error messages about missing /var/log/log.ctdb file from
+   ctdb_diagnostics.sh from christian Ambach
+ - Additional error logs if hte eventscript switching from dameon to client
+   mode fails.
+ - track how long it takes for ctdbd and the recovery daemon to perform the
+   rec-lock fcntl() lock attemt and show this in the ctdb statistics output.
+
 * Thu May 14 2009 Sumit Bose <sbose at redhat.com> - 1.0.82-1
  - Update to ctdb version 1.0.82
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	14 May 2009 08:23:55 -0000	1.6
+++ sources	1 Jul 2009 09:27:08 -0000	1.7
@@ -1 +1 @@
-f020db416020340401e68222115fc981  ctdb-1.0.82.tar.bz2
+133d4e7d601e603147d6c006654983e8  ctdb-1.0.86.tar.bz2




More information about the fedora-extras-commits mailing list