1 <?xml version="1.0" encoding="iso-8859-1"?>
3 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
4 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
6 <refentry id="ctdbd.conf.5">
9 <refentrytitle>ctdbd.conf</refentrytitle>
10 <manvolnum>5</manvolnum>
11 <refmiscinfo class="source">ctdb</refmiscinfo>
12 <refmiscinfo class="manual">CTDB - clustered TDB database</refmiscinfo>
16 <refname>ctdbd.conf</refname>
17 <refpurpose>CTDB daemon configuration file</refpurpose>
21 <title>DESCRIPTION</title>
24 This file contains CTDB configuration variables that are affect
25 the operation of CTDB. The default location of this file is
26 <filename>/etc/ctdb/ctdbd.conf</filename>.
30 This file is a shell script (see
31 <citerefentry><refentrytitle>sh</refentrytitle>
32 <manvolnum>1</manvolnum></citerefentry>) but is usually limited
33 to simple variable assignments and shell-style comments.
37 CTDB configuration variables are grouped into several categories below.
41 Variables defined in this document can also be set in a
42 distribution-specific configuration file such as
43 <filename>/etc/sysconfig/ctdb</filename> (Red Hat) or
44 <filename>/etc/default/ctdb</filename> (Debian). However, these
45 files should be reserved for variables used by the initscript.
46 A historical alternative is
47 <filename>/etc/ctdb/sysconfig/ctdb</filename> - this is
55 INITSCRIPT CONFIGURATION
59 Some options must be available to the initscript so they need to
60 be set in the distribution-specific initscript configuration,
61 such as <filename>/etc/sysconfig/ctdb</filename> or
62 <filename>/etc/default/ctdb</filename>.
68 <term>CTDB_PIDFILE=<parameter>FILENAME</parameter></term>
71 FILENAME is the name of the file used to contain the
72 process ID (PID) of the main CTDB daemon when it is
73 running. This is passed from the initscript to
74 <citerefentry><refentrytitle>ctdbd_wrapper</refentrytitle>
75 <manvolnum>1</manvolnum></citerefentry>.
79 Default is <filename>/var/run/ctdb/ctdbd.pid</filename>.
80 Corresponds to <option>--pidfile</option>.
94 These options may be used in the initscripts, daemon and
101 <term>CTDB_BASE=<parameter>DIRECTORY</parameter></term>
104 DIRECTORY containing CTDB scripts and configuration files.
110 <term>CTDB_VARDIR=<parameter>DIRECTORY</parameter></term>
113 DIRECTORY containing CTDB files that are modified at
117 Defaults to <filename>/var/ctdb</filename>, unless
118 <filename>/var/lib/ctdb</filename> already exists in which
134 Variables in this section are processed by
135 <citerefentry><refentrytitle>ctdbd_wrapper</refentrytitle>
136 <manvolnum>1</manvolnum></citerefentry> and are converted into
137 command-line arguments to
138 <citerefentry><refentrytitle>ctdbd</refentrytitle>
139 <manvolnum>1</manvolnum></citerefentry>. Correspondence with
140 <citerefentry><refentrytitle>ctdbd</refentrytitle>
141 <manvolnum>1</manvolnum></citerefentry> options is shown for
142 each variable. The the documentation for the relevant options
147 Many of these variables are also used by event scripts.
153 <term>CTDB_CAPABILITY_LMASTER=yes|no</term>
156 Defaults to yes. Corresponds to <option>--no-lmaster</option>.
162 <term>CTDB_CAPABILITY_RECMASTER=yes|no</term>
165 Defaults to yes. Corresponds to
166 <option>--no-recmaster</option>.
172 <term>CTDB_DBDIR=<parameter>DIRECTORY</parameter></term>
175 Defaults to <varname>CTDB_VARDIR</varname>. Corresponds to
176 <option>--dbdir</option>.
182 <term>CTDB_DBDIR_PERSISTENT=<parameter>DIRECTORY</parameter></term>
185 Defaults to <varname>CTDB_VARDIR</varname>/persistent.
186 Corresponds to <option>--dbdir-persistent</option>.
192 <term>CTDB_DBDIR_STATE=<parameter>DIRECTORY</parameter></term>
195 Defaults to <varname>CTDB_VARDIR</varname>/state.
196 Corresponds to <option>--dbdir-state</option>.
202 <term>CTDB_DEBUGLEVEL=<parameter>DEBUGLEVEL</parameter></term>
205 Default is NOTICE (2). Corresponds to <option>-d</option> or
206 <option>--debug</option>.
212 <term>CTDB_EVENT_SCRIPT_DIR=<parameter>DIRECTORY</parameter></term>
215 Default is <varname>CTDB_BASE</varname>/events.d, so usually
216 <filename>/etc/ctdb/events.d</filename>. Corresponds to
217 <option>--event-script-dir</option>.
223 <term>CTDB_LOGGING=<parameter>STRING</parameter></term>
226 STRING specifies where ctdbd will write its log. The
227 default is file:<filename>/var/log/log.ctdb</filename> or
228 similar - the prefix may differ depending on how CTDB was
229 built. Corresponds to <option>--logging</option>.
236 <term>file:<parameter>FILENAME</parameter></term>
239 FILENAME where ctdbd will write its log. This is usually
240 <filename>/var/log/log.ctdb</filename>.
245 <term>syslog<optional>:<parameter>METHOD</parameter></optional></term>
248 CTDB will log to syslog. By default this will use
252 If METHOD is specified then it specifies an
253 extension that causes logging to be done in a
254 non-blocking fashion. This can be useful under
255 heavy loads that might cause the syslog daemon to
256 dequeue messages too slowly, which would otherwise
257 cause CTDB to block when logging. METHOD must be
262 <term>nonblocking</term>
265 CTDB will log to syslog via
266 <filename>/dev/log</filename> in non-blocking
275 CTDB will log to syslog via UDP to
276 localhost:514. The syslog daemon must be
277 configured to listen on (at least)
278 localhost:514. Most implementations will log
279 the messages against hostname "localhost" -
280 this is a limit of the implementation for
281 compatibility with more syslog daemon
287 <term>udp-rfc5424</term>
290 As with "udp" but messages are sent in RFC5424
291 format. This method will log the correct
292 hostname but is not as widely implemented in
305 <term>CTDB_LVS_PUBLIC_IP=<parameter>IPADDR</parameter></term>
308 No default. Corresponds to "<option>--lvs</option>
309 <option>--single-public-ip IPADDR"</option>.
315 <term>CTDB_NODES=<parameter>FILENAME</parameter></term>
318 Default is <varname>CTDB_BASE</varname>/nodes, so usually
319 <filename>/etc/ctdb/nodes</filename>. Corresponds to
320 <option>--nlist</option>.
326 <term>CTDB_NOTIFY_SCRIPT=<parameter>FILENAME</parameter></term>
330 <filename>/etc/ctdb/notify.sh</filename>. Corresponds to
331 <option>--notification-script</option>.
337 <term>CTDB_MAX_PERSISTENT_CHECK_ERRORS=<parameter>NUM</parameter></term>
340 Default 0. Corresponds to
341 <option>--max-persistent-check-errors</option>.
347 <term>CTDB_NODE_ADDRESS=<parameter>FILENAME</parameter></term>
350 IPADDR is the private IP address that ctdbd will bind to.
351 Corresponds to <option>--listen</option>.
354 By default ctdbd will select the first address from the
355 nodes list that in can bind to. See also
356 <citetitle>CTDB_NODES</citetitle>.
359 This option is only required when automatic address
360 detection can not be used. This can be the case when
361 running multiple ctdbd daemons/nodes on the same physical
362 host (usually for testing), using InfiniBand for the
363 private network or on Linux when sysctl
364 net.ipv4.ip_nonlocal_bind=1.
370 <term>CTDB_PUBLIC_ADDRESSES=<parameter>FILENAME</parameter></term>
374 <filename>/etc/ctdb/public_addresses</filename>.
375 Corresponds to <option>--public-addresses</option>.
381 <term>CTDB_PUBLIC_INTERFACE=<parameter>INTERFACE</parameter></term>
384 No default. Corresponds to
385 <option>--public-interface</option>.
391 <term>CTDB_RECOVERY_LOCK=<parameter>FILENAME</parameter></term>
395 <filename>/some/place/on/shared/storage</filename>, which
396 should be change to a useful value. Corresponds to
397 <option>--reclock</option>.
400 For information about the recovery lock please see the
401 <citetitle>RECOVERY LOCK</citetitle> section in
402 <citerefentry><refentrytitle>ctdb</refentrytitle>
403 <manvolnum>7</manvolnum></citerefentry>.
409 <term>CTDB_SCRIPT_LOG_LEVEL=<parameter>DEBUGLEVEL</parameter></term>
412 Defaults to ERR (0). Corresponds to
413 <option>--script-log-level</option>.
419 <term>CTDB_SOCKET=<parameter>FILENAME</parameter></term>
422 Defaults to <filename>/tmp/ctdb.socket</filename>.
423 Corresponds to <option>--socket</option>.
426 If you change this then you probably want to set this in
427 root's enviroment (perhaps in a file in
428 <filename>/etc/profile.d</filename>) so that you can use
429 the <citerefentry><refentrytitle>ctdb</refentrytitle>
430 <manvolnum>1</manvolnum></citerefentry> command in a
431 straightforward manner.
437 <term>CTDB_START_AS_DISABLED=yes|no</term>
440 Default is no. Corresponds to
441 <option>--start-as-disabled</option>.
447 <term>CTDB_START_AS_STOPPED=yes|no</term>
450 Default is no. Corresponds to
451 <option>--start-as-stopped</option>.
457 <term>CTDB_TRANSPORT=tcp|infiniband</term>
460 Defaults to tcp. Corresponds to
461 <option>--transport</option>.
469 While the following variables do not translate into daemon
470 options they are used by
471 <citerefentry><refentrytitle>ctdbd_wrapper</refentrytitle>
472 <manvolnum>1</manvolnum></citerefentry> when starting and
473 stopping <citerefentry><refentrytitle>ctdbd</refentrytitle>
474 <manvolnum>1</manvolnum></citerefentry>.
480 <term>CTDB_SHUTDOWN_TIMEOUT=<parameter>NUM</parameter></term>
483 NUM is the number of seconds to wait for
484 <citerefentry><refentrytitle>ctdbd</refentrytitle>
485 <manvolnum>1</manvolnum></citerefentry> to shut down
486 gracefully before giving up and killing it.
496 <term>CTDB_STARTUP_TIMEOUT=<parameter>NUM</parameter></term>
499 NUM is the number of seconds to wait for
500 <citerefentry><refentrytitle>ctdbd</refentrytitle>
501 <manvolnum>1</manvolnum></citerefentry> complete early
502 initialisation up to a point where it is unlikely to
503 abort. If <command>ctdbd</command> doesn't complete the
504 "setup" event before this timeout then it is killed.
517 <title>NETWORK CONFIGURATION</title>
520 <title>NAT GATEWAY</title>
523 NAT gateway is used to configure fallback routing for nodes
524 when they do not host any public IP addresses. For example,
525 it allows unhealthy nodes to reliably communicate with
526 external infrastructure. One node in a NAT gateway group will
527 be designated as the NAT gateway master node and other (slave)
528 nodes will be configured with fallback routes via the NAT
529 gateway master node. For more information, see the
530 <citetitle>NAT GATEWAY</citetitle> section in
531 <citerefentry><refentrytitle>ctdb</refentrytitle>
532 <manvolnum>7</manvolnum></citerefentry>.
538 <term>CTDB_NATGW_DEFAULT_GATEWAY=<parameter>IPADDR</parameter></term>
541 IPADDR is an alternate network gateway to use on the NAT
542 gateway master node. If set, a fallback default route
543 is added via this network gateway.
546 No default. Setting this variable is optional - if not
547 set that no route is created on the NAT gateway master
554 <term>CTDB_NATGW_NODES=<parameter>FILENAME</parameter></term>
557 FILENAME contains the list of nodes that belong to the
558 same NAT gateway group.
563 <parameter>IPADDR</parameter>
568 <filename>/etc/ctdb/natgw_nodes</filename> when enabled.
574 <term>CTDB_NATGW_PRIVATE_NETWORK=<parameter>IPADDR/MASK</parameter></term>
577 IPADDR/MASK is the private sub-network that is
578 internally routed via the NAT gateway master node. This
579 is usually the private network that is used for node
589 <term>CTDB_NATGW_PUBLIC_IFACE=<parameter>IFACE</parameter></term>
592 IFACE is the network interface on which the
593 CTDB_NATGW_PUBLIC_IP will be configured.
602 <term>CTDB_NATGW_PUBLIC_IP=<parameter>IPADDR/MASK</parameter></term>
605 IPADDR/MASK indicates the IP address that is used for
606 outgoing traffic (originating from
607 CTDB_NATGW_PRIVATE_NETWORK) on the NAT gateway master
608 node. This <emphasis>must not</emphasis> be a
609 configured public IP address.
618 <term>CTDB_NATGW_SLAVE_ONLY=yes|no</term>
621 When set to "yes" a node can not be a NAT gateway master
623 <varname>CTDB_NATGW_PUBLIC_IFACE</varname> and
624 <varname>CTDB_NATGW_PUBLIC_IP</varname> are optional
634 <term>CTDB_NATGW_STATIC_ROUTES=<parameter>IPADDR/MASK[@GATEWAY]</parameter> ...</term>
637 Each IPADDR/MASK identifies a network or host to which
638 NATGW should create a fallback route, instead of
639 creating a single default route. This can be used when
640 there is already a default route, via an interface that
641 can not reach required infrastructure, that overrides
642 the NAT gateway default route.
645 If GATEWAY is specified then the corresponding route on
646 the NATGW master node will be via GATEWAY. Such routes
648 <varname>CTDB_NATGW_DEFAULT_GATEWAY</varname> is not
649 specified. If GATEWAY is not specified for some
650 networks then routes are only created on the NATGW
651 master node for those networks if
652 <varname>CTDB_NATGW_DEFAULT_GATEWAY</varname> is
656 This should be used with care to avoid causing traffic
657 to unnecessarily double-hop through the NAT gateway
658 master, even when a node is hosting public IP addresses.
659 Each specified network or host should probably have a
660 corresponding automatically created link route or static
672 <title>Example</title>
674 CTDB_NATGW_NODES=/etc/ctdb/natgw_nodes
675 CTDB_NATGW_PRIVATE_NETWORK=192.168.1.0/24
676 CTDB_NATGW_DEFAULT_GATEWAY=10.0.0.1
677 CTDB_NATGW_PUBLIC_IP=10.0.0.227/24
678 CTDB_NATGW_PUBLIC_IFACE=eth0
682 A variation that ensures that infrastructure (ADS, DNS, ...)
683 directly attached to the public network (10.0.0.0/24) is
684 always reachable would look like this:
687 CTDB_NATGW_NODES=/etc/ctdb/natgw_nodes
688 CTDB_NATGW_PRIVATE_NETWORK=192.168.1.0/24
689 CTDB_NATGW_PUBLIC_IP=10.0.0.227/24
690 CTDB_NATGW_PUBLIC_IFACE=eth0
691 CTDB_NATGW_STATIC_ROUTES=10.0.0.0/24
694 Note that <varname>CTDB_NATGW_DEFAULT_GATEWAY</varname> is
702 <title>POLICY ROUTING</title>
705 A node running CTDB may be a component of a complex network
706 topology. In particular, public addresses may be spread
707 across several different networks (or VLANs) and it may not be
708 possible to route packets from these public addresses via the
709 system's default route. Therefore, CTDB has support for
710 policy routing via the <filename>13.per_ip_routing</filename>
711 eventscript. This allows routing to be specified for packets
712 sourced from each public address. The routes are added and
713 removed as CTDB moves public addresses between nodes.
717 For more information, see the <citetitle>POLICY
718 ROUTING</citetitle> section in
719 <citerefentry><refentrytitle>ctdb</refentrytitle>
720 <manvolnum>7</manvolnum></citerefentry>.
725 <term>CTDB_PER_IP_ROUTING_CONF=<parameter>FILENAME</parameter></term>
728 FILENAME contains elements for constructing the desired
729 routes for each source address.
733 The special FILENAME value
734 <constant>__auto_link_local__</constant> indicates that no
735 configuration file is provided and that CTDB should
736 generate reasonable link-local routes for each public IP
743 <parameter>IPADDR</parameter> <parameter>DEST-IPADDR/MASK</parameter> <optional><parameter>GATEWAY-IPADDR</parameter></optional>
749 <filename>/etc/ctdb/policy_routing</filename> when enabled.
755 <term>CTDB_PER_IP_ROUTING_RULE_PREF=<parameter>NUM</parameter></term>
758 NUM sets the priority (or preference) for the routing
759 rules that are added by CTDB.
763 This should be (strictly) greater than 0 and (strictly)
764 less than 32766. A priority of 100 is recommended, unless
765 this conflicts with a priority already in use on the
767 <citerefentry><refentrytitle>ip</refentrytitle>
768 <manvolnum>8</manvolnum></citerefentry>, for more details.
775 CTDB_PER_IP_ROUTING_TABLE_ID_LOW=<parameter>LOW-NUM</parameter>,
776 CTDB_PER_IP_ROUTING_TABLE_ID_HIGH=<parameter>HIGH-NUM</parameter>
780 CTDB determines a unique routing table number to use for
781 the routing related to each public address. LOW-NUM and
782 HIGH-NUM indicate the minimum and maximum routing table
783 numbers that are used.
787 <citerefentry><refentrytitle>ip</refentrytitle>
788 <manvolnum>8</manvolnum></citerefentry> uses some
789 reserved routing table numbers below 255. Therefore,
790 CTDB_PER_IP_ROUTING_TABLE_ID_LOW should be (strictly)
795 CTDB uses the standard file
796 <filename>/etc/iproute2/rt_tables</filename> to maintain
797 a mapping between the routing table numbers and labels.
798 The label for a public address
799 <replaceable>ADDR</replaceable> will look like
800 ctdb.<replaceable>addr</replaceable>. This means that
801 the associated rules and routes are easy to read (and
806 No default, usually 1000 and 9000.
813 <title>Example</title>
815 CTDB_PER_IP_ROUTING_CONF=/etc/ctdb/policy_routing
816 CTDB_PER_IP_ROUTING_RULE_PREF=100
817 CTDB_PER_IP_ROUTING_TABLE_ID_LOW=1000
818 CTDB_PER_IP_ROUTING_TABLE_ID_HIGH=9000
825 <title>MISCELLANEOUS NETWORK CONFIGURATION</title>
830 <term>CTDB_PARTIALLY_ONLINE_INTERFACES=yes|no</term>
833 Whether one or more offline interfaces should cause a
834 monitor event to fail if there are other interfaces that
835 are up. If this is "yes" and a node has some interfaces
836 that are down then <command>ctdb status</command> will
837 display the node as "PARTIALLYONLINE".
852 <title>SERVICE CONFIGURATION</title>
855 CTDB can be configured to manage and/or monitor various NAS (and
856 other) services via its eventscripts.
860 In the simplest case CTDB will manage a service. This means the
861 service will be started and stopped along with CTDB, CTDB will
862 monitor the service and CTDB will do any required
863 reconfiguration of the service when public IP addresses are
871 <title>Eventscripts</title>
874 <member><filename>49.winbind</filename></member>
875 <member><filename>50.samba</filename></member>
882 <term>CTDB_MANAGES_SAMBA=yes|no</term>
885 Should CTDB manage Samba?
894 <term>CTDB_MANAGES_WINBIND=yes|no</term>
897 Should CTDB manage Winbind?
906 <term>CTDB_SAMBA_CHECK_PORTS=<parameter>PORT-LIST</parameter></term>
909 When monitoring Samba, check TCP ports in
910 space-separated PORT-LIST.
913 Default is to monitor ports that Samba is configured to listen on.
919 <term>CTDB_SAMBA_SKIP_SHARE_CHECK=yes|no</term>
922 As part of monitoring, should CTDB skip the check for
923 the existence of each directory configured as share in
924 Samba. This may be desirable if there is a large number
934 <term>CTDB_SERVICE_NMB=<parameter>SERVICE</parameter></term>
937 Distribution specific SERVICE for managing nmbd.
940 Default is distribution-dependant.
945 <term>CTDB_SERVICE_SMB=<parameter>SERVICE</parameter></term>
948 Distribution specific SERVICE for managing smbd.
951 Default is distribution-dependant.
957 <term>CTDB_SERVICE_WINBIND=<parameter>SERVICE</parameter></term>
960 Distribution specific SERVICE for managing winbindd.
963 Default is "winbind".
976 This includes parameters for the kernel NFS server.
977 Alternative NFS subsystems (such as <ulink
978 url="https://github.com/nfs-ganesha/nfs-ganesha/wiki">NFS-Ganesha</ulink>)
979 can be integrated using <varname>CTDB_NFS_CALLOUT</varname>.
983 <title>Eventscript</title>
986 <member><filename>60.nfs</filename></member>
993 <term>CTDB_CLUSTER_FILESYSTEM_TYPE=gpfs</term>
996 The type of cluster filesystem to use with NFS-ganesha.
997 Currently only "gpfs" is supported.
1006 <term>CTDB_MANAGES_NFS=yes|no</term>
1009 Should CTDB manage NFS?
1018 <term>CTDB_NFS_CALLOUT=<parameter>COMMAND</parameter></term>
1021 COMMAND specifies the path to a callout to handle
1022 interactions with the configured NFS system, including
1023 startup, shutdown, monitoring.
1026 Default is the included
1027 <command>nfs-linux-kernel-callout</command>.
1033 <term>CTDB_NFS_SKIP_SHARE_CHECK=yes|no</term>
1036 As part of monitoring, should CTDB skip the check for
1037 the existence of each directory exported via NFS. This
1038 may be desirable if there is a large number of exports.
1047 <term>CTDB_RPCINFO_LOCALHOST=<parameter>IPADDR</parameter>|<parameter>HOSTNAME</parameter></term>
1050 IPADDR or HOSTNAME indicates the address that
1051 <command>rpcinfo</command> should connect to when doing
1052 <command>rpcinfo</command> check on IPv4 RPC service during
1053 monitoring. Optimally this would be "localhost".
1054 However, this can add some performance overheads.
1057 Default is "127.0.0.1".
1063 <term>CTDB_RPCINFO_LOCALHOST6=<parameter>IPADDR</parameter>|<parameter>HOSTNAME</parameter></term>
1066 IPADDR or HOSTNAME indicates the address that
1067 <command>rpcinfo</command> should connect to when doing
1068 <command>rpcinfo</command> check on IPv6 RPC service
1069 during monitoring. Optimally this would be "localhost6"
1070 (or similar). However, this can add some performance
1084 <title>APACHE HTTPD</title>
1087 CTDB can manage the Apache web server.
1091 <title>Eventscript</title>
1094 <member><filename>41.httpd</filename></member>
1100 <term>CTDB_MANAGES_HTTPD=yes|no</term>
1103 Should CTDB manage the Apache web server?
1114 <title>CLAMAV</title>
1117 CTDB has support to manage the popular anti-virus daemon
1122 <title>Eventscript</title>
1125 <member><filename>31.clamd</filename></member>
1129 This eventscript is not enabled by default. Use
1130 <command>ctdb enablescript</command> to enable it.
1138 <term>CTDB_MANAGES_CLAMD=yes|no</term>
1141 Should CTDB manage ClamAV?
1150 <term>CTDB_CLAMD_SOCKET=<parameter>FILENAME</parameter></term>
1153 FILENAME is the socket to monitor ClamAV.
1166 <title>ISCSI</title>
1169 CTDB has support for managing the Linux iSCSI tgtd service.
1173 <title>Eventscript</title>
1176 <member><filename>70.iscsi</filename></member>
1183 <term>CTDB_MANAGES_ISCSI=yes|no</term>
1186 Should CTDB manage iSCSI tgtd?
1195 <term>CTDB_START_ISCSI_SCRIPTS=<parameter>DIRECTORY</parameter></term>
1198 DIRECTORY on shared storage containing scripts to start
1199 tgtd for each public IP address.
1210 <title>MULTIPATHD</title>
1213 CTDB can monitor multipath devices to ensure that active paths
1218 <title>Eventscript</title>
1221 <member><filename>20.multipathd</filename></member>
1225 This eventscript is not enabled by default. Use
1226 <command>ctdb enablescript</command> to enable it.
1232 <term>CTDB_MONITOR_MPDEVICES=<parameter>MP-DEVICE-LIST</parameter></term>
1235 MP-DEVICE-LIST is a list of multipath devices for CTDB to monitor?
1246 <title>VSFTPD</title>
1249 CTDB can manage the vsftpd FTP server.
1253 <title>Eventscript</title>
1256 <member><filename>40.vsftpd</filename></member>
1262 <term>CTDB_MANAGES_VSFTPD=yes|no</term>
1265 Should CTDB manage the vsftpd FTP server?
1277 SYSTEM RESOURCE MONITORING CONFIGURATION
1281 CTDB can experience seemingly random (performance and other)
1282 issues if system resources become too contrained. Options in
1283 this section can be enabled to allow certain system resources to
1288 <title>Eventscripts</title>
1291 <member><filename>00.ctdb</filename></member>
1292 <member><filename>40.fs_use</filename></member>
1296 Filesystem usage monitoring is in
1297 <filename>40.fs_use</filename>. This eventscript is not
1298 enabled by default. Use <command>ctdb
1299 enablescript</command> to enable it.
1306 <term>CTDB_CHECK_FS_USE=<parameter>FS-LIMIT-LIST</parameter></term>
1309 FS-LIMIT-LIST is a space-separated list of
1310 <parameter>FILESYSTEM</parameter>:<parameter>LIMIT</parameter>
1311 pairs indicating that a node should be flagged unhealthy
1312 if the space used on FILESYSTEM reaches LIMIT%.
1320 Note that this feature uses the
1321 <filename>40.fs_use</filename> eventscript, which is not
1322 enabled by default. Use <command>ctdb
1323 enablescript</command> to enable it.
1329 <term>CTDB_CHECK_SWAP_IS_NOT_USED=yes|no</term>
1332 Should a warning be logged if swap space is in use.
1341 <term>CTDB_MONITOR_FREE_MEMORY=<parameter>NUM</parameter></term>
1344 NUM is a lower limit on available system memory, expressed
1345 in megabytes. If this is set and the amount of available
1346 memory falls below this limit then some debug information
1347 will be logged, the node will be disabled and then CTDB
1357 <term>CTDB_MONITOR_FREE_MEMORY_WARN=<parameter>NUM</parameter></term>
1360 NUM is a lower limit on available system memory, expressed
1361 in megabytes. If this is set and the amount of available
1362 memory falls below this limit then a warning will be
1375 <title>MISCELLANEOUS SERVICE-RELATED CONFIGURATION</title>
1380 <term>CTDB_MANAGED_SERVICES=<parameter>SERVICE-LIST</parameter></term>
1383 SERVICE-LIST is a space-separated list of SERVICEs that
1384 CTDB should manage. This can be used as an alternative
1386 <varname>CTDB_MANAGES_<replaceable>SERVICE</replaceable></varname>
1396 <term>CTDB_SERVICE_AUTOSTARTSTOP=yes|no</term>
1399 When CTDB should start and stop services if they become
1400 managed or unmanaged.
1416 TUNABLES CONFIGURATION
1421 <citerefentry><refentrytitle>ctdbd-tunables</refentrytitle>
1422 <manvolnum>7</manvolnum></citerefentry>) can be set from the
1423 configuration file. They are set as follows:
1426 CTDB_SET_<replaceable>TUNABLE</replaceable>=<replaceable>VALUE</replaceable>
1433 <screen format="linespecific">
1434 CTDB_SET_MonitorInterval=20
1445 Variable in this section are for debugging and testing CTDB.
1446 They should not generally be needed.
1452 <term>CTDB_DEBUG_HUNG_SCRIPT=<parameter>FILENAME</parameter></term>
1455 FILENAME is a script to run to log debug information when
1456 an event script times out.
1459 Default is <filename><varname>CTDB_BASE</varname>/debug-hung-script.sh</filename>.
1465 <term>CTDB_DEBUG_HUNG_SCRIPT_LOGFILE=<parameter>FILENAME</parameter></term>
1468 FILENAME specifies where log messages should go when
1469 debugging hung eventscripts. This is a testing option.
1470 See also <citetitle>CTDB_DEBUG_HUNG_SCRIPT</citetitle>.
1473 No default. Messages go to stdout/stderr and are logged
1474 to the same place as other CTDB log messages.
1480 <term>CTDB_DEBUG_HUNG_SCRIPT_STACKPAT=<parameter>REGEXP</parameter></term>
1483 REGEXP specifies interesting processes for which stack
1484 traces should be logged when debugging hung eventscripts
1485 and those processes are matched in pstree output. REGEXP
1486 is an extended regexp so choices are separated by pipes
1487 ('|'). However, REGEXP should not contain parentheses.
1488 See also <citetitle>CTDB_DEBUG_HUNG_SCRIPT</citetitle>.
1491 Default is "exportfs|rpcinfo".
1497 <term>CTDB_DEBUG_LOCKS=<parameter>FILENAME</parameter></term>
1500 FILENAME is a script to run to log debug information when
1501 an CTDB fails to freeze databases during recovery.
1505 <filename><varname>CTDB_BASE</varname>/debug_locks.sh</filename>.
1511 <term>CTDB_ETCDIR=<parameter>DIRECTORY</parameter></term>
1514 DIRECTORY containing system configuration files. This is
1515 used to provide alternate configuration when testing and
1516 should not need to be changed from the default.
1519 Default is <filename>/etc</filename>.
1525 <term>CTDB_INIT_STYLE=debian|redhat|suse</term>
1528 This is the init style used by the Linux distribution (or
1529 other operating system) being used. This is usually
1530 determined dynamically by checking the system. This
1531 variable is used by the initscript to determine which init
1532 system primitives to use. It is also used by some
1533 eventscripts to choose the name of initscripts for certain
1534 services, since these can vary between distributions.
1540 If this option needs to be changed from the calculated
1541 default for the initscript to function properly, then it
1542 must be set in the distribution-specific initscript
1543 configuration, such as
1544 <filename>/etc/sysconfig/ctdb</filename>
1550 <term>CTDB_MAX_CORRUPT_DB_BACKUPS=<parameter>NUM</parameter></term>
1553 NUM is the maximum number of volatile TDB database backups
1554 to be kept (for each database) when a corrupt database is
1555 found during startup. Volatile TDBs are zeroed during
1556 startup so backups are needed to debug any corruption that
1557 occurs before a restart.
1566 <term>CTDB_MAX_OPEN_FILES=<parameter>NUM</parameter></term>
1569 NUM is the maximum number of open files.
1572 There is no default.
1578 <term>CTDB_RC_LOCAL=<parameter>FILENAME</parameter></term>
1581 FILENAME is a script fragment to be sourced by the
1582 <filename>functions</filename> that is sourced by scripts.
1583 On example use would be to override function definitions
1584 in unit tests. As a sanity check, this file must be
1585 executable for it to be used.
1594 <term>CTDB_RUN_TIMEOUT_MONITOR=yes|no</term>
1597 Whether CTDB should simulate timing out monitor events.
1598 This uses the <filename>99.timeout</filename> eventscript.
1607 <term>CTDB_SCRIPT_DEBUGLEVEL=<parameter>NUM</parameter></term>
1610 NUM is the level debugging messages printed by CTDB
1611 scripts. Setting this to a higher number (e.g. 4) will
1612 cause some scripts to log more messages.
1621 <term>CTDB_SUPPRESS_COREFILE=yes|no</term>
1624 Whether CTDB core files should be suppressed.
1633 <term>CTDB_VALGRIND=yes|no|<parameter>COMMAND</parameter></term>
1636 If "yes", this causes
1637 <citerefentry><refentrytitle>ctdbd</refentrytitle>
1638 <manvolnum>1</manvolnum></citerefentry> to be run under
1639 <citerefentry><refentrytitle>valgrind</refentrytitle>
1640 <manvolnum>1</manvolnum></citerefentry> with logs going to
1641 <filename>/var/log/ctdb_valgrind</filename>. If neither
1642 "yes" nor "no" then the value is assumed to be a COMMAND
1643 (e.g. a <command>valgrind</command> variation, a
1644 <citerefentry><refentrytitle>gdb</refentrytitle>
1645 <manvolnum>1</manvolnum></citerefentry> command) that is
1646 used in place of the default <command>valgrind</command>
1647 command. In either case, the <option>--valgrind</option>
1648 option is passed to <command>ctdbd</command>.
1662 <title>FILES</title>
1665 <member><filename>/etc/ctdb/ctdbd.conf</filename></member>
1666 <member><filename>/etc/sysconfig/ctdb</filename></member>
1667 <member><filename>/etc/default/ctdb</filename></member>
1668 <member><filename>/etc/ctdb/sysconfig/ctdb</filename></member>
1673 <title>SEE ALSO</title>
1675 <citerefentry><refentrytitle>ctdbd</refentrytitle>
1676 <manvolnum>1</manvolnum></citerefentry>,
1678 <citerefentry><refentrytitle>ctdbd_wrapper</refentrytitle>
1679 <manvolnum>1</manvolnum></citerefentry>,
1681 <citerefentry><refentrytitle>onnode</refentrytitle>
1682 <manvolnum>1</manvolnum></citerefentry>,
1684 <citerefentry><refentrytitle>ctdb</refentrytitle>
1685 <manvolnum>7</manvolnum></citerefentry>,
1687 <citerefentry><refentrytitle>ctdb-tunables</refentrytitle>
1688 <manvolnum>7</manvolnum></citerefentry>,
1690 <ulink url="http://ctdb.samba.org/"/>
1697 This documentation was written by
1705 <holder>Andrew Tridgell</holder>
1706 <holder>Ronnie Sahlberg</holder>
1710 This program is free software; you can redistribute it and/or
1711 modify it under the terms of the GNU General Public License as
1712 published by the Free Software Foundation; either version 3 of
1713 the License, or (at your option) any later version.
1716 This program is distributed in the hope that it will be
1717 useful, but WITHOUT ANY WARRANTY; without even the implied
1718 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1719 PURPOSE. See the GNU General Public License for more details.
1722 You should have received a copy of the GNU General Public
1723 License along with this program; if not, see
1724 <ulink url="http://www.gnu.org/licenses"/>.