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:53:48 +0000 (14:53 +1100)
commit256b4f44d9de1b394d4f260f26fd11e2ff6adf8f
treeb84087616fa4b2de6dfdbc0d95d524c267d3315d
parentb092a872662a45534d6fae41e3dc5e17c855c81e
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