WHATSNEW: Fix description of CTDB NAT gateway and LVS changes
authorMartin Schwenke <martin@meltin.net>
Sat, 25 Jul 2020 20:50:22 +0000 (06:50 +1000)
committerMartin Schwenke <martins@samba.org>
Sun, 26 Jul 2020 13:01:09 +0000 (13:01 +0000)
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

WHATSNEW.txt

index b278192e41d8ec24761176f0732d53fd947cb8bd..f76aa4e79a0f22776fb4353095666ac7068b3387 100644 (file)
@@ -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