From: Martin Schwenke Date: Sat, 25 Jul 2020 20:50:22 +0000 (+1000) Subject: WHATSNEW: Fix description of CTDB NAT gateway and LVS changes X-Git-Tag: talloc-2.3.2~990 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbcab57955d874cd9ef09c33e207d90693dce4d5;p=thirdparty%2Fsamba.git WHATSNEW: Fix description of CTDB NAT gateway and LVS changes Oops! Using parentheses makes it harder to get this wrong. Reported-by: Volker Lendecke Signed-off-by: Martin Schwenke Reviewed-by: Volker Lendecke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Sun Jul 26 13:01:09 UTC 2020 on sn-devel-184 --- 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