summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Just <sam.just@inktank.com>2013-08-09 19:09:08 -0700
committerSamuel Just <sam.just@inktank.com>2013-08-09 19:19:00 -0700
commitb66a3d6029810c354c46b739fce1bac5dbd857fa (patch)
tree4dc6ceecaaa82f5fe9dfe4e319a4b01f0258498b
parent44b093c80844dbed6a60216eb1ff17e02c505395 (diff)
downloadceph-b66a3d6029810c354c46b739fce1bac5dbd857fa.tar.gz
config_opts.h: reduce osd_recovery_max_active and osd_recovery_max_single_start
Signed-off-by: Samuel Just <sam.just@inktank.com> Reviewed-by: David Zafman <david.zafman@inktank.com>
-rw-r--r--src/common/config_opts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/config_opts.h b/src/common/config_opts.h
index f67d0d1237d..d933250f282 100644
--- a/src/common/config_opts.h
+++ b/src/common/config_opts.h
@@ -426,8 +426,8 @@ OPTION(osd_default_data_pool_replay_window, OPT_INT, 45)
OPTION(osd_preserve_trimmed_log, OPT_BOOL, false)
OPTION(osd_auto_mark_unfound_lost, OPT_BOOL, false)
OPTION(osd_recovery_delay_start, OPT_FLOAT, 0)
-OPTION(osd_recovery_max_active, OPT_INT, 60)
-OPTION(osd_recovery_max_single_start, OPT_INT, 10)
+OPTION(osd_recovery_max_active, OPT_INT, 15)
+OPTION(osd_recovery_max_single_start, OPT_INT, 5)
OPTION(osd_recovery_max_chunk, OPT_U64, 8<<20) // max size of push chunk
OPTION(osd_push_per_object_cost, OPT_U64, 1000) // push cost per object
OPTION(osd_max_push_cost, OPT_U64, 8<<20) // max size of push message