]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: split the dir if the op makes it oversized
authorsimon gao <simon29rock@gmail.com>
Tue, 10 Sep 2019 03:41:41 +0000 (23:41 -0400)
committersimon gao <simon29rock@gmail.com>
Wed, 18 Sep 2019 02:03:38 +0000 (22:03 -0400)
commitb57a62bcdba35765b77e9c5fb9a6f748a16c9bd8
treecc618f31821a07b57d99ec83a49323526ebce19f
parent9edfc9578f4df6201602c95df6ea990bf10dc94d
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>
src/mds/Server.cc