ctdb-daemon: Provide a default location for public addresses file
authorMartin Schwenke <martin@meltin.net>
Tue, 6 Mar 2018 00:30:07 +0000 (11:30 +1100)
committerAmitay Isaacs <amitay@samba.org>
Mon, 19 Mar 2018 01:23:18 +0000 (02:23 +0100)
commit1dcc0adf1a9c0d1b56bf0a4d4c323e5e70c8e2e8
tree169d985e431ffb7e0802a74103a0e9ab2a2d4ef5
parente0ed9b307da996570ba384b0db31291f3d3f0fb9
ctdb-daemon: Provide a default location for public addresses file

If the specified file or the default does not exist then log a
warning.

This is done in the takeover code to localise the handling of the
public addresses file.  Soon the daemon command-line option will go
away and the takeover code will be replaced in the not too distant
future.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/doc/ctdbd.1.xml
ctdb/doc/ctdbd.conf.5.xml
ctdb/server/ctdb_daemon.c
ctdb/server/ctdb_takeover.c