ctdb-daemon: Mark interfaces as "up" by default
commit3c7bcea368dc8f68e8e82cc527cf588dcff453c8
authorMartin Schwenke <martin@meltin.net>
Fri, 8 May 2015 07:11:24 +0000 (8 17:11 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 13 May 2015 04:42:13 +0000 (13 06:42 +0200)
treeba497c8171f83123a31006c7ea661dd91f2e71ec
parent694482fb3f6c356c5a75b74eda1189b9b8225c84
ctdb-daemon: Mark interfaces as "up" by default

The potential for public IP addresses to shuffle around during node
initialisation disappeared a while ago because IP addresses can only
be assigned to a node that is in CTDB_RUNSTATE_RUNNING.  This means
that interfaces might as well just be initialised as "up".  If any
interfaces are actually "down" then this will be rectified by the
"startup" event in 10.interfaces.

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