Comment 2 for bug 1888681

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

Reviewed: https://review.opendev.org/742688
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=2c730590d72e7b6d3056c53804f924d43dab8363
Submitter: Zuul
Branch: master

commit 2c730590d72e7b6d3056c53804f924d43dab8363
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