From 463c2025228e27a1227ada1df7c9393f4c4580c1 Mon Sep 17 00:00:00 2001 From: Stephen Taylor Date: Wed, 23 Apr 2025 11:00:05 -0600 Subject: [PATCH] [ceph-rgw] Remove rgw_num_rados_handles from ceph-rgw config The rgw_num_rados_handles config setting was removed from Ceph several years ago. There is no need to keep it around in the openstack-helm ceph-rgw config. Change-Id: If59fe06555edcda1280826b894cc9e2ba508bf5a --- ceph-rgw/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ceph-rgw/values.yaml b/ceph-rgw/values.yaml index 3f3bbc6d01..4728c07a33 100644 --- a/ceph-rgw/values.yaml +++ b/ceph-rgw/values.yaml @@ -453,7 +453,6 @@ conf: # NOTE (JCL): See http://tracker.ceph.com/issues/24937 # NOTE (JCL): See https://tracker.ceph.com/issues/24551 rgw_dynamic_resharding: false - rgw_num_rados_handles: 4 rgw_override_bucket_index_max_shards: 8 rgw_restart: timeout: 600