The recent change to the recovery daemon to keep track of and
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 28 Apr 2010 05:43:11 +0000 (15:43 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 28 Apr 2010 05:43:11 +0000 (15:43 +1000)
commitdad19c940d91eae4625f5489f166e3b5e1e3606c
tree30d5cc3405a67a1ebe2a84738b71096de7c55559
parent0a87e27e85d4075348fc888fc4f9f5d4ef853fb1
The recent change to the recovery daemon to keep track of and
verify that all nodes agree on the most recent ip address assignments
broke "ctdb moveip ..." since that call would never trigger
a full takeover run and thus would immediately trigger an inconsistency.

Add a new message to the recovery daemon where we can tell the recovery daemon to update its assignments.

BZ62782
include/ctdb.h
include/ctdb_private.h
server/ctdb_recoverd.c
server/ctdb_takeover.c
tools/ctdb.c