]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: disable tdump by default
authorSage Weil <sage@inktank.com>
Wed, 29 May 2013 05:13:11 +0000 (22:13 -0700)
committerSage Weil <sage@inktank.com>
Wed, 29 May 2013 05:13:11 +0000 (22:13 -0700)
Grr.

Signed-off-by: Sage Weil <sage@inktank.com>
src/common/config_opts.h

index 421b4f922839ba11bb2dc42a3eb42b45fc837f8f..56a46aec0c0c20e20d0e16f73094a6cd015d6f2a 100644 (file)
@@ -185,7 +185,7 @@ OPTION(mon_osd_min_down_reporters, OPT_INT, 1)   // number of OSDs who need to r
 OPTION(mon_osd_min_down_reports, OPT_INT, 3)     // number of times a down OSD must be reported for it to count
 
 // dump transactions
-OPTION(mon_debug_dump_transactions, OPT_BOOL, true)
+OPTION(mon_debug_dump_transactions, OPT_BOOL, false)
 OPTION(mon_debug_dump_location, OPT_STR, "/var/log/ceph/$cluster-$name.tdump")
 
 OPTION(mon_sync_leader_kill_at, OPT_INT, 0) // kill the sync leader at a specifc point in the work flow