]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
config_opts.h: adjust recovery defaults
authorSamuel Just <sam.just@inktank.com>
Mon, 10 Dec 2012 21:38:24 +0000 (13:38 -0800)
committerSamuel Just <sam.just@inktank.com>
Mon, 10 Dec 2012 21:53:10 +0000 (13:53 -0800)
commit788992bbf57373913fc416939f72d58568f6648b
tree1fd65e058e4ead26ac0d36eb2db95875d3d4b1d6
parent45865285e7c86b34f9d99b0ca5b914468b5273db
config_opts.h: adjust recovery defaults

osd max backfills: 5 was too low for a default, 10
 seems to work better in testing.  The message
 priority system should minimize disruption of
 push and pull operations anyway.

osd recovery max chunk: 1MB was too small for a
 default.  8MB is reasonable for a single push
 and will allow us to recover an rbd block in
 one push rather then 4 reducing client io
 latency during log-based recovery.

osd recovery op priority: 10 rather than 30 will
 further reduce the client io latency impact of
 push and pull operations.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/common/config_opts.h