summaryrefslogtreecommitdiff
path: root/ctdb/config/ctdbd.conf
blob: 2d525c528fdf210d3b68faced19b9458a32fb179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Options to ctdbd, read by ctdbd_wrapper(1)
#
# See ctdbd.conf(5) for more information about CTDB configuration variables.

# Shared recovery lock file to avoid split brain.  No default.
#
# Do NOT run CTDB without a recovery lock file unless you know exactly
# what you are doing.
# CTDB_RECOVERY_LOCK=/some/place/on/shared/storage

# List of nodes in the cluster.  Default is below.
# CTDB_NODES=/etc/ctdb/nodes

# List of public addresses for providing NAS services.  No default.
# CTDB_PUBLIC_ADDRESSES=/etc/ctdb/public_addresses

# What services should CTDB manage?  Default is none.
# CTDB_MANAGES_SAMBA=yes
# CTDB_MANAGES_WINBIND=yes
# CTDB_MANAGES_NFS=yes

# Raise the file descriptor limit for CTDB?
# CTDB_MAX_OPEN_FILES=10000

# Default is to use the log file below instead of syslog.
# CTDB_LOGGING=file:/var/log/log.ctdb

# Default log level is NOTICE.  Want less logging?
# CTDB_DEBUGLEVEL=ERR

# Set some CTDB tunable variables during CTDB startup?
# CTDB_SET_TDBMutexEnabled=0