mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
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>
This commit is contained in:
parent
44b093c808
commit
b66a3d6029
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user