projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b35a60a
)
sleep-recover
author
Ceph Maintainers
<ceph-maintainers@lists.ceph.com>
Wed, 7 Jun 2017 08:39:39 +0000
(09:39 +0100)
committer
Adrian Bunk
<bunk@debian.org>
Wed, 7 Jun 2017 08:39:39 +0000
(09:39 +0100)
Gbp-Pq: Name sleep-recover.patch
src/client/Client.cc
patch
|
blob
|
history
diff --git
a/src/client/Client.cc
b/src/client/Client.cc
index 112bf40b01b358d2cd48be9f7e09ff0d740a43eb..7ebd36fcc596417abf047b8b5ce2561199d936fb 100644
(file)
--- 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: