ctdb-daemon: Update logging for flag changes
commit3d2313dc906b1794d1cc3235fcd10c7b6ea5d874
authorMartin Schwenke <martin@meltin.net>
Thu, 8 Jul 2021 01:29:38 +0000 (8 11:29 +1000)
committerJule Anger <janger@samba.org>
Mon, 13 Sep 2021 13:15:15 +0000 (13 13:15 +0000)
tree0dd19fa36fef15b0f394891b9276841395d53681
parent85372296a7ed90f9873261a4e4ad5c6fb518c502
ctdb-daemon: Update logging for flag changes

When flags change, promote the message to NOTICE level and switch the
message to the style that is currently generated by
ctdb-recoverd.c:monitor_handler().  This will allow monitor_handler()
to go away in future.

Drop logging when flags do not change.  The recovery master now logs
when it pushes flags for a node, so the lack of a corresponding
"changed flags" message here indicates that no update was required.

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 b6d25d079e30919457cacbfbbfd670bf88295a9c)
ctdb/server/ctdb_monitor.c