-
- Downloads
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
Showing
- ansible/roles/grafana/defaults/main.yml 3 additions, 1 deletionansible/roles/grafana/defaults/main.yml
- ansible/roles/grafana/tasks/post_config.yml 7 additions, 0 deletionsansible/roles/grafana/tasks/post_config.yml
- releasenotes/notes/grafana-volume-81d569128d9e020f.yaml 23 additions, 0 deletionsreleasenotes/notes/grafana-volume-81d569128d9e020f.yaml
Please register or sign in to comment