Limit gnocchi metricd workers

Metricd was spawning 1 worker per logical core, which in turned blew up
the number of connection on MySQL when host has 48 cores. Limit to 4.

Change-Id: I06b4cb866cac888e24df78e4c889ac55c5893290
This commit is contained in:
Guillaume Boutry 2024-02-22 12:09:29 +01:00
parent 170ccac750
commit ddfd92e124
No known key found for this signature in database
GPG Key ID: E95E3326872E55DE

View File

@ -16,5 +16,7 @@ ceph_pool = gnocchi
ceph_username = gnocchi
ceph_conffile = /etc/ceph/ceph.conf
[metricd]
workers = 4
{% include "parts/section-identity" %}