ctdb-ipalloc: Drop remote IP verification
authorMartin Schwenke <martin@meltin.net>
Mon, 20 Jun 2016 10:41:05 +0000 (20:41 +1000)
committerAmitay Isaacs <amitay@samba.org>
Mon, 4 Jul 2016 13:42:24 +0000 (15:42 +0200)
commit35644d0d82da0f2c1341dcdf9bb7472c09a8c99d
tree209d7fea66d4a6c9104e1dc0bc2cbaa5157527d8
parentc86066cdc0af4af970c797bdd64db5c5a0c1cfc8
ctdb-ipalloc: Drop remote IP verification

It is only run during a takeover run and only logs errors.  It doesn't
actually do anything to fix potential errors.  The takeover run should
fix any inconsistencies anyway.

Instead, leave a comment in the recovery daemon's monitoring loop to
add proper remote IP verification later.

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