summaryrefslogtreecommitdiff
path: root/ctdb/doc/ctdb.conf.5.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/doc/ctdb.conf.5.xml')
-rw-r--r--ctdb/doc/ctdb.conf.5.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ctdb/doc/ctdb.conf.5.xml b/ctdb/doc/ctdb.conf.5.xml
index 840d46d86a3..316ac7f469d 100644
--- a/ctdb/doc/ctdb.conf.5.xml
+++ b/ctdb/doc/ctdb.conf.5.xml
@@ -305,6 +305,23 @@
</varlistentry>
<varlistentry>
+ <term>tdb mutexes = true|false</term>
+ <listitem>
+ <para>
+ This parameter enables TDB_MUTEX_LOCKING feature on
+ volatile databases if the robust mutexes are
+ supported. This optimizes the record locking using robust
+ mutexes and is much more efficient that using posix locks.
+ </para>
+ <para>
+ If robust mutexes are unreliable on the platform being
+ used then they can be disabled by setting this to
+ <literal>false</literal>.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>lock debug script = <parameter>FILENAME</parameter></term>
<listitem>
<para>