]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: disable cache dump on rejoin by default
authorSage Weil <sage@newdream.net>
Thu, 14 Jan 2010 19:52:20 +0000 (11:52 -0800)
committerSage Weil <sage@newdream.net>
Thu, 14 Jan 2010 19:52:20 +0000 (11:52 -0800)
src/config.cc

index 124b80818f474db730a8a8bc5bfdbf1802b9302a..3121fa780594b7c2fdfddb6052818d83346dd7a8 100644 (file)
@@ -473,7 +473,7 @@ static struct config_option config_optionsp[] = {
        OPTION(mds_thrash_exports, 0, OPT_INT, 0),
        OPTION(mds_thrash_fragments, 0, OPT_INT, 0),
        OPTION(mds_dump_cache_on_map, 0, OPT_BOOL, false),
-       OPTION(mds_dump_cache_after_rejoin, 0, OPT_BOOL, true),
+       OPTION(mds_dump_cache_after_rejoin, 0, OPT_BOOL, false),
        OPTION(mds_hack_log_expire_for_better_stats, 0, OPT_BOOL, false),
        OPTION(mds_kill_mdstable_at, 0, OPT_INT, 0),
        OPTION(mds_kill_export_at, 0, OPT_INT, 0),