idmap_hash: mirror the NT_STATUS_NONE_MAPPED/STATUS_SOME_UNMAPPED logic from idmap_au...
[Samba.git] / ctdb / config / README
blobd28f4f0fc600c8ae8d25747616de19b1bb708a0e
1 This directory contains run-time support scripts for CTDB.
3 Selected highlights:
5   ctdb.init
7     An initscript for starting ctdbd at boot time.
9   events/
11     Eventscripts.  See events/README for more details.
13   functions
15     Support functions, sourced by eventscripts and other scripts.
17   statd-callout
19     rpc.statd high-availability callout to support lock migration on
20     failover.
22 Notes:
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.