If the old session uuid isn't found in sessionmap, nothing is
logeed. The client however returns -ENOENT to the caller when
no reclaim addrs are returned.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
ceph_assert(!session->reclaiming_from);
session->reclaiming_from = target;
reply->set_addrs(entity_addrvec_t(target->info.inst.addr));
+ } else {
+ derr << ": could not find session by uuid:" << m->get_uuid() << dendl;
+ mds->sessionmap.dump();
}
if (flags & CEPH_RECLAIM_RESET) {