]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: deny reconnect for closed session
authorYan, Zheng <zheng.z.yan@intel.com>
Mon, 12 May 2014 03:26:20 +0000 (11:26 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Mon, 12 May 2014 03:38:40 +0000 (11:38 +0800)
commit20015726a651087f816edc1681ebde6a567970f0
tree64d2bebc3cac7d1941c501a8506b3ffc54d8d0a9
parent59f539c105c927d405a2777451944ae149b62054
mds: deny reconnect for closed session

The client that tries reconnect may have dirty caps and unsafe requests.
Allowing the reconnect attempt may compromise consistency.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/mds/Server.cc