puppet-tripleo/releasenotes/notes/swift-create-local-dir-b00292e623d03044.yaml
Christian Schwede ffd524d7f1 Create Swift directory d1 if needed
Swift added a requirement that storage directories must exist before
using them. In case of the d1 directory in TripleO - used when there are
no "real disks" - it has to be created by TripleO in advance.

Related-Bug: 1729569
Change-Id: I49e395ac379ced01adb60d8d9f951c08718b1c61
2018-01-11 06:06:55 +00:00

8 lines
312 B
YAML

---
fixes:
- |
Swift added a requirement to ensure that storage directories exist before
using them. However, when local directories are used in Tripleo (storing
data in /srv/node/d1), these are missing by default and thus Swift won't
store any data. This fix creates this directory if needed.