Dont exit the update ip function if the old and new interfaces are the same
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 10 Nov 2010 03:47:28 +0000 (14:47 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 10 Nov 2010 03:55:25 +0000 (14:55 +1100)
commitcf778b5aaf6356401e3985acccc7df9e08ab6930
treeda4de16793d1b5db62130e5e037465dcb4c992c0
parentcd09c3f8fd9700261f77779aee9cf71dbd4e441e
Dont exit the update ip function if the old and new interfaces are the same
since if they are the same for whatever reason this triggers the system
to go into an infinite loop and is unrobust

The scriptds have been changed instead to be able to cope with this
situation for enhanced robustness

During takeover_run and when merging all ip allocations across the cluster
try to kepe track of when and which node currently hosts an ip address
so that we avoid extra ip failovers between nodes
server/ctdb_takeover.c