summaryrefslogtreecommitdiffstats
path: root/ctdb/config/events.d/01.reclock
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-01-19 10:07:14 +0100
committerStefan Metzmacher <metze@samba.org>2010-01-20 09:44:36 +0100
commitfd06167caa2c194e74c651e1374047213c6cd9d5 (patch)
tree6f9fa814e7ed75169a175edd67b18e0c57b6dd75 /ctdb/config/events.d/01.reclock
parent8456a1b0ef5c6f25c89d289c2ba57cdeeef71f70 (diff)
downloadsamba-fd06167caa2c194e74c651e1374047213c6cd9d5.tar.gz
samba-fd06167caa2c194e74c651e1374047213c6cd9d5.tar.xz
samba-fd06167caa2c194e74c651e1374047213c6cd9d5.zip
server: add "init" event
This is needed because the "startup" event runs after the initial recovery, but we need to do some actions before the initial recovery. metze (This used to be ctdb commit e953808449c102258abb6cba6f4abf486dda3b82)
Diffstat (limited to 'ctdb/config/events.d/01.reclock')
-rwxr-xr-xctdb/config/events.d/01.reclock2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/config/events.d/01.reclock b/ctdb/config/events.d/01.reclock
index 919d29697f..345a63150f 100755
--- a/ctdb/config/events.d/01.reclock
+++ b/ctdb/config/events.d/01.reclock
@@ -5,7 +5,7 @@
loadconfig
case "$1" in
- startup)
+ init)
ctdb_counter_init
;;