ffd524d7f1
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
8 lines
312 B
YAML
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.
|