Skip to content

Commit

Permalink
mds: optimize the way how max export size is enforced
Browse files Browse the repository at this point in the history
The old way is checking export size after subtree gets frozen. It may
freeze a large subtree, but only exports small portion of the subtree.

The new way is choosing some subdirs according to the max export size,
then freeze these subdirs.

http://tracker.ceph.com/issues/25131
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
  • Loading branch information
ukernel committed Aug 17, 2018
1 parent 6538dae commit c163777
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 113 deletions.

0 comments on commit c163777

Please sign in to comment.