ctdb-recoverd: Do not fetch the nodemap from the recovery master
commit4820778cfbe1c9077818bd9f6ab507d76157a0ad
authorMartin Schwenke <martin@meltin.net>
Thu, 13 Jun 2019 14:23:22 +0000 (14 00:23 +1000)
committerKarolin Seeger <kseeger@samba.org>
Tue, 25 Aug 2020 11:27:18 +0000 (25 11:27 +0000)
tree9b45bd75b73b3a52258468d5daa814b5d9d25dd7
parent4c5fde56c309db48a8d6e535564b8effb012c6a9
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>
(cherry picked from commit d50919b0cb28f299c9b6985271b29d4f27c5f619)
ctdb/server/ctdb_recoverd.c