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:23:48 +0000 (18:23 +1000)
commitfb582515c674b76e06aed28d04f24ae3a849cfe2
tree47b33cbad698eddf4af208b7d1315124516a5cb4
parentb5ef99f14fb02deb128b4b0956508fc980886407
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