From: "Yan, Zheng" <zheng.z.yan@xxxxxxxxx> To migrate strays, the receiving MDS need find stopping MDS' mdsdir Signed-off-by: Yan, Zheng <zheng.z.yan@xxxxxxxxx> --- src/mds/MDCache.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mds/MDCache.cc b/src/mds/MDCache.cc index efa6671..1a93d9b 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -7225,8 +7225,9 @@ void MDCache::find_ino_peers(inodeno_t ino, Context *c, int hint) void MDCache::_do_find_ino_peer(find_ino_peer_info_t& fip) { set<int> all, active; - mds->mdsmap->get_active_mds_set(active); mds->mdsmap->get_mds_set(all); + mds->mdsmap->get_active_mds_set(active); + mds->mdsmap->get_mds_set(active, MDSMap::STATE_STOPPING); dout(10) << "_do_find_ino_peer " << fip.tid << " " << fip.ino << " active " << active << " all " << all -- 1.7.11.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html