ctdb-daemon: Broadcast IP rellocation request from monitor code
authorMartin Schwenke <martin@meltin.net>
Mon, 30 Mar 2015 09:51:51 +0000 (20:51 +1100)
committerAmitay Isaacs <amitay@samba.org>
Sun, 10 May 2015 01:22:13 +0000 (03:22 +0200)
commite6f99fcba3cd91fbf664a23975db058849e39f6a
treec3ef52ced3821690ed3b921ff8f0c3f7bbe8e6bc
parent4b4ba77f4a773899f41fa3b7c5e98f8e608568d6
ctdb-daemon: Broadcast IP rellocation request from monitor code

No need to just send it to the recovery master.

This reduces the need for main daemon code to know which node is the
recovery master.  The end goal is for the main daemon to not need to
know which node is the recovery master - this information would be
stored in the recovery daemon (and subsequently a separate cluster
management daemon).

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_monitor.c