summaryrefslogtreecommitdiff
path: root/ctdb/server/eventscript.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-14ctdb-daemon: Improve error handling for running event scriptsAmitay Isaacs1-2/+8
2014-10-08ctdb-build: Rename define BINDIR to CTDB_HELPER_BINDIRMartin Schwenke1-1/+1
2014-08-21ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke1-1/+1
2014-06-24ctdb-build: Use CTDB_ETCDIR instead of ETCDIR/ctdbAmitay Isaacs1-1/+1
2014-06-05ctdb:server: fix DEBUG message for wrong event script options.Michael Adam1-2/+3
2014-03-23ctdb-daemon: Do not disable monitoring when running eventscriptsMartin Schwenke1-5/+0
2014-02-12ctdb-daemon: Consult CTDB_DEBUG_HUNG_SCRIPT variable before running debug scriptAmitay Isaacs1-0/+4
2014-01-21ctdb-daemon: Simplify listing event scripts using scandirAmitay Isaacs1-94/+40
2014-01-21ctdb-daemon: Do not run monitor event if any other event is already runningAmitay Isaacs1-0/+15
2014-01-16ctdb-daemon: Remove unused code to run eventscriptsAmitay Isaacs1-104/+0
2014-01-16ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs1-26/+28
2014-01-16ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs1-20/+90
2014-01-16ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs1-34/+11
2014-01-16ctdb-daemon: Deprecate RELOAD and STATUS eventsAmitay Isaacs1-4/+1
2013-08-22ctdbd: Finish eventscript callback processing before debugging hung scriptAmitay Isaacs1-26/+47
2013-08-09eventscript: Wait for debug hung script to finish or timeout before continuingAmitay Isaacs1-13/+59
2013-07-23ctdbd: Pass event name to hung script debuggerMartin Schwenke1-2/+3
2013-07-11Fixes for various issues found by CoveritySumit Bose1-1/+3
2013-07-10ctdbd: Set process names for child processesAmitay Isaacs1-0/+2
2013-07-02ctdbd: Don't ban self if init or shutdown event failsAmitay Isaacs1-1/+5
2013-06-14ctdbd: Make sure we don't kill init process by mistakeAmitay Isaacs1-1/+8
2013-05-06ctdbd: Remove the "stopped" eventMartin Schwenke1-3/+0
2013-05-06ctdbd: New control CTDB_CONTROL_IPREALLOCATEDMartin Schwenke1-0/+1
2013-05-06ctdbd: Avoid freeing non-monitor event callback when monitoring is disabledMartin Schwenke1-31/+30
2013-02-05ctdbd: Don't use a fixed length buffer for the hung script commandMartin Schwenke1-2/+4
2013-02-05ctdbd: Complain loudly if CTDB_DEBUG_HUNG_SCRIPT script isn't executableMartin Schwenke1-12/+0
2013-02-05ctdbd: Remove command-line option --debug-hung-scriptMartin Schwenke1-14/+9
2013-02-05ctdbd: Remove debug_hung_script_ctxMartin Schwenke1-3/+1
2013-01-09daemon: Protect against double free of callback state while shutting downAmitay Isaacs1-2/+3
2012-10-18ctdbd: Remove references to forcing running of eventscripts from log messagesMartin Schwenke1-2/+2
2012-07-26ctdbd: Remove the worked "Forced" from message about running eventscriptsMartin Schwenke1-1/+1
2012-05-17Debug: When scripts hang, we may need to collect additional data in order to ...Ronnie Sahlberg1-20/+46
2012-05-03Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg1-3/+3
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2012-02-23Eventscripts: remove the horrible horrible circular reference between state a...Ronnie Sahlberg1-7/+19
2011-11-18Eventscripts: Add special -ECANCELED status for monitor events that are cance...Ronnie Sahlberg1-1/+9
2011-08-26Logging: when we log stdout/stderr messages from eventscripts to the system ...Ronnie Sahlberg1-1/+1
2011-07-29eventscript: fix callback after freeRusty Russell1-11/+39
2011-04-12If the eventscript is finished but state->ctdb is NULL,Ronnie Sahlberg1-0/+5
2011-01-11Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg1-2/+1
2010-08-30 Add a new event "ipreallocated"Ronnie Sahlberg1-0/+1
2010-08-19Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg1-0/+3
2010-08-18logging: give a unique logging name to each forked child.Rusty Russell1-0/+3
2010-08-18event: Update events to latest Samba version 0.9.8Rusty Russell1-3/+6
2010-04-08eventscript: simplify script timeout handlingRusty Russell1-26/+4
2010-04-08eventscript: wait for debugging dump before killing timedout scriptRusty Russell1-5/+4
2010-04-08eventscript: don't do debugging system() from inside signal handlerRusty Russell1-22/+37
2010-04-08eventscript: fix case where we fail to create child for some reasonRusty Russell1-0/+1
2010-03-30When we forcefully abort a running eventscript, dont log this as isRonnie Sahlberg1-3/+25
2010-02-23server: add "setup" eventStefan Metzmacher1-0/+2