index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
eventscript.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
eventscript: use -ENOEXEC for disabled status value
Rusty Russell
2009-12-07
1
-30
/
+1
*
eventscript: enhance script delete race check
Rusty Russell
2009-12-07
1
-3
/
+7
*
eventscript: check_executable() to centralize stat/perm checks
Rusty Russell
2009-12-07
1
-11
/
+32
*
eventscript: use -ETIME for timeout status value
Rusty Russell
2009-12-07
1
-5
/
+3
*
eventscript: marshall onto last_status immediately
Rusty Russell
2009-12-07
1
-34
/
+25
*
eventscript: reduce code duplication for ending a script, and fix bug
Rusty Russell
2009-12-02
1
-6
/
+1
*
Merge commit 'martins/status-test-2'
Ronnie Sahlberg
2009-12-01
1
-215
/
+269
|
\
|
*
remove a stray ) so we compile
Ronnie Sahlberg
2009-11-27
1
-1
/
+1
|
*
dont use talloc_steal() on a object that is already a child of ctdb.
Ronnie Sahlberg
2009-11-27
1
-1
/
+1
|
*
Merge commit 'martins/status-test' into status-test-2
Ronnie Sahlberg
2009-11-27
1
-0
/
+1
|
|
\
|
|
*
Merge commit 'martins-svart/status-test-2' into status-test
Martin Schwenke
2009-11-27
1
-0
/
+1
|
|
|
\
|
|
|
*
Event script infrastructure: add reload event to check_options().
Martin Schwenke
2009-11-27
1
-0
/
+1
|
*
|
|
Merge commit 'martins/status-test' into status-test-2
Ronnie Sahlberg
2009-11-26
1
-14
/
+23
|
|
\
|
|
|
|
*
|
Merge commit 'martins-svart/status-test-2' into status-test
Martin Schwenke
2009-11-26
1
-14
/
+23
|
|
|
\
|
|
|
|
*
Add flag to ctdb_event_script_callback indicating when called by client.
Martin Schwenke
2009-11-26
1
-14
/
+23
|
*
|
|
resolve some conflicts from merging from martins branch
Ronnie Sahlberg
2009-11-26
1
-26
/
+0
|
|
/
/
|
*
|
Merge commit 'martins-svart/status-test-2' into status-test
Martin Schwenke
2009-11-26
1
-0
/
+22
|
|
\
|
|
|
*
eventscript: check that ctdb forced script events correct
Rusty Russell
2009-11-25
1
-5
/
+30
|
|
*
eventscript: check that internal script events are being invoked correctly
Rusty Russell
2009-11-24
1
-0
/
+45
|
|
*
eventscript: remove call name from state->options
Rusty Russell
2009-11-24
1
-9
/
+11
|
|
*
eventscript: put call type into state struct.
Rusty Russell
2009-11-24
1
-22
/
+22
|
|
*
eventscript: introduce enum for different event script calls.
Rusty Russell
2009-11-24
1
-9
/
+31
|
|
*
eventscript: put timeout inside ctdb_event_script_callback_v
Rusty Russell
2009-11-24
1
-7
/
+3
|
|
*
eventscript: cleanup ctdb_event_script_v
Rusty Russell
2009-11-24
1
-3
/
+3
|
|
*
eventscript: fix bug in timeouts on forced eventscripts. Again.
Rusty Russell
2009-11-24
1
-40
/
+24
|
|
*
eventscript: clean up forked handler event code
Rusty Russell
2009-11-24
1
-3
/
+6
|
|
*
rework and simplify the eventscript handling
Ronnie Sahlberg
2009-11-25
1
-149
/
+101
|
*
|
eventscript: check that ctdb forced script events correct
Rusty Russell
2009-11-24
1
-5
/
+34
|
*
|
eventscript: check that internal script events are being invoked correctly
Rusty Russell
2009-11-24
1
-0
/
+45
|
*
|
eventscript: remove call name from state->options
Rusty Russell
2009-11-24
1
-9
/
+11
|
*
|
eventscript: put call type into state struct.
Rusty Russell
2009-11-24
1
-22
/
+22
|
*
|
eventscript: introduce enum for different event script calls.
Rusty Russell
2009-11-24
1
-9
/
+31
|
*
|
eventscript: put timeout inside ctdb_event_script_callback_v
Rusty Russell
2009-11-24
1
-7
/
+3
|
*
|
eventscript: typo cleanups
Rusty Russell
2009-11-24
1
-3
/
+3
|
*
|
eventscript: fix bug in timeouts on forced eventscripts. Again.
Rusty Russell
2009-11-24
1
-40
/
+24
|
*
|
eventscript: clean up forked handler event code
Rusty Russell
2009-11-24
1
-3
/
+6
|
*
|
rework and simplify the eventscript handling
Ronnie Sahlberg
2009-11-24
1
-149
/
+102
|
|
/
|
*
test of a change to make ctdbd use "status" event instead of the "monitor" ev...
Ronnie Sahlberg
2009-11-13
1
-4
/
+15
*
|
dont reset the event script context everytime we start a new "ctdb eventscrip...
Ronnie Sahlberg
2009-11-19
1
-7
/
+4
|
/
*
Fix a segfault in the eventscript timeout handler.
Volker Lendecke
2009-11-05
1
-1
/
+1
*
create a separate context for non-monitor eventscripts so they dont collide
Ronnie Sahlberg
2009-10-28
1
-10
/
+21
*
return 0 in the event script callback if it was aborted by a different script
Ronnie Sahlberg
2009-10-28
1
-1
/
+1
*
change the eventscript handling to allow EventScriptTimeout for each individu...
Ronnie Sahlberg
2009-10-28
1
-67
/
+111
*
Enhance the logging fromeventscripts.
Ronnie Sahlberg
2009-10-28
1
-3
/
+4
*
dont run the monitor event so frequently after a event has failed.
Ronnie Sahlberg
2009-10-27
1
-1
/
+1
*
when scripts timeout, log pstree to a file in /tmp and just log the filename ...
Ronnie Sahlberg
2009-10-23
1
-26
/
+10
*
From Volker L
Ronnie Sahlberg
2009-10-22
1
-1
/
+1
*
During tests it is common to add/delete test eventscripts at runtime.
Ronnie Sahlberg
2009-10-21
1
-0
/
+5
*
lower the debug levels for the "create FD messages" so we dont fill up the logs.
Ronnie Sahlberg
2009-10-21
1
-1
/
+1
*
From wolfgang Mueller
Ronnie Sahlberg
2009-10-20
1
-4
/
+9
[prev]
[next]