diff options
author | Martin Schwenke <martin@meltin.net> | 2018-06-04 15:13:59 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2018-06-04 12:37:39 +0200 |
commit | 20644011ab095a987cdeeaba953992f308175e58 (patch) | |
tree | 0f82aba7ce8e3e43a4ca52d9cc10682d2e814615 /ctdb/doc | |
parent | 44f3bf1f6351311b6ed8ad95c1da83df25b05d9b (diff) | |
download | samba-20644011ab095a987cdeeaba953992f308175e58.tar.gz |
ctdb-docs: Update reference to lmaster/recmaster capability options
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
Diffstat (limited to 'ctdb/doc')
-rw-r--r-- | ctdb/doc/ctdb.7.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ctdb/doc/ctdb.7.xml b/ctdb/doc/ctdb.7.xml index 6902e574eae..a4444c55394 100644 --- a/ctdb/doc/ctdb.7.xml +++ b/ctdb/doc/ctdb.7.xml @@ -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> |