From 66cb979bc2e8b838c0cac96c2f6a176b814067e2 Mon Sep 17 00:00:00 2001 From: Matthew Heler Date: Tue, 26 Feb 2019 05:51:10 -0600 Subject: [PATCH] [CEPH] RGW tuning for Mimic release Remove overrides that are already set or raised higher in the Mimic release of Ceph for RGW. rgw_thread_pool_size is now by default using 512 objecter_inflight_ops is now also set to 24576 by default for RGW Change-Id: I982f6bc08954864afa5ad29923707e1bf64ba9fa --- ceph-rgw/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ceph-rgw/values.yaml b/ceph-rgw/values.yaml index e5049dadd..965af02bf 100644 --- a/ceph-rgw/values.yaml +++ b/ceph-rgw/values.yaml @@ -282,8 +282,6 @@ conf: #NOTE (JCL): See http://tracker.ceph.com/issues/24937 #NOTE (JCL): See https://tracker.ceph.com/issues/24551 rgw_dynamic_resharding: false - #NOTE (supamatt): Increase threads and rados handles for better performance - rgw_thread_pool_size: 512 rgw_num_rados_handles: 4 rgw_override_bucket_index_max_shards: 8 rgw_ks: @@ -310,7 +308,6 @@ conf: cephx_cluster_require_signatures: true cephx_service_require_signatures: false objecter_inflight_op_bytes: "1073741824" - objecter_inflight_ops: 10240 debug_ms: "0/0" osd: osd_mkfs_type: xfs