blob: 40cd3fb4634a0888c7fa36162689268d73147eb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<samba:parameter name="ctdbd socket"
context="G"
type="string"
function="_ctdbd_socket"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
In a test environment, this parameter can be used when
<value type="example">clustering=yes</value> to specify an alternate
location for the CTDB Unix domain socket.
</para>
<para>
This parameter should not be set in production environments. If it
is not set then the (correct) build-time default is used.
</para>
</description>
<value type="default"></value>
<value type="example">/var/run/altctdb/ctdbd.socket</value>
</samba:parameter>
|