1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/ctdb/config
Martin Schwenke 020c8190c5 Eventscripts - use set_proc() rather than accessing /proc directly
Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit bdb4cdaf2aed79c8de6a8db8c01685b242808310)
2012-03-22 15:30:27 +11:00
..
events.d Eventscripts - use set_proc() rather than accessing /proc directly 2012-03-22 15:30:27 +11:00
ctdb-crash-cleanup.sh Fix ctdb-crash-cleanup sysconfig handling 2011-12-06 11:55:46 +11:00
ctdb.init when shutting down ctdb, allow it 30 seconds instead of 10 before will -9 the daemon 2012-02-21 19:02:36 +11:00
ctdb.sysconfig Eventscripts: New configuration variable CTDB_SERVICE_AUTOSTARTSTOP. 2011-08-30 09:33:47 +10:00
functions Eventscript functions - no longer require interface_modify.sh 2012-03-22 15:30:27 +11:00
gdb_backtrace lib/util: import fault/backtrace handling from samba. 2010-01-20 09:44:36 +01:00
notify.sh server: add "setup" event 2010-02-23 10:38:49 +01:00
README Eventscript support - Remove unused interface_modify.sh 2012-03-22 15:30:27 +11:00
statd-callout Eventscripts: remove unnecessary absolute paths from external commands. 2011-08-03 17:19:15 +10: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.