e75c65c7fd78cfca4535dfe9387e3c6e4efc36c7
[samba.git] / ctdb / config / ctdbd.conf
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 # CTDB_MAX_OPEN_FILES=10000
24
25 # Default is to use the log file below instead of syslog.
26 # CTDB_LOGGING=file:/var/log/log.ctdb
27
28 # Default log level is NOTICE.  Want less logging?
29 # CTDB_DEBUGLEVEL=ERR
30
31 # Set some CTDB tunable variables during CTDB startup?
32 # CTDB_SET_TDBMutexEnabled=1