kolla-ansible/releasenotes/notes/add-variable-influxdb-datadir-volume-68200f92a3c5d633.yaml
Will Szumski 4cf7ff9fa2 Introduce influxdb_datadir_volume
This allows you to tune the performance of InfluxDB by locating the
volume on a drive that is separate to the default docker storage.

Change-Id: Iea555a2702b225b30f5d7035b8a703d4f3376ee7
2020-02-19 16:08:33 +00:00

7 lines
236 B
YAML

---
features:
- |
Adds a new variable, ``influxdb_datadir_volume``. This allows you control
where the docker volume for InfluxDB is created. A performance tuning is
to set this to a path on a high performance flash drive.