]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart: no thrashing for now
authorSage Weil <sage@newdream.net>
Thu, 12 Mar 2009 20:35:20 +0000 (13:35 -0700)
committerSage Weil <sage@newdream.net>
Thu, 12 Mar 2009 21:20:06 +0000 (14:20 -0700)
src/vstart.sh

index 1a1d059d36fb930374685fde58e7e1f6c18aa453..f8b7f03d4042a086fca061a9ee094724867b9aba 100755 (executable)
@@ -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