From: Xiubo Li Date: Tue, 6 Apr 2021 08:05:28 +0000 (+0800) Subject: mds: switch to rank number instead X-Git-Tag: v17.1.0~2314^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f6399818539d5e946ffebfabe5592a077368779;p=ceph.git mds: switch to rank number instead Signed-off-by: Xiubo Li --- diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index e12e6942d35..7df9d18fe6c 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -6835,7 +6835,7 @@ std::pair MDCache::trim(uint64_t count) em.first->second = make_message(mds->get_nodeid()); } - dout(20) << __func__ << ": try expiring " << *mdsdir_in << " for stopping mds." << mds << dendl; + dout(20) << __func__ << ": try expiring " << *mdsdir_in << " for stopping mds." << mds->get_nodeid() << dendl; const bool aborted = expire_recursive(mdsdir_in, expiremap); if (!aborted) {