From: Sage Weil Date: Fri, 17 Oct 2008 19:44:17 +0000 (-0700) Subject: vstartnew.sh: turn up debugging on osd X-Git-Tag: v0.5~274 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8a89f6c2b8a85b5e1445e7af1e62cc1178a47ee;p=ceph.git vstartnew.sh: turn up debugging on osd --- diff --git a/src/vstartnew.sh b/src/vstartnew.sh index 11762dc63630..c292b622375b 100755 --- a/src/vstartnew.sh +++ b/src/vstartnew.sh @@ -27,7 +27,7 @@ if [ $debug -eq 0 ]; then else echo "** going verbose **" CMON_ARGS="--debug_mon 20 --debug_ms 1 --debug_paxos 20" - COSD_ARGS="--debug_journal 20 --debug_ms 1" # --debug_journal 20 --debug_osd 20 --debug_filestore 20 --debug_ebofs 20 + COSD_ARGS="--debug_osd 20 --debug_journal 20 --debug_ms 1" # --debug_journal 20 --debug_osd 20 --debug_filestore 20 --debug_ebofs 20 CMDS_ARGS="--mds_cache_size 500 --mds_log_max_segments 2 --debug_ms 1 --debug_mds 20 --mds_thrash_fragments 0 --mds_thrash_exports 0" fi