ctdb-recoverd: Do not fetch the nodemap from the recovery master
authorMartin Schwenke <martin@meltin.net>
Thu, 13 Jun 2019 14:23:22 +0000 (00:23 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 18 Aug 2020 05:02:25 +0000 (05:02 +0000)
commitd50919b0cb28f299c9b6985271b29d4f27c5f619
tree5d926241ecc70ad8ed2cffa4db786eee41a84fc6
parent762d1d8a9605f97973a2c1176de5d29fcc61d15a
ctdb-recoverd: Do not fetch the nodemap from the recovery master

The nodemap has already been fetched from the local node and is
actually passed to this function.  Care must be taken to avoid
referencing the "remote" nodemap for the recovery master.  It also
isn't useful to do so, since it would be the same nodemap.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14466
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_recoverd.c