]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common: Fix the default for rgw_gc_max_queue_size, per review. remove-dead-gc-code
authorNathan Hoad <nhoad@bloomberg.net>
Mon, 18 May 2026 19:23:53 +0000 (15:23 -0400)
committerNathan Hoad <nhoad@bloomberg.net>
Mon, 18 May 2026 19:23:53 +0000 (15:23 -0400)
This should be 1KB short of the maximum, not 3MB over.

Signed-off-by: Nathan Hoad <nhoad@bloomberg.net>
src/common/options/rgw.yaml.in

index b52d85d758a48521d7d1bbd3aaee2f61db2e559c..fd3759e3fc8d80d5b33d4ac846c9dfdce32151e3 100644 (file)
@@ -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: