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

sbose sbose at fedoraproject.org
Fri Jul 17 12:15:47 UTC 2009


Author: sbose

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/EL-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	1 Jul 2009 09:40:36 -0000	1.6
+++ .cvsignore	17 Jul 2009 12:15:17 -0000	1.7
@@ -1 +1 @@
-ctdb-1.0.86.tar.bz2
+ctdb-1.0.87.tar.bz2


Index: ctdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/EL-5/ctdb.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- ctdb.spec	1 Jul 2009 09:40:36 -0000	1.8
+++ ctdb.spec	17 Jul 2009 12:15:17 -0000	1.9
@@ -2,7 +2,7 @@
 
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
-Version: 1.0.86
+Version: 1.0.87
 Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
@@ -132,6 +132,44 @@ fi
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Fri Jul 17 2009 Sumit Bose <sbose at redhat.com> - 1.0.87-1
+ - Update to ctdb version 1.0.87
+
+* Fri Jul 17 2009 : Version 1.0.87
+ - Add a new event "stopped" that is called when a node is stopped.
+ - Documentation of the STOPPED flag and the stop/continue commands
+ - Make it possible to start a node in STOPPED mode.
+ - Add a new node flag : STOPPED and commands "ctdb stop" "ctdb continue"
+   These commands are similar to "diasble/enable" but will also remove the node
+   from the vnnmap, while disable only fails all ip addresses over.
+ - tests for NFS , CIFS by martins
+ - major updates to the init script by martins
+ - Send gratious arps with a 1.1 second stride instead of a 1 second stride to
+   workaround interesting "features" of common linux stacks.
+ - Various test enhancements from martins:
+   - additional other tests
+   - add tests for grat arp generation, ping during failover, ssh and failover
+   - New/updated tcp tickle tests and supprot functions
+   - provide better debugging when a test fails
+   - make ctdbd restarts more reliable in the tests
+   - update the "wait bar" to  make the wait progress in tests more obvious
+   - various cleanups
+ - when dispatching a message to a handler, make the message a real talloc
+   object so that we can reparent the object in the tallic hierarchy.
+ - document the ipreallocate command
+ - Updates to enable/disable to use the ipreallocate command to block until the
+   following ipreallocation has completed.
+ - Update the main daemon and the tools to allow debug level to be a string
+   instead of an integer.
+ - Update the sysconfig file to show using string literals instead of numeric
+   values for the debuglevels used.
+ - If no debuglevel is specific, make "ctdb setdebug" show the available
+   options.
+ - When trying to allocate network packets, add explicit checks if the network
+   transport has been shutdown before trying and failing, to make log messages
+   easier to read. Add this extra check and logging to every plave packets are
+   allocated.
+
 * Wed Jul 1 2009 Sumit Bose <sbose at redhat.com> - 1.0.86-1
  - Update to ctdb version 1.0.86
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	1 Jul 2009 09:40:36 -0000	1.6
+++ sources	17 Jul 2009 12:15:17 -0000	1.7
@@ -1 +1 @@
-133d4e7d601e603147d6c006654983e8  ctdb-1.0.86.tar.bz2
+f925406352e087c9f32ec3084578c29e  ctdb-1.0.87.tar.bz2




More information about the fedora-extras-commits mailing list