summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-05-28 22:13:11 -0700
committerSage Weil <sage@inktank.com>2013-05-28 22:13:11 -0700
commit1bb4e7435c3797b08aa185265425b2cb6efb66a2 (patch)
treee57226cc499f0a53feefbadb5d5e8d8cf08f1251 /src
parent6afc22a158fea9132479cf7407c13da1504eceb5 (diff)
downloadceph-1bb4e7435c3797b08aa185265425b2cb6efb66a2.tar.gz
mon: disable tdump by default
Grr. Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'src')
-rw-r--r--src/common/config_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/config_opts.h b/src/common/config_opts.h
index 421b4f92283..56a46aec0c0 100644
--- a/src/common/config_opts.h
+++ b/src/common/config_opts.h
@@ -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