From: Nathan Hoad Date: Mon, 18 May 2026 19:23:53 +0000 (-0400) Subject: common: Fix the default for rgw_gc_max_queue_size, per review. X-Git-Tag: testing/wip-vshankar-testing-20260624.071014~27^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fremove-dead-gc-code;p=ceph-ci.git common: Fix the default for rgw_gc_max_queue_size, per review. This should be 1KB short of the maximum, not 3MB over. Signed-off-by: Nathan Hoad --- diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index b52d85d758a..fd3759e3fc8 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -1968,7 +1968,7 @@ options: desc: Maximum allowed queue size for gc long_desc: The maximum allowed size of each gc queue, and its value should not be greater than osd_max_object_size - 1K. - default: 134068_K + default: 131071_K services: - rgw see_also: