From: Ceph Maintainers Date: Sun, 30 Jul 2017 09:48:17 +0000 (+0100) Subject: sleep-recover X-Git-Tag: archive/raspbian/12.2.8+dfsg1-5+rpi1~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=96bbac96f314853b36f017bc73f5532887090df1;p=ceph.git sleep-recover Gbp-Pq: Name sleep-recover.patch --- diff --git a/src/client/Client.cc b/src/client/Client.cc index 112bf40b0..7ebd36fcc 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -12020,6 +12020,7 @@ void Client::ms_handle_remote_reset(Connection *con) case MetaSession::STATE_OPEN: ldout(cct, 1) << "reset from mds we were open; mark session as stale" << dendl; s->state = MetaSession::STATE_STALE; + _closed_mds_session(s); break; case MetaSession::STATE_NEW: