From 36d25e96a2f8ae1461c5a708a2922f0475a39900 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Wed, 17 Oct 2012 11:38:59 +1100 Subject: [PATCH] doc: Fix documentation for setup event Signed-off-by: Amitay Isaacs --- config/events.d/README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config/events.d/README b/config/events.d/README index 024af24f..1c995013 100644 --- a/config/events.d/README +++ b/config/events.d/README @@ -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. -- 2.34.1