]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstartnew.sh: turn up debugging on osd
authorSage Weil <sage@newdream.net>
Fri, 17 Oct 2008 19:44:17 +0000 (12:44 -0700)
committerSage Weil <sage@newdream.net>
Fri, 17 Oct 2008 19:45:10 +0000 (12:45 -0700)
src/vstartnew.sh

index 11762dc63630ddefa6b2b4dfafe5dadc8da59508..c292b622375bddf4c9470cfccaf7d8210f92c662 100755 (executable)
@@ -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