From 1c8f8e30e2b998ca6074241752b7f1ca4d7e92ff Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 12 Mar 2009 13:35:20 -0700 Subject: [PATCH] vstart: no thrashing for now --- src/vstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vstart.sh b/src/vstart.sh index 1a1d059d36fb9..f8b7f03d4042a 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -81,7 +81,7 @@ else echo "** going verbose **" CMON_ARGS="--lockdep 1 --debug_mon 20 --debug_ms 1 --debug_paxos 20" COSD_ARGS="--lockdep 1 --debug_osd 25 --debug_journal 20 --debug_filestore 10 --debug_ms 1" # --debug_journal 20 --debug_osd 20 --debug_filestore 20 --debug_ebofs 20 - CMDS_ARGS="--lockdep 1 --mds_cache_size 500 --mds_log_max_segments 2 --debug_ms 1 --debug_mds 20 --mds_thrash_fragments 0 --mds_thrash_exports 1" + CMDS_ARGS="--lockdep 1 --mds_cache_size 500 --mds_log_max_segments 2 --debug_ms 1 --debug_mds 20" # --mds_thrash_fragments 0 --mds_thrash_exports 1" fi if [ "$MON_ADDR" != "" ]; then -- 2.39.5