[SCM] CTDB repository - branch 1.0.112 updated - ctdb-1.0.111-147-g11a0dde

Ronnie Sahlberg sahlberg at samba.org
Tue Oct 12 22:07:34 MDT 2010


The branch, 1.0.112 has been updated
       via  11a0dde12ea21eae684504e50a090599662fafb5 (commit)
       via  f32a7b596b9146d4d15f16f53c63054a8449b55d (commit)
      from  02e26fd7c4fed1af485c2a94eb34254809cb401e (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=1.0.112


- Log -----------------------------------------------------------------
commit 11a0dde12ea21eae684504e50a090599662fafb5
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Oct 13 14:43:53 2010 +1100

    new version 1.0.112-37

commit f32a7b596b9146d4d15f16f53c63054a8449b55d
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Oct 13 11:06:30 2010 +1100

    Unconditionally create the state directory in case it has been changed at runtime
    
    CQS1019937

-----------------------------------------------------------------------

Summary of changes:
 config/events.d/61.nfstickle |    1 +
 packaging/RPM/ctdb.spec.in   |    4 +++-
 2 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/61.nfstickle b/config/events.d/61.nfstickle
index 9802358..b5a1bee 100755
--- a/config/events.d/61.nfstickle
+++ b/config/events.d/61.nfstickle
@@ -40,6 +40,7 @@ case "$1" in
 
      monitor)
 	mydir=$NFS_TICKLE_SHARED_DIRECTORY/`hostname`
+	mkdir -p $mydir
 	rm -f $mydir/*
 	# record our connections to shared storage
 	netstat -tn |
diff --git a/packaging/RPM/ctdb.spec.in b/packaging/RPM/ctdb.spec.in
index 9259feb..6177c0e 100644
--- a/packaging/RPM/ctdb.spec.in
+++ b/packaging/RPM/ctdb.spec.in
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba at samba.org>
 Name: ctdb
 Version: 1.0.112
-Release: 36
+Release: 37
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -125,6 +125,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_docdir}/ctdb/tests/bin/ctdb_transaction
 
 %changelog
+* Wed Oct 13 2010 : Version 1.0.112-37
+ -Always make sure to create the state directories
 * Tue Oct 5 2010 : Version 1.0.112-36
  - Updates and bugfixes to ctdb_diagnostincs
 * Fri Oct 1 2010 : Version 1.0.112-35


-- 
CTDB repository


More information about the samba-cvs mailing list