new version 1.0.65 ctdb-1.0.65
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 12 Nov 2008 23:55:20 +0000 (10:55 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 12 Nov 2008 23:55:20 +0000 (10:55 +1100)
update the example sysconfig file. the default log level is 2, not 0

config/ctdb.sysconfig
packaging/RPM/ctdb.spec

index 84a90d0609a5fdc84ee84d78e8834c1dfb916a7b..35a9819d63b4e127be1bc8cf833b8edd44cb0602 100644 (file)
 # 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
index 2fed2204a997a6cdba51ce62910c9eb942784762..a3e8bb4b18a5b18c8c0d24bd566d5e55c6624463 100644 (file)
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba@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.