summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2020-07-17 20:38:12 +1000
committerAmitay Isaacs <amitay@samba.org>2020-07-24 09:58:53 +0000
commitdb4b52b73e80d0408a6e064ca6623eba0648c8de (patch)
tree518d9aaeb101f8e8362bc75f2b5567a9bbf93679
parentf37b3cf2a64e066d4f261d453233dc9a0988aed7 (diff)
downloadsamba-db4b52b73e80d0408a6e064ca6623eba0648c8de.tar.gz
WHATSNEW: Document CTDB NAT gateway and LVS changes
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): Fri Jul 24 09:58:53 UTC 2020 on sn-devel-184
-rw-r--r--WHATSNEW.txt12
1 files changed, 12 insertions, 0 deletions
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
================