]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: split the dir if the op makes it oversized 31379/head
authorsimon gao <simon29rock@gmail.com>
Tue, 10 Sep 2019 03:41:41 +0000 (23:41 -0400)
committerNathan Cutler <ncutler@suse.com>
Mon, 4 Nov 2019 18:16:30 +0000 (19:16 +0100)
commit92a9affd83af2d68f16e9458403928beb91a3e4a
treef3989b3c124cb0451c6c640af4e0881da45d370a
parentf5c23c32e7009b679da0813d9d0fc9833d5281d2
mds: split the dir if the op makes it oversized

some ops maybe in flight, so that, split dir in finisher thread ,may affect inflight ops.

Fixes: https://tracker.ceph.com/issues/41880
Signed-off-by: simon gao <simon29rock@gmail.com>
(cherry picked from commit b57a62bcdba35765b77e9c5fb9a6f748a16c9bd8)
src/mds/Server.cc