From: Martin Schwenke Date: Fri, 17 Jul 2020 10:38:12 +0000 (+1000) Subject: WHATSNEW: Document CTDB NAT gateway and LVS changes X-Git-Tag: talloc-2.3.2~991 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db4b52b73e80d0408a6e064ca6623eba0648c8de;p=thirdparty%2Fsamba.git WHATSNEW: Document CTDB NAT gateway and LVS changes Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs Autobuild-User(master): Amitay Isaacs Autobuild-Date(master): Fri Jul 24 09:58:53 UTC 2020 on sn-devel-184 --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index e7b46a7b159..b278192e41d 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -28,6 +28,18 @@ This is now done implicitly when over TLS, so "client ldap sasl wrapping" does not need to be set to "plain" in order for it to work. +CTDB CHANGES +============ + +* The NAT gateway and LVS features now uses the term "leader" to refer + to the main node in a group through which traffic is routed and + "follower" for other members of a group. The command for + determining the leader has changed to "ctdb natgw master" from + "ctdb natgw leader". The "slave-only" configuration element has + changed to "follower-only" from "slave-only". Identical changes + were made for LVS. + + REMOVED FEATURES ================