torture: convert torture_comment() -> torture_result() so we can knownfail flapping...
[Samba/wip.git] / ctdb / config / ctdb.sysconfig
blobdb34c07ef06365f3629cb6c260046d12b937a0f5
1 # Options to ctdbd, read by ctdbd_wrapper(1)
3 # See ctdbd.conf(5) for more information about CTDB configuration variables.
5 # Shared recovery lock file to avoid split brain.  No default.
7 # Do NOT run CTDB without a recovery lock file unless you know exactly
8 # what you are doing.
9 CTDB_RECOVERY_LOCK=/some/place/on/shared/storage
11 # List of nodes in the cluster.  Default is below.
12 # CTDB_NODES=/etc/ctdb/nodes
14 # List of public addresses for providing NAS services.  No default.
15 CTDB_PUBLIC_ADDRESSES=/etc/ctdb/public_addresses
17 # What services should CTDB manage?  Default is none.
18 # CTDB_MANAGES_SAMBA=yes
19 # CTDB_MANAGES_WINBIND=yes
20 # CTDB_MANAGES_NFS=yes
22 # Raise the file descriptor limit for CTDB?
23 # ulimit -n 10000
25 # Default is to use the log file below instead of syslog.
26 # CTDB_LOGFILE=/var/log/log.ctdb
27 # CTDB_SYSLOG=no
29 # Default log level is ERR.  NOTICE is a little more verbose.
30 CTDB_DEBUGLEVEL=NOTICE
32 # Set some CTDB tunable variables during CTDB startup?
33 # CTDB_SET_TraverseTimeout=60