merge from tridge
[metze/ctdb/wip.git] / config / ctdb.sysconfig
1 # Options to ctdbd. This is read by /etc/init.d/ctdb
2
3 # you must specify the location of a shared lock file across all the
4 # nodes. This must be on shared storage
5 # there is no default
6 # CTDB_RECOVERY_LOCK="/some/place/on/shared/storage"
7
8 # should ctdb do IP takeover? If it should, then specify a file
9 # containing the list of public IP addresses that ctdb will manage
10 # Note that these IPs must be different from those in $NODES above
11 # there is no default
12 # PUBLIC_ADDRESSES=/etc/ctdb/public_addresses
13
14 # when doing IP takeover you also must specify what network interface
15 # to use for the public addresses
16 # there is no default
17 # PUBLIC_INTERFACE=eth0
18
19 # should ctdb manage starting/stopping the Samba service for you?
20 # default is to not manage Samba
21 # CTDB_MANAGES_SAMBA=yes
22
23 # the NODES file must be specified or ctdb won't start
24 # it should contain a list of IPs that ctdb will use
25 # it must be exactly the same on all cluster nodes
26 # defaults to /etc/ctdb/nodes
27 # NODES=/etc/ctdb/nodes
28
29 # the directory to put the local ctdb database files in
30 # defaults to /var/ctdb
31 # DBDIR=/var/ctdb
32
33 # the script to run when ctdb needs to ask the OS for help,
34 # such as when a IP address needs to be taken or released
35 # defaults to /etc/ctdb/events
36 # EVENT_SCRIPT=/etc/ctdb/events
37
38 # the location of the local ctdb socket
39 # defaults to /tmp/ctdb.socket
40 # CTDB_SOCKET=/tmp/ctdb.socket
41
42 # what transport to use. Only tcp is currently supported
43 # defaults to tcp
44 # TRANSPORT="tcp"
45
46 # where to log messages
47 # the default is /var/log/log.ctdb
48 # LOGFILE=/var/log/log.ctdb
49
50 # what debug level to run at. Higher means more verbose
51 # the default is 0
52 # DEBUGLEVEL=0
53
54 # any other options you might want. Run ctdbd --help for a list
55 # CTDB_OPTIONS=
56