Comment 6 for bug 1773376

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/queens)

Reviewed: https://review.openstack.org/571412
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=db35bd28e2772ceb1ce73696c6a064ddd324cbc5
Submitter: Zuul
Branch: stable/queens

commit db35bd28e2772ceb1ce73696c6a064ddd324cbc5
Author: Mehdi Abaakouk <email address hidden>
Date: Fri May 25 15:53:08 2018 +0200

    gnocchi: add missing /var/lib/gnocchi

    When file driver is selected, Gnocchi write data into /var/lib/gnocchi
    bug the data are loss when the container is restarted.

    This changes adds the volumes to all Gnocchi containers, so file
    driver will work as expected across restart.

    Closes-bug: #1773376

    Change-Id: I086af01fed4eed609ea6801c483d76c819398979
    (cherry picked from commit 398bcc7f79a1adc6807bf35aec6f0ea5814fdc2c)