summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2020-07-26 06:50:22 +1000
committerMartin Schwenke <martins@samba.org>2020-07-26 13:01:09 +0000
commitbbcab57955d874cd9ef09c33e207d90693dce4d5 (patch)
tree1bd20af1ef2a08bdf505ceb2b99855528a4b9a68
parentdb4b52b73e80d0408a6e064ca6623eba0648c8de (diff)
downloadsamba-bbcab57955d874cd9ef09c33e207d90693dce4d5.tar.gz
WHATSNEW: Fix description of CTDB NAT gateway and LVS changes
Oops! Using parentheses makes it harder to get this wrong. Reported-by: Volker Lendecke <vl@samba.org> Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Sun Jul 26 13:01:09 UTC 2020 on sn-devel-184
-rw-r--r--WHATSNEW.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index b278192e41d..f76aa4e79a0 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -34,10 +34,11 @@ 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.
+ determining the leader has changed to "ctdb natgw leader" (from
+ "ctdb natgw master"). The configuration keyword for indicating that
+ a node can not be the leader of a group has changed to
+ "follower-only" (from "slave-only"). Identical changes were made
+ for LVS.
REMOVED FEATURES