From: Casey Bodley Date: Fri, 14 Jun 2019 17:15:21 +0000 (-0400) Subject: rgw: raise default rgw_bucket_index_max_aio to 128 X-Git-Tag: v15.1.0~1863^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=46f9cc2cf195faf53b0bb445b59975641222d9d8;p=ceph.git rgw: raise default rgw_bucket_index_max_aio to 128 the maximum of 8 outstanding shard requests on a bucket index is an unnecessary bottleneck, especially for CLSRGWIssueBucketList which already has issues scaling to larger shard counts. the Objecter's inflight ops throttle is already preventing us from flooding the osds with requests Signed-off-by: Casey Bodley --- diff --git a/src/common/options.cc b/src/common/options.cc index 549efbb459ec..4bf8533d8860 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5543,7 +5543,7 @@ std::vector