summaryrefslogtreecommitdiffstats
path: root/ctdb/server/eventscript.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* eventscript: fix bug when script is abortedRusty Russell2009-12-181-1/+8
* eventscript: remove cb_status, fix uninitialized bug when monitoring abortedRusty Russell2009-12-181-36/+61
* eventscript: fix cleanup path when setting up script listRusty Russell2009-12-181-4/+5
* version 1.0.109Ronnie Sahlberg2009-12-171-54/+29
* eventscript: remove cb_status, fix uninitialized bug when monitoring abortedRusty Russell2009-12-171-29/+54
* Add --valgringing flag instead of --nosetschedRusty Russell2009-12-161-1/+4
* Author: Rusty Russell <rusty@rustcorp.com.au>Ronnie Sahlberg2009-12-151-0/+3
* eventscript: fix monitoring when killed by another script commandRusty Russell2009-12-141-7/+14
* ctdb: scriptstatus can now query non-monitor eventsRusty Russell2009-12-081-8/+11
* eventscript: expost call names and enumRusty Russell2009-12-081-24/+15