openstack-helm-infra/ceph-rgw
Matthew Heler 6ef48d3706 Further performance tuning changes for Ceph
- Throttle down snap trimming as to lessen it's performance impact
(Setting just osd_snap_trim_priority isn't effective enough to throttle
down the impact)
osd_snap_trim_sleep: 0.1 (default 0)
osd_pg_max_concurrent_snap_trims: 1 (default 2)

- Align filestore_merge_threshold with upstream Ceph values
(A negative number disables this function, no change in behavior)
filestore_merge_threshold: -10 (formerly -50, default 10)

- Increase RGW pool thread size for more concurrent connections
rgw_thread_pool_size: 512 (default 100)

- Disable in-memory logs for the ms subsytem.
debug_ms: 0/0 (default 0/5)

- Formating cleanups

Change-Id: I4aefcb6e774cb3e1252e52ca6003cec495556467
2018-10-26 15:10:50 +00:00
..
templates Ceph-RGW: Use hostname not podname for pod specific config 2018-10-17 01:38:34 +00:00
Chart.yaml Ceph: Move Ceph charts to openstack-helm-infra 2018-08-28 15:03:35 -05:00
requirements.yaml Ceph: Move Ceph charts to openstack-helm-infra 2018-08-28 15:03:35 -05:00
values.yaml Further performance tuning changes for Ceph 2018-10-26 15:10:50 +00:00