ctdb-daemon: Don't mark a node as unhealthy when connecting to it
commit9e7d2d9794af7251c42cb22f23ee9f86c6ea05c1
authorMartin Schwenke <martin@meltin.net>
Fri, 9 Jul 2021 07:25:32 +0000 (9 17:25 +1000)
committerAmitay Isaacs <amitay@samba.org>
Thu, 9 Sep 2021 02:38:34 +0000 (9 02:38 +0000)
tree24f13a9ee67f2234a8f19c4bc249d1e01500833b
parent7f697b1938efb3972f03f25546bf807d5af9a26c
ctdb-daemon: Don't mark a node as unhealthy when connecting to it

Remote nodes are already initialised as UNHEALTHY when the node list
is initialised at startup (ctdb_load_nodes_file() calls
convert_node_map_to_list()) and when disconnected (ctdb_node_dead()).
So, drop this code.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14784
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Thu Sep  9 02:38:34 UTC 2021 on sn-devel-184
ctdb/server/ctdb_server.c