X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=server%2Fctdb_takeover.c;h=55913655c32f1efdb99698b575bd1d0cdf82fc5b;hb=642823628faef67dd729679e2af6858242f56cba;hp=2616955e113e90e23397e20239645d7d51077f6a;hpb=44496bb329ba82df4ee0c637157c0181c982e119;p=ctdb.git diff --git a/server/ctdb_takeover.c b/server/ctdb_takeover.c index 2616955e..55913655 100644 --- a/server/ctdb_takeover.c +++ b/server/ctdb_takeover.c @@ -603,10 +603,8 @@ int32_t ctdb_control_takeover_ip(struct ctdb_context *ctdb, if (vnn->iface == NULL && have_ip) { DEBUG(DEBUG_CRIT,(__location__ " takeoverip of IP %s is known to the kernel, " - "but we have no interface assigned, has someone manually configured it?" - "banning ourself\n", + "but we have no interface assigned, has someone manually configured it? Ignore for now.\n", ctdb_addr_to_str(&vnn->public_address))); - ctdb_ban_self(ctdb); return -1; } @@ -803,12 +801,10 @@ int32_t ctdb_control_release_ip(struct ctdb_context *ctdb, } if (vnn->iface == NULL) { - DEBUG(DEBUG_CRIT,(__location__ " release_ip of IP %s is known to the kernel, " - "but we have no interface assigned, has someone manually configured it?" - "banning ourself\n", + DEBUG(DEBUG_ERR,(__location__ " release_ip of IP %s is known to the kernel, " + "but we have no interface assigned, has someone manually configured it? Ignore for now.\n", ctdb_addr_to_str(&vnn->public_address))); - ctdb_ban_self(ctdb); - return -1; + return 0; } DEBUG(DEBUG_NOTICE,("Release of IP %s/%u on interface %s node:%d\n",