mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
17 lines
534 B
XML
17 lines
534 B
XML
<samba:parameter name="clustering"
|
|
context="G"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter specifies whether Samba should contact
|
|
ctdb for accessing its tdb files and use ctdb as a backend
|
|
for its messaging backend.
|
|
</para>
|
|
|
|
<para>Set this parameter to <value type="example">yes</value> only if
|
|
you have a cluster setup with ctdb running.
|
|
</para>
|
|
</description>
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|