From 46f9cc2cf195faf53b0bb445b59975641222d9d8 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 14 Jun 2019 13:15:21 -0400 Subject: [PATCH] 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 --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 549efbb459e..4bf8533d886 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5543,7 +5543,7 @@ std::vector