From: Patrick Donnelly Date: Thu, 29 May 2025 14:05:55 +0000 (-0400) Subject: mon: dout chosen addrs after startup X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dc3cd34b1e23afe8d1a0f93ca4b576c9be13b2f0;p=ceph-ci.git mon: dout chosen addrs after startup Signed-off-by: Patrick Donnelly (cherry picked from commit f927da886829eb1e4874c677810013a528d25d1b) --- diff --git a/src/ceph_mon.cc b/src/ceph_mon.cc index 63eb252e38f..50231924da4 100644 --- a/src/ceph_mon.cc +++ b/src/ceph_mon.cc @@ -243,6 +243,7 @@ entity_addrvec_t make_mon_addrs(entity_addr_t a) } else { addrs.v.push_back(a); } + dout(5) << __func__ << ": " << addrs << dendl; return addrs; }