From: Patrick Donnelly Date: Fri, 9 May 2025 18:19:56 +0000 (-0400) Subject: mon/Monitor: add debugging for monmap handling X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=57a35bdc7f53b579fc8b95deab63f87fa15e9a80;p=ceph-ci.git mon/Monitor: add debugging for monmap handling Signed-off-by: Patrick Donnelly (cherry picked from commit 098e028b8762a6b18173f69224cbbfe3eef8798d) --- diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index 3db43c23b49..0ac57f1d50f 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -6713,6 +6713,9 @@ void Monitor::set_mon_crush_location(const string& loc) void Monitor::notify_new_monmap(bool can_change_external_state, bool remove_rank_elector) { + dout(20) << __func__ + << ": can_change_external_state=" << can_change_external_state + << " remove_rank_elector=" << remove_rank_elector << dendl; if (need_set_crush_loc) { auto my_info_i = monmap->mon_info.find(name); if (my_info_i != monmap->mon_info.end() &&