]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mon/Monitor: add debugging for monmap handling
authorPatrick Donnelly <pdonnell@ibm.com>
Fri, 9 May 2025 18:19:56 +0000 (14:19 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 26 Jan 2026 15:26:49 +0000 (10:26 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/mon/Monitor.cc

index a4a7d7f3476b43fa7cd31165769f48dcdea064fb..fc54370015199a9a17bf7f8bf62283ac05132511 100644 (file)
@@ -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() &&