Comment 5 for bug 2039498

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/899136
Committed: https://opendev.org/openstack/kolla-ansible/commit/8962b4081e25e97f500677b0b55e0800d2acf76f
Submitter: "Zuul (22348)"
Branch: master

commit 8962b4081e25e97f500677b0b55e0800d2acf76f
Author: Dawud <email address hidden>
Date: Wed Oct 18 14:05:10 2023 +0100

    Remove the `grafana` volume

    Fixes not being able to add additional plugins at build time due to the
    `grafana` volume being mounted over the existing `/var/lib/grafana`
    directory. This is fixed by copying the dashboards into the container
    from an existing bind mount instead of using the ``grafana`` volume.
    This however leaves behind the volume which should be removed with
    `docker volume rm grafana` or by setting `grafana_remove_old_volume` to
    `True`.

    Closes-Bug: #2039498
    Change-Id: Ibcffa5d8922c470f655f447558d4a9c73b1ba361