]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: parameterize min/max values for backfill scanning
authorSage Weil <sage.weil@dreamhost.com>
Tue, 3 Jan 2012 17:30:42 +0000 (09:30 -0800)
committerSage Weil <sage@newdream.net>
Thu, 5 Jan 2012 18:51:41 +0000 (10:51 -0800)
commit49a96fa739a26c371c4a7fc57ab23b8695aa01bb
tree2c43436a20fc149f740661bfdb4572f5cc9f7750
parent96b7b0d83e5fe70a4efb4e284e18b4b40840bfec
osd: parameterize min/max values for backfill scanning

For local scans, use the optimal value for the local filestore.

For remote scans, make it configurable, so we can control how frequently
we need to wait for scan requests over the wire.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/common/config_opts.h
src/os/ObjectStore.h
src/osd/ReplicatedPG.cc