diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-07-17 12:30:05 +1000 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-07-17 12:30:05 +1000 |
commit | 6db0f01532795689e65e0e19d49c9974ac979f96 (patch) | |
tree | 4edde4e15f7b44904d6c28f8465c516950cdcfd9 /ctdb/config | |
parent | e5e9fc48b1b446392965472bc4eb3755eb2ddefd (diff) | |
download | samba-6db0f01532795689e65e0e19d49c9974ac979f96.tar.gz samba-6db0f01532795689e65e0e19d49c9974ac979f96.tar.xz samba-6db0f01532795689e65e0e19d49c9974ac979f96.zip |
document the new stopped event
(This used to be ctdb commit 70603d9a79c80379bf65d9d703c399a65c109c52)
Diffstat (limited to 'ctdb/config')
-rw-r--r-- | ctdb/config/events.d/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ctdb/config/events.d/README b/ctdb/config/events.d/README index a75da388a14..ac7a8f403f8 100644 --- a/ctdb/config/events.d/README +++ b/ctdb/config/events.d/README @@ -120,6 +120,12 @@ recovered service and also send out statd notifications to all registered clients. +stopped + This event is called when a node is STOPPED and can be used to + perform additional cleanup that is required. + Note that a stopped node is considered inactive, so it will not + be issuing the recovered event once the cluster has recovered. + See 91.lvs for a use of this event. Additional note for takeip, releaseip, recovered: |