ctdb-daemon: Drop special case handling for new IP already on interface
authorMartin Schwenke <martin@meltin.net>
Wed, 17 Aug 2016 04:43:05 +0000 (14:43 +1000)
committerMartin Schwenke <martins@samba.org>
Wed, 17 Aug 2016 21:00:26 +0000 (23:00 +0200)
commita10545ab6bd8a1b9ca87b0fdba8381cb8af0e284
tree0244f2791ea8ce2fc115b6337beb8db5102992ac
parentd2a91394f55a2e0152bf470dac2608618db13b1f
ctdb-daemon: Drop special case handling for new IP already on interface

The address may already be assigned to another node, so this is wrong.
It also leaves the interface unknown.

This is better left to code that handles rogue IP addresses.  A
takeover run should correctly takeover the address if it is assigned
to this node or release it if it is assigned to another node.  Coming
soon...

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