Skip to content

Commit

Permalink
mds: change default mds_max_export_size to 20M
Browse files Browse the repository at this point in the history
1G seems too large. mds may speed long time on processing
imported/expored subtree.

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
  • Loading branch information
ukernel committed Aug 17, 2018
1 parent dd9ad34 commit 07ef150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/options.cc
Expand Up @@ -6996,7 +6996,7 @@ std::vector<Option> get_mds_options() {
.set_description(""),

Option("mds_max_export_size", Option::TYPE_SIZE, Option::LEVEL_DEV)
.set_default(1_G)
.set_default(20_M)
.set_description(""),

Option("mds_kill_export_at", Option::TYPE_INT, Option::LEVEL_DEV)
Expand Down

0 comments on commit 07ef150

Please sign in to comment.