From: Patrick Donnelly Date: Fri, 9 May 2025 18:19:56 +0000 (-0400) Subject: mon/Monitor: add debugging for monmap handling X-Git-Tag: testing/wip-pdonnell-testing-20260210.212535~89 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ce8fa0e231abe9204b209829d615314c20dc24ef;p=ceph-ci.git mon/Monitor: add debugging for monmap handling Signed-off-by: Patrick Donnelly --- diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index a4a7d7f3476..fc543700151 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -6734,6 +6734,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() &&