rpms/ctdb/devel .cvsignore, 1.13, 1.14 0001-Fixes-for-init-script-to-meet-guidelines.patch, 1.1, 1.2 ctdb.spec, 1.16, 1.17 sources, 1.13, 1.14

sbose sbose at fedoraproject.org
Thu Jan 14 13:46:55 UTC 2010


Author: sbose

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

Modified Files:
	.cvsignore 0001-Fixes-for-init-script-to-meet-guidelines.patch 
	ctdb.spec sources 
Log Message:
Update to ctdb version 1.0.113



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	8 Dec 2009 13:15:21 -0000	1.13
+++ .cvsignore	14 Jan 2010 13:46:55 -0000	1.14
@@ -1 +1 @@
-ctdb-1.0.108.tar.bz2
+ctdb-1.0.113.tar.bz2

0001-Fixes-for-init-script-to-meet-guidelines.patch:
 ctdb.init |   23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

Index: 0001-Fixes-for-init-script-to-meet-guidelines.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/0001-Fixes-for-init-script-to-meet-guidelines.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 0001-Fixes-for-init-script-to-meet-guidelines.patch	8 Dec 2009 13:15:22 -0000	1.1
+++ 0001-Fixes-for-init-script-to-meet-guidelines.patch	14 Jan 2010 13:46:55 -0000	1.2
@@ -1,17 +1,17 @@
-From f3aafa1329088531fdff480d37cec8c43125168a Mon Sep 17 00:00:00 2001
+From 9d127abaed19b66c5b75cf353800cff0b81941b2 Mon Sep 17 00:00:00 2001
 From: Sumit Bose <sbose at redhat.com>
 Date: Tue, 24 Nov 2009 23:11:28 +0100
 Subject: [PATCH] Fixes for init script to meet guidelines
 
 ---
- config/ctdb.init |   24 +++++++++++++++---------
- 1 files changed, 15 insertions(+), 9 deletions(-)
+ config/ctdb.init |   22 ++++++++++++++--------
+ 1 files changed, 14 insertions(+), 8 deletions(-)
 
 diff --git a/config/ctdb.init b/config/ctdb.init
-index 67747fd..ca2f0fc 100755
+index 2e25cf1..50f29f1 100755
 --- a/config/ctdb.init
 +++ b/config/ctdb.init
-@@ -137,7 +137,7 @@ start() {
+@@ -170,7 +170,7 @@ start() {
  
      ctdb ping >/dev/null 2>&1 && {
  	echo $"CTDB is already running"
@@ -20,16 +20,7 @@ index 67747fd..ca2f0fc 100755
      }
  
      build_ctdb_options
-@@ -153,7 +153,7 @@ start() {
-     case $init_style in
- 	valgrind)
- 	    valgrind -q --log-file=/var/log/ctdb_valgrind \
--		$ctdbd --nosetsched $CTDB_OPTIONS 
-+		$ctdbd --nosetsched $CTDB_OPTIONS
- 	    RETVAL=$?
- 	    echo
- 	    ;;
-@@ -180,7 +180,7 @@ start() {
+@@ -213,7 +213,7 @@ start() {
      set_ctdb_variables
  
      return $RETVAL
@@ -38,7 +29,7 @@ index 67747fd..ca2f0fc 100755
  
  stop() {
      echo -n $"Shutting down ctdbd service: "
-@@ -227,20 +227,26 @@ stop() {
+@@ -260,20 +260,26 @@ stop() {
  restart() {
      stop
      start
@@ -68,7 +59,7 @@ index 67747fd..ca2f0fc 100755
  		;;
  	esac
  	return $RETVAL
-@@ -257,13 +263,13 @@ case "$1" in
+@@ -290,13 +296,13 @@ case "$1" in
      stop)
    	stop
  	;;
@@ -84,7 +75,7 @@ index 67747fd..ca2f0fc 100755
    	ctdb status > /dev/null && restart || :
  	;;
      cron)
-@@ -271,7 +277,7 @@ case "$1" in
+@@ -304,7 +310,7 @@ case "$1" in
    	ctdb status > /dev/null || restart
  	;;
      *)


Index: ctdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/ctdb.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- ctdb.spec	8 Dec 2009 13:15:22 -0000	1.16
+++ ctdb.spec	14 Jan 2010 13:46:55 -0000	1.17
@@ -2,7 +2,7 @@
 
 Summary: A Clustered Database based on Samba's Trivial Database (TDB)
 Name: ctdb
-Version: 1.0.108
+Version: 1.0.113
 Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
@@ -141,6 +141,39 @@ fi
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Thu Jan 14 2010 Sumit Bose <sbose at redhat.com> - 1.0.113-1
+ - Update to ctdb version 1.0.113
+
+* Wed Jan 13 2010 : Version 1.0.113
+ - Incorrect use of dup2() could cause ctdb to spin eating 100% cpu.
+
+* Tue Jan 12 2010 : Version 1.0.112
+  - Revert the use of wbinfo --ping-dc as it is proving too unreliable.
+  - Minor testsuite changes.
+
+* Fri Dec 18 2009 : Version 1.0.111
+ - Fix a logging bug when an eventscript is aborted that could cause a crash.
+ - Add back cb_status that was lost in a previous commit.
+
+* Fri Dec 18 2009 : Version 1.0.110
+ - Metxe: fix for filedescriptor leak in the new eventscript code.
+ - Rusty: fix for a crash bug in the eventscript code.
+
+* Thu Dec 17 2009 : Version 1.0.109
+ - Massive eventscript updates. (bz58828)
+ - Nice the daemon instead of using realtime scheduler, also use mlockall() to
+   reduce the risk of blockign due to paging.
+ - Workarounds for valgrind when forking once for each script. Valgrind
+   consumes massive cpu when terminating the scripts on virtual systems.
+ - Sync the tdb library with upstream, and use the new TDB_DISALLOW_NESTING
+   flag.
+ - Add new command "ctdb dumpdbbackup"
+ - Start using the new tdb check framework to validate tdb files upon startup.
+ - A new framework where we can control health for individual tdb databases.
+ - Fix a crash bug in the logging code.
+ - New transaction code for persistent databases.
+ - Various other smaller fixes.
+
 * Tue Dec 8 2009 Sumit Bose <sbose at redhat.com> - 1.0.108-1
  - Update to ctdb version 1.0.108
  - added fix for bz537223


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ctdb/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	8 Dec 2009 13:15:22 -0000	1.13
+++ sources	14 Jan 2010 13:46:55 -0000	1.14
@@ -1 +1 @@
-a91d1dc747bb7f0216c9ddd7a0d25739  ctdb-1.0.108.tar.bz2
+ce3eda943bf81c7c9e513ec715f4a785  ctdb-1.0.113.tar.bz2



More information about the scm-commits mailing list