torture/attr: use security_ace_equal instead of sec_ace_equal
[samba.git] / ctdb / config / ctdb.sysconfig
1 # Options to ctdbd, read by ctdbd_wrapper(1)
2 #
3 # See ctdbd.conf(5) for more information about CTDB configuration variables.
4
5 # Shared recovery lock file to avoid split brain.  No default.
6 #
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
10
11 # List of nodes in the cluster.  Default is below.
12 # CTDB_NODES=/etc/ctdb/nodes
13
14 # List of public addresses for providing NAS services.  No default.
15 CTDB_PUBLIC_ADDRESSES=/etc/ctdb/public_addresses
16
17 # What services should CTDB manage?  Default is none.
18 # CTDB_MANAGES_SAMBA=yes
19 # CTDB_MANAGES_WINBIND=yes
20 # CTDB_MANAGES_NFS=yes
21
22 # Raise the file descriptor limit for CTDB?
23 # ulimit -n 10000
24
25 # Default is to use the log file below instead of syslog.
26 # CTDB_LOGFILE=/var/log/log.ctdb
27 # CTDB_SYSLOG=no
28
29 # Default log level is ERR.  NOTICE is a little more verbose.
30 CTDB_DEBUGLEVEL=NOTICE
31
32 # Set some CTDB tunable variables during CTDB startup?
33 # CTDB_SET_TraverseTimeout=60