mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
mds: switch to rank number instead
Signed-off-by: Xiubo Li <xiubli@redhat.com>
This commit is contained in:
parent
d6d88c18c4
commit
4f63998185
@ -6835,7 +6835,7 @@ std::pair<bool, uint64_t> MDCache::trim(uint64_t count)
|
||||
em.first->second = make_message<MCacheExpire>(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) {
|
||||
|
Loading…
Reference in New Issue
Block a user