summaryrefslogtreecommitdiff
path: root/ctdb/utils
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2018-04-21 18:12:53 +1000
committerAmitay Isaacs <amitay@samba.org>2018-05-17 04:04:32 +0200
commit409b0b797ef345d270f1b0f55bb8691088245c20 (patch)
tree7fe6c7cc34a9139e2a1f84c81ac7e21fc516918d /ctdb/utils
parent72ba7ea887f2fe88521dd653ae618ea6738535e4 (diff)
downloadsamba-409b0b797ef345d270f1b0f55bb8691088245c20.tar.gz
ctdb-docs: Add ctdb.conf(5) cross references and documentation tweaks
Minor updates to other manual pages for compatibility. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/utils')
-rwxr-xr-xctdb/utils/etcd/ctdb_etcd_lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/utils/etcd/ctdb_etcd_lock b/ctdb/utils/etcd/ctdb_etcd_lock
index 3e7e2bffca4..000c6bb7208 100755
--- a/ctdb/utils/etcd/ctdb_etcd_lock
+++ b/ctdb/utils/etcd/ctdb_etcd_lock
@@ -20,10 +20,10 @@
This script is intended to be run as a mutex helper for CTDB. It will try to
connect to an existing etcd cluster and grab an etcd.Lock() to function as
CTDB's recovery lock. Please see ctdb/doc/cluster_mutex_helper.txt for
-details on what we're SUPPOSED to be doing. :) To use this, include the
-following line in your CTDB config file:
+details on what we're SUPPOSED to be doing. :) To use this, include
+the following line in the ctdb.conf:
-CTDB_RECOVERY_LOCK="!/path/to/script"
+ recovery lock = !/path/to/script
You can also pass "-v", "-vv", or "-vvv" to include verbose output in the
CTDB log. Additional "v"s indicate increases in verbosity.