ctdb-docs: Update reference to lmaster/recmaster capability options
authorMartin Schwenke <martin@meltin.net>
Mon, 4 Jun 2018 05:13:59 +0000 (15:13 +1000)
committerAmitay Isaacs <amitay@samba.org>
Mon, 4 Jun 2018 10:37:39 +0000 (12:37 +0200)
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): Mon Jun  4 12:37:39 CEST 2018 on sn-devel-144

ctdb/doc/ctdb.7.xml

index 6902e574eae1ca4244f57945ccd2f86236ef49eb..a4444c5539491048f6c0a960beb3f070da3ab7b4 100644 (file)
@@ -1035,11 +1035,13 @@ correct CIFS semantics to clients.
     </para>
 
     <para>
-       To activate a node as being a remote cluster node you need to set
-       the following two parameters in /etc/sysconfig/ctdb  for the remote node:
+       To activate a node as being a remote cluster node you need to
+       set the following two parameters in
+       /usr/local/etc/ctdb/ctdb.conf for the remote node:
         <screen format="linespecific">
-CTDB_CAPABILITY_LMASTER=no
-CTDB_CAPABILITY_RECMASTER=no
+[legacy]
+  lmaster capability = false
+  recmaster capability = false
        </screen>
     </para>