kolla-ansible/releasenotes/notes/grafana-start-first-node-timeout-f9a6149cc68153a5.yaml
Dr. Jens Harbott f8f34e0c47
Bump timeout for grafana startup
The initial migrations when starting grafana for the first time may
sometimes take much longer than 20s, we have seen samples up to near
60s. Allow 120s to have some margin. Also make the timeout parameters
configurable.

Closes-Bug: 1769962
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: If9186d8aa65150c492657550064789e211dbb570
2021-12-09 08:05:57 +01:00

11 lines
464 B
YAML

---
fixes:
- |
On slower nodes, the initial grafana startup could experience a
timeout failure when the migrations for setting up the database
took longer than expected. This has been fixed by increasing the
default timeout. The timeout settings can be changed via new
parameters ``grafana_start_first_node_delay`` and
``grafana_start_first_node_retries`` for the ``grafana`` role.
`LP#1769962 <https://launchpad.net/bugs/1769962>`__