Comment 5 for bug 1888681

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/ussuri)

Reviewed: https://review.opendev.org/743299
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=4d9650ab2d79540123525486ef17f5185bed120d
Submitter: Zuul
Branch: stable/ussuri

commit 4d9650ab2d79540123525486ef17f5185bed120d
Author: Doug Szumski <email address hidden>
Date: Thu Jul 23 10:26:27 2020 +0000

    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
    (cherry picked from commit 2c730590d72e7b6d3056c53804f924d43dab8363)