]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix stray migration/reintegration check in handle_client_rename
authorYan, Zheng <zheng.z.yan@intel.com>
Thu, 25 Oct 2012 12:26:49 +0000 (20:26 +0800)
committerSage Weil <sage@inktank.com>
Fri, 26 Oct 2012 22:41:29 +0000 (15:41 -0700)
commitd2ac024a09867bbd5eb263d553f10dc9f971c60b
tree3e666275abeba3856c59e29e9236224acb30db9d
parent65ed99be85f285ac501a14224b185364c79073a9
mds: fix stray migration/reintegration check in handle_client_rename

The stray migration/reintegration generates a source path that will
be rooted in a (possibly remote) MDS's MDSDIR; adjust the check in
handle_client_rename()

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