1 This directory contains run-time support scripts for CTDB.
7 An initscript for starting ctdbd at boot time.
11 Eventscripts. See events.d/README for more details.
15 Support functions, sourced by eventscripts and other scripts.
19 rpc.statd high-availability callout to support lock migration on
24 * All of these scripts are written in POSIX Bourne shell. Please
25 avoid bash-isms, including the use of "local" variables (which are
26 not available in POSIX shell).
28 * Do not use absolute paths for commands. Unit tests attempt to
29 replace many commands with stubs and can not do this if commands are
30 specified with absolute paths. The functions file controls $PATH so
31 absolute paths should not be required.