1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/config
Martin Schwenke 32430f8415 ctdb-scripts: Drop CTDB_VALGRIND testing option
This is too inflexible for general use.  There is no use finding a new
home for this in the new configuration scheme.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2018-05-01 13:31:18 +02:00
..
events.d ctdb-scripts: Drop unused variable service_config 2018-04-27 06:53:16 +02:00
nfs-checks.d ctdb-scripts: Move 60.nfs Ganesha callout to doc/examples/ 2015-07-21 07:54:09 +02:00
ctdb-crash-cleanup.sh ctdb-scripts: Split CTDB configuration loading 2018-03-28 02:57:20 +02:00
ctdb.init ctdb-scripts: Split CTDB configuration loading 2018-03-28 02:57:20 +02:00
ctdb.service ctdb-scripts: Drop PID file argument from wrapper 2018-03-09 07:08:25 +01:00
ctdb.sudoers ctdb-scripts: Update important installed files to use build-time defaults 2015-09-15 08:56:21 +02:00
ctdb.tunables ctdb-scripts: Tunables are now loaded from ctdb.tunables 2018-03-28 02:57:21 +02:00
ctdbd_wrapper ctdb-scripts: Drop CTDB_VALGRIND testing option 2018-05-01 13:31:18 +02:00
ctdbd.conf ctdb-scripts: Tunables are now loaded from ctdb.tunables 2018-03-28 02:57:21 +02:00
debug_locks.sh ctdb-scripts: Avoid shellcheck SC1117: Backslash is literal in "..." 2018-04-27 06:53:16 +02:00
debug-hung-script.sh ctdb-scripts: Avoid shellcheck SC1117: Backslash is literal in "..." 2018-04-27 06:53:16 +02:00
functions ctdb-scripts: Drop CTDB_RC_LOCAL testing hook 2018-04-27 09:37:48 +02:00
nfs-linux-kernel-callout ctdb-scripts: Avoid shellcheck warning SC2039 (test -nt operator) 2016-07-21 02:24:26 +02:00
notify.d.README ctdb-daemon: Provide a default location for the notification script 2018-05-01 13:31:18 +02:00
notify.sh ctdb-daemon: Provide a default location for the notification script 2018-05-01 13:31:18 +02:00
README Eventscript support - Remove unused interface_modify.sh 2012-03-22 15:30:27 +11:00
statd-callout ctdb-scripts: Split CTDB configuration loading 2018-03-28 02:57:20 +02:00

This directory contains run-time support scripts for CTDB.

Selected highlights:

  ctdb.init

    An initscript for starting ctdbd at boot time.

  events.d/

    Eventscripts.  See events.d/README for more details.

  functions

    Support functions, sourced by eventscripts and other scripts.

  statd-callout

    rpc.statd high-availability callout to support lock migration on
    failover.

Notes:

* All of these scripts are written in POSIX Bourne shell.  Please
  avoid bash-isms, including the use of "local" variables (which are
  not available in POSIX shell).

* Do not use absolute paths for commands.  Unit tests attempt to
  replace many commands with stubs and can not do this if commands are
  specified with absolute paths.  The functions file controls $PATH so
  absolute paths should not be required.