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)
committerMichael Adam <obnox@samba.org>
Mon, 26 Aug 2013 11:34:21 +0000 (13:34 +0200)
commitc25bb14f9c8ad2dee9020d85ba0188544ee3495e
tree1c5c03f78bccd761ded413e875be4e817b4538a3
parentd5fdae399b945e013b21b8f61b31f1362d0090db
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
(cherry picked from commit e7069082e5f0380dcddee247db8754218ce18cab)
include/ctdb.h
include/ctdb_private.h
server/ctdb_recoverd.c
server/ctdb_takeover.c
tools/ctdb.c