[SCM] CTDB repository - branch master updated - ctdb-1.0.64-5-g1f25958

Ronnie Sahlberg sahlberg at samba.org
Thu Nov 13 00:00:11 GMT 2008


The branch, master has been updated
       via  1f25958dc739677a487fa496fbeffcda7a0f2204 (commit)
      from  b75e2263c565c21ecbbd98fbd2c10787e467bf5c (commit)

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


- Log -----------------------------------------------------------------
commit 1f25958dc739677a487fa496fbeffcda7a0f2204
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Thu Nov 13 10:55:20 2008 +1100

    new version 1.0.65
    
    update the example sysconfig file. the default log level is 2, not 0

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

Summary of changes:
 config/ctdb.sysconfig   |    4 ++--
 packaging/RPM/ctdb.spec |    9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/ctdb.sysconfig b/config/ctdb.sysconfig
index 84a90d0..35a9819 100644
--- a/config/ctdb.sysconfig
+++ b/config/ctdb.sysconfig
@@ -135,8 +135,8 @@
 # CTDB_LOGFILE=/var/log/log.ctdb
 
 # what debug level to run at. Higher means more verbose
-# the default is 0
-# CTDB_DEBUGLEVEL=0
+# the default is 2
+CTDB_DEBUGLEVEL=2
 
 # set any default tuning options for ctdb
 # use CTDB_SET_XXXX=value where XXXX is the name of the tuning
diff --git a/packaging/RPM/ctdb.spec b/packaging/RPM/ctdb.spec
index 2fed220..a3e8bb4 100644
--- a/packaging/RPM/ctdb.spec
+++ b/packaging/RPM/ctdb.spec
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba at samba.org>
 Name: ctdb
 Version: 1.0
-Release: 64
+Release: 65
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -120,6 +120,13 @@ fi
 %{_includedir}/ctdb_private.h
 
 %changelog
+* Thu Nov 13 2008 : Version 1.0.65
+ - Update the sysconfig example: The default debug level is 2 (NOTICE) and not
+   0 (ERROR)
+ - Add support for a CTDB_SOCKET environment variable for the ctdb command
+   line tool. If set, this overrides the default socket the ctdb tool will
+   use.
+ - Add logging of high latency operations.
 * Mon Oct 22 2008 : Version 1.0.64
  - Add a context and a timed event so that once we have been in recovery for
    too long we drop all public addresses.


-- 
CTDB repository


More information about the samba-cvs mailing list