We default to non-deterministic ip now where ips are "sticky" and dont change 1.2-nodeflags
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 2 Feb 2011 04:00:53 +0000 (15:00 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 8 Feb 2011 06:05:29 +0000 (17:05 +1100)
commite8c0c0bda4f8db848cae1085eacb261703540a3f
tree4ba5ed5fc33ba0552977a26f726b91ff1fb504c1
parent550dd59a9239d9aa39f96cf391f7f5435845d51e
We default to non-deterministic ip now where ips are "sticky" and dont change
too much.
This means we can simplify the way we add ips significantly and stop
trying to move them.

We also check if the node already hosts the ip, in which case we used to return an error. Instead just print an error string but return 0, ok.
This makes it easier to script, and works around broken scripts.

CQ1021034
tools/ctdb.c