tripleo-heat-templates/releasenotes/notes/swift-mount-var-cache-7e95199532b542c4.yaml
Christian Schwede 079c0ff67a Mount /var/cache/swift across containers
This is needed to ensure all containers update the same cache file used
by swift-recon to collect health and debug data.

Closes-Bug: 1734268
Change-Id: Ia586cc6277359dcb1a78194d65eaa932dd995ed3
2017-11-24 09:25:27 +01:00

8 lines
307 B
YAML

---
fixes:
- |
Processes are storing important health and debug data in some files within
/var/cache/swift, and these files must be shared between all swift-*
processes. Therefore it is needed to mount this directory on all Swift
containers, which is required to make swift-recon working.