rpms/ctdb/EL-5 .cvsignore, 1.5, 1.6 ctdb.spec, 1.7, 1.8 sources, 1.5, 1.6

sbose sbose at fedoraproject.org
Wed Jul 1 09:40:36 UTC 2009


Author: sbose

Update of /cvs/pkgs/rpms/ctdb/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4830

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	8 May 2009 09:56:31 -0000	1.5
+++ .cvsignore	1 Jul 2009 09:40:36 -0000	1.6
@@ -1 +1 @@
-ctdb-1.0.81.tar.bz2
+ctdb-1.0.86.tar.bz2


Index: ctdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/EL-5/ctdb.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ctdb.spec	8 May 2009 09:56:31 -0000	1.7
+++ ctdb.spec	1 Jul 2009 09:40:36 -0000	1.8
@@ -2,7 +2,7 @@
 
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
-Version: 1.0.81
+Version: 1.0.86
 Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
@@ -16,8 +16,6 @@ Source0: %{name}-%{version}.tar.bz2
 
 # Fedora specific patch, ctdb should not be enabled by default in the runlevels
 Patch1: ctdb-no_default_runlevel.patch
-# see http://lists.samba.org/archive/samba-technical/2009-May/064573.html
-Patch2: ctdb-re_fix.patch
 
 Requires: chkconfig coreutils psmisc
 Requires: fileutils sed
@@ -53,7 +51,6 @@ and use CTDB instead.
 # setup the init script and sysconfig file
 %setup -T -D -n ctdb-%{version} -q
 %patch1 -p1
-%patch2 -p1
 
 %build
 
@@ -122,7 +119,6 @@ fi
 %{_bindir}/ctdb
 %{_bindir}/smnotify
 %{_bindir}/ping_pong
-%{_bindir}/ctdb_ipmux
 %{_bindir}/ctdb_diagnostics
 %{_bindir}/onnode
 %{_mandir}/man1/ctdb.1.gz
@@ -136,6 +132,101 @@ 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
+
+* Thu May 14 2009 : Version 1.0.82
+ - Update the "ctdb lvsmaster" command to return -1 on error.
+ - Add a -Y flag to "ctdb lvsmaster"
+ - RHEL5 apache leaks semaphores when crashing. Add semaphore cleanup to the
+   41.httpd eventscript and try to restart apache when it has crashed.
+ - Fixes to some tests
+ - Add a -o option to "onnode" which will redirect all stdout to a file for
+   each of the nodes.
+ - Add a natgw and a lvs node specifier to onnode so that we can use
+   "onnode natgw ..."
+ - Assign the natgw address to lo instead of the private network so it can also
+   be used where private and public networks are the same.
+ - Add GPL boilerplates to two missing scripts.
+ - Change the natgw prefix NATGW_ to CTDB_NATGW_
+
 * Fri May 8 2009 Sumit Bose <sbose at redhat.com> - 1.0.81-1
  - Update to ctdb version 1.0.81
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	8 May 2009 09:56:31 -0000	1.5
+++ sources	1 Jul 2009 09:40:36 -0000	1.6
@@ -1 +1 @@
-af35ce05a21275f91fc1e703b3124f12  ctdb-1.0.81.tar.bz2
+133d4e7d601e603147d6c006654983e8  ctdb-1.0.86.tar.bz2




More information about the fedora-extras-commits mailing list