]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: only send slave rmdir prepare to auth mds of subtree
authorYan, Zheng <zyan@redhat.com>
Wed, 30 Nov 2016 14:19:28 +0000 (22:19 +0800)
committerYan, Zheng <zyan@redhat.com>
Thu, 8 Dec 2016 00:12:59 +0000 (08:12 +0800)
commit99c9147452fa8a1b1cd7f1b03a0aa86ec5ad3124
treefd719d9013edeb805ece4670014a3ce9200cf835
parentab49eaebc1d766dd0fecd9cbe8326c6fd73e3544
mds: only send slave rmdir prepare to auth mds of subtree

This avoid trigger the assertion of path traverse return value
in Server::handle_slave_rmdir_prep.  (Other witness mds may release
the inode before receiving the slave rmdir prepare)

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/mds/Server.cc