add a tuneable RecoveryDropAllIPs so it is possible to control after how long a...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 24 Apr 2009 08:23:48 +0000 (18:23 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 24 Apr 2009 08:28:08 +0000 (18:28 +1000)
commit70f21428c9eec96bcc787be191e7478ad68956dc
tree9a6132585037b2934fd0ef14f887551eb2195c41
parent7af060ded5113a49832f6a08a942523a202586b3
add a tuneable RecoveryDropAllIPs  so it is possible to control after how long a node that has been stuck in recovery will wait until it will yield all public addresses.

this now defaults to 60 seconds

This is useful if a split brain occurs due to network partitioning since it will make sure that the "other half" of the cluster that does not contain the recovery master will eventually release all ips and thus avoiding a duplicate ip situation for the public addresses
include/ctdb_private.h
server/ctdb_recover.c
server/ctdb_tunables.c