Add two new controls to add/delete public ip address from a node at runtime.
authorRonnie Sahlberg <sahlberg@samba.org>
Wed, 26 Mar 2008 22:23:27 +0000 (09:23 +1100)
committerRonnie Sahlberg <sahlberg@samba.org>
Wed, 26 Mar 2008 22:23:27 +0000 (09:23 +1100)
commitf8294d103fdd8a720d0b0c337d3973c7fdf76b5c
treeaadbf099b9657059f5940bfab24a1d9cd3290d1e
parentbe89005bd5d13409e377d425db2aad1c0d5b3826
Add two new controls to add/delete public ip address from a node at runtime.

The controls only modify the runtime setting of which public addresses a node
can server and does not modify /etc/ctdb/public_addresses.
To make the change permanent you also need to edit /etc/ctdb/public_addresses
manually.

After ip addresses have been added/deleted you need to invoke a recovery
for the ip addresses to be redistributed.
client/ctdb_client.c
include/ctdb_private.h
server/ctdb_control.c
server/ctdb_takeover.c
tools/ctdb.c