kolla-ansible/releasenotes/notes/fix-multi-instance-grafana-db-bootstrap-298feba3e1750aca.yaml
Doug Szumski 2c730590d7 Improve Grafana DB bootstrap
This fixes an issue where multiple Grafana instances would race
to bootstrap the Grafana DB. The following changes are made:

- Only start additional Grafana instances after the DB has been
  configured.

- During upgrade, don't allow old instances to run with an
  upgraded DB schema.

Change-Id: I3e0e077ba6a6f43667df042eb593107418a06c39
Closes-Bug: #1888681
2020-07-27 08:23:05 +00:00

6 lines
180 B
YAML

---
fixes:
- |
Fixes an issue where Grafana instances would race to bootstrap the Grafana
DB. See `LP#1888681 <https://bugs.launchpad.net/kolla-ansible/+bug/1888681>`__.