doc: Fix documentation for setup event
authorAmitay Isaacs <amitay@gmail.com>
Wed, 17 Oct 2012 00:38:59 +0000 (11:38 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 17 Oct 2012 00:39:39 +0000 (11:39 +1100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
config/events.d/README

index 024af24fe138b5150c05af1bb05642a31f55f8b2..1c99501394ce02c5a708fe2dd72235c9dad647dc 100644 (file)
@@ -33,11 +33,9 @@ init
 
 setup
        This event does not take any additional arguments.
-       This event is only invoked once, when ctdb is starting up.
-       This event is used to do some cleanup work from earlier runs
-       and prepare the basic setup.
-
-       Example: 00.ctdb cleans up $CTDB_VARDIR/state
+       This event is only invoked once, after init event is completed.
+       This event is used to do setup any tunables defined in ctdb 
+        configuration file.
 
 startup
        This event does not take any additional arguments.