]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
config_opts.h: reduce osd_recovery_max_active and osd_recovery_max_single_start
authorSamuel Just <sam.just@inktank.com>
Sat, 10 Aug 2013 02:09:08 +0000 (19:09 -0700)
committerSamuel Just <sam.just@inktank.com>
Sat, 10 Aug 2013 02:19:00 +0000 (19:19 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: David Zafman <david.zafman@inktank.com>
src/common/config_opts.h

index f67d0d1237dd50723b757f28a38f059ce7796a9f..d933250f282bc65f539114dd21caaed1da7cb9aa 100644 (file)
@@ -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