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:47:28 +0000 (14:47 +1100)
commit6b21c95236a07a656af0e110eb3f9d833aea71dd
treeca09d6633041bd9fa096fb8b0639f1fcd106d1ac
parent2b572dfa666ce441a1187a9e56718a71d2afd597
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