From 05391252f8a7279871267bb08196e67659f43892 Mon Sep 17 00:00:00 2001 From: Jean-Charles Lopez Date: Mon, 1 Oct 2018 09:37:50 -0700 Subject: [PATCH] Disable Ceph RADOS Gateway dynamic bucket resharding. Problem was discovered regarding issues being caused by RGW dynamic bucket resharding. It is at this time recommended to disable this feature. Change-Id: Id524415f4ed08ee5374f7fd3b53f6e36c3ab084e --- ceph-rgw/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph-rgw/values.yaml b/ceph-rgw/values.yaml index b6730c188..ec394b0b9 100644 --- a/ceph-rgw/values.yaml +++ b/ceph-rgw/values.yaml @@ -280,6 +280,9 @@ conf: rgw_keystone_token_cache_size: 0 #NOTE (JCL): See http://tracker.ceph.com/issues/7073 rgw_gc_max_objs: 997 + #NOTE (JCL): See http://tracker.ceph.com/issues/24937 + #NOTE (JCL): See https://tracker.ceph.com/issues/24551 + rgw_dynamic_resharding: false rgw_s3: enabled: false admin_caps: "users=*;buckets=*;zone=*"