From b8ea8be31c2180e3235d9d5054355bc3befc90d5 Mon Sep 17 00:00:00 2001 From: "J. Eric Ivancich" Date: Tue, 13 Aug 2024 11:34:26 -0400 Subject: [PATCH] rgw: by default allow dynamic resharding to go to 4999 shards Given that we now allow dynamic resharding to reduce the number of shards and the general stability of the dynamic resharding functionality, we should give allow around 5000 shards, which in turn help support buckets of around 500,000,000 entries. Signed-off-by: J. Eric Ivancich --- src/common/options/rgw.yaml.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 583fe4bcaf647..756e5d360b11f 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -3300,9 +3300,8 @@ options: level: advanced desc: Max shards that dynamic resharding can create long_desc: This is the maximum number of bucket index shards that dynamic sharding - is able to create on its own. This does not limit user requested resharding. Ideally - this value is a prime number. - default: 1999 + is able to create on its own. This does not limit user requested resharding. + default: 4999 services: - rgw see_also: -- 2.39.5