]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osdc: make op count in Filer::purge configurable
authorJohn Spray <john.spray@redhat.com>
Tue, 20 Jan 2015 11:12:45 +0000 (11:12 +0000)
committerJohn Spray <john.spray@redhat.com>
Fri, 20 Mar 2015 12:32:47 +0000 (12:32 +0000)
commitf180b64c595e20f759acad3a2fe67b56514d1298
tree4bf7789d092261b75f9ec7f672d3b9fa9b5c8ab1
parent763e26c41e0a56ea12f9bc39b5821cdb48d8cdbf
osdc: make op count in Filer::purge configurable

Previously this was simply hardcoded to do up to
10 RADOS delete ops at a time.  Make this a config
option so that Filer consumers (like the MDS) can
know how many concurrent operations will be done
on their behalf.

Signed-off-by: John Spray <john.spray@redhat.com>
src/common/config_opts.h
src/osdc/Filer.cc