ctdb-daemon: Avoid spurious error sending ARPs for released IP
[samba.git] / ctdb / config / ctdb.conf
blob8e1b376097304f43cd8fa01c68b035489270181d
1 # See ctdb.conf(5) for documentation
3 # See ctdb-script.options(5) for documentation about event script
4 # options
6 [logging]
7         # Enable logging to syslog
8         # location = syslog
10         # Default log level
11         # log level = NOTICE
13 [cluster]
14         # Shared cluster lock file to avoid split brain.  Daemon
15         # default is no cluster lock.  Do NOT run CTDB without a
16         # cluster lock file unless you know exactly what you are
17         # doing.
18         #
19         # Please see the CLUSTER LOCK section in ctdb(7) for more
20         # details.
21         #
22         # cluster lock = !/bin/false CLUSTER LOCK NOT CONFIGURED