]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: skip fragment space check for replayed request
authorYan, Zheng <zyan@redhat.com>
Wed, 25 Jan 2017 03:03:45 +0000 (11:03 +0800)
committerNathan Cutler <ncutler@suse.com>
Fri, 14 Apr 2017 21:48:02 +0000 (23:48 +0200)
commit224745491e5c9e495adce5abbf7731f7fae1ddc5
tree2888e324308534055952bc4e255b8f5738e30631
parenteb84959bac369dbb86674f9e4225ba1c836c104c
mds: skip fragment space check for replayed request

when handling replayed request, stray directory can be different
from the stray directory used by the original request. The fragment
space check for stray directory can fail.

Fixes: http://tracker.ceph.com/issues/18660
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit afe889cbc5baab196567c2aad01f49fe90901fda)
src/mds/Server.cc