ctdb-recoverd: Push flags for a node if any remote node disagrees
commit74aa5b204e2e20b594b093342578151ab7cc3f9f
authorMartin Schwenke <martin@meltin.net>
Sun, 11 Jul 2021 12:17:08 +0000 (11 22:17 +1000)
committerJule Anger <janger@samba.org>
Mon, 13 Sep 2021 13:15:15 +0000 (13 13:15 +0000)
treecda0fae9b0a21123150973334b325b55a0d10794
parente93c885426dd1ad3e13750deda634c90e08bb2e5
ctdb-recoverd: Push flags for a node if any remote node disagrees

This will usually happen if flags on the node in question change, so
keeping the code simple and pushing to all nodes won't hurt.  When all
nodes come up there might be differences in connected nodes, causing
such "fix ups".  Receiving nodes will ignore no-op pushes.

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>
(cherry picked from commit 8305f6a7f132f03b0bbdb26692b7491fd3f6c24f)
ctdb/server/ctdb_recoverd.c