summaryrefslogtreecommitdiffstats
path: root/ctdb/server/eventscript.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb:server: fix DEBUG message for wrong event script options.Michael Adam2014-06-051-2/+3
* ctdb-daemon: Do not disable monitoring when running eventscriptsMartin Schwenke2014-03-231-5/+0
* ctdb-daemon: Consult CTDB_DEBUG_HUNG_SCRIPT variable before running debug scriptAmitay Isaacs2014-02-121-0/+4
* ctdb-daemon: Simplify listing event scripts using scandirAmitay Isaacs2014-01-211-94/+40
* ctdb-daemon: Do not run monitor event if any other event is already runningAmitay Isaacs2014-01-211-0/+15
* ctdb-daemon: Remove unused code to run eventscriptsAmitay Isaacs2014-01-161-104/+0
* ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs2014-01-161-26/+28
* ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs2014-01-161-20/+90
* ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs2014-01-161-34/+11
* ctdb-daemon: Deprecate RELOAD and STATUS eventsAmitay Isaacs2014-01-161-4/+1
* ctdbd: Finish eventscript callback processing before debugging hung scriptAmitay Isaacs2013-08-221-26/+47
* eventscript: Wait for debug hung script to finish or timeout before continuingAmitay Isaacs2013-08-091-13/+59
* ctdbd: Pass event name to hung script debuggerMartin Schwenke2013-07-231-2/+3
* Fixes for various issues found by CoveritySumit Bose2013-07-111-1/+3
* ctdbd: Set process names for child processesAmitay Isaacs2013-07-101-0/+2
* ctdbd: Don't ban self if init or shutdown event failsAmitay Isaacs2013-07-021-1/+5
* ctdbd: Make sure we don't kill init process by mistakeAmitay Isaacs2013-06-141-1/+8
* ctdbd: Remove the "stopped" eventMartin Schwenke2013-05-061-3/+0
* ctdbd: New control CTDB_CONTROL_IPREALLOCATEDMartin Schwenke2013-05-061-0/+1
* ctdbd: Avoid freeing non-monitor event callback when monitoring is disabledMartin Schwenke2013-05-061-31/+30
* ctdbd: Don't use a fixed length buffer for the hung script commandMartin Schwenke2013-02-051-2/+4
* ctdbd: Complain loudly if CTDB_DEBUG_HUNG_SCRIPT script isn't executableMartin Schwenke2013-02-051-12/+0
* ctdbd: Remove command-line option --debug-hung-scriptMartin Schwenke2013-02-051-14/+9
* ctdbd: Remove debug_hung_script_ctxMartin Schwenke2013-02-051-3/+1
* daemon: Protect against double free of callback state while shutting downAmitay Isaacs2013-01-091-2/+3
* ctdbd: Remove references to forcing running of eventscripts from log messagesMartin Schwenke2012-10-181-2/+2
* ctdbd: Remove the worked "Forced" from message about running eventscriptsMartin Schwenke2012-07-261-1/+1
* Debug: When scripts hang, we may need to collect additional data in order to ...Ronnie Sahlberg2012-05-171-20/+46
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-3/+3
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* Eventscripts: remove the horrible horrible circular reference between state a...Ronnie Sahlberg2012-02-231-7/+19
* Eventscripts: Add special -ECANCELED status for monitor events that are cance...Ronnie Sahlberg2011-11-181-1/+9
* Logging: when we log stdout/stderr messages from eventscripts to the system ...Ronnie Sahlberg2011-08-261-1/+1
* eventscript: fix callback after freeRusty Russell2011-07-291-11/+39
* If the eventscript is finished but state->ctdb is NULL,Ronnie Sahlberg2011-04-121-0/+5
* Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg2011-01-111-2/+1
* Add a new event "ipreallocated"Ronnie Sahlberg2010-08-301-0/+1
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-0/+3
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-181-0/+3
* | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-3/+6
|/
* eventscript: simplify script timeout handlingRusty Russell2010-04-081-26/+4
* eventscript: wait for debugging dump before killing timedout scriptRusty Russell2010-04-081-5/+4
* eventscript: don't do debugging system() from inside signal handlerRusty Russell2010-04-081-22/+37
* eventscript: fix case where we fail to create child for some reasonRusty Russell2010-04-081-0/+1
* When we forcefully abort a running eventscript, dont log this as isRonnie Sahlberg2010-03-301-3/+25
* server: add "setup" eventStefan Metzmacher2010-02-231-0/+2
* Ignore any scripts that timesout for most events, except startup.Ronnie Sahlberg2010-02-161-1/+15
* Reduce loglevel for two eventscript related debug messagesRonnie Sahlberg2010-02-161-2/+2
* server: add updateip eventStefan Metzmacher2010-01-201-0/+3
* server: add "init" eventStefan Metzmacher2010-01-201-1/+7