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>
Mon, 3 May 2010 05:47:17 +0000 (15:47 +1000)
commite7069082e5f0380dcddee247db8754218ce18cab
tree4aa2b8358b29ecc0acd19c53f2ab3b981b1bb3fb
parent880896a27adfdd5173b2810b6b2f3889802046f0
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