summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-05-31 15:50:25 +1000
committerAmitay Isaacs <amitay@samba.org>2016-07-26 01:21:57 +0200
commit3cb659e1edbcad5293ee4a9eb9ab10d51a802a8c (patch)
tree2e5b54da0bbfb9c4d326d0bc3f3c5cf185ac26d6 /WHATSNEW.txt
parent0e1ff5f156f9e5822775075fde1c62b320e69f7c (diff)
downloadsamba-3cb659e1edbcad5293ee4a9eb9ab10d51a802a8c.tar.gz
WHATSNEW: CTDB updates
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Tue Jul 26 01:21:57 CEST 2016 on sn-devel-144
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt70
1 files changed, 70 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index ad10514731f..178c882f410 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -199,6 +199,76 @@ the domain controller, which allows the client to do NTLM based
authentication on behalf of the user. It also allows on offline
logon using a smartcard to work on Windows clients.
+CTDB changes
+------------
+
+* The use of real-time scheduling when taking locks has been narrowed
+ to limit potential performance impacts on nodes
+
+* CTDB_RECOVERY_LOCK now supports specification of an external helper
+ to take and hold the recovery lock
+
+ See the RECOVERY LOCK section in ctdb(7) for details. Documentation
+ for writing helpers is provided in doc/cluster_mutex_helper.txt.
+
+* "ctdb natgwlist" has been replaced by a top level "ctdb natgw"
+ command that has "master", "list" and "status" subcommands
+
+* The onnode command no longer supports the "recmaster", "lvs" and
+ "natgw" node specifications
+
+* Faster resetting of TCP connections to public IP addresses during
+ failover
+
+* Tunables MaxRedirectCount, ReclockPingPeriod,
+ DeferredRebalanceOnNodeAdd are now obsolete/ignored
+
+* "ctdb listvars" now lists all variables, including the first one
+
+* "ctdb xpnn", "ctdb rebalanceip" and "ctdb rebalancenode" have been
+ removed
+
+ These are not needed because "ctdb reloadips" should do the correct
+ rebalancing.
+
+* Output for the following commands has been simplified:
+
+ ctdb getdbseqnum
+ ctdb getdebug
+ ctdb getmonmode
+ ctdb getpid
+ ctdb getreclock
+ ctdb getpid
+ ctdb pnn
+
+ These now simply print the requested output with no preamble. This
+ means that scripts no longer need to strip part of the output.
+
+ "ctdb getreclock" now prints nothing when the recovery lock is not
+ set.
+
+* Output for the following commands has been improved:
+
+ ctdb setdebug
+ ctdb uptime
+
+* "ctdb process-exists" has been updated to only take a PID argument
+
+ The PNN can be specified with -n <PNN>. Output also cleaned up.
+
+* LVS support has been reworked - related commands and configuration
+ variables have changed
+
+ "ctdb lvsmaster" and "ctdb lvs" have been replaced by a top level
+ "ctdb lvs" command that has "master", "list" and "status"
+ subcommands.
+
+ See the LVS sections in ctdb(7) and ctdbd.conf(5) for details,
+ including configuration changes.
+
+* Improved sample NFS Ganesha call-out
+
+
REMOVED FEATURES
================