add a callback for failed nodes to the async control helper.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 12 Jun 2008 06:53:36 +0000 (16:53 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 12 Jun 2008 06:53:36 +0000 (16:53 +1000)
commit72f89bac13cbe8c3ca3e7a942469cd2ff25abba2
treedd2845c8a7c972406f14d79db5d8fd46f7a48c30
parent5444ebd0815e335a75ef4857546e23f490a22338
add a callback for failed nodes to the async control helper.

this callback is called for every node where the control failed (or timed out)

when we issue the start recovery control from recovery master,
set any node that fails as a culprit   so it will eventually be banned
client/ctdb_client.c
include/ctdb_private.h
server/ctdb_recoverd.c
tools/ctdb.c