Create /var/log/containers on Swift storage-only nodes
This directory is missing when deploying standalone Swift storage nodes, and thus the following Ansible task to create a link fails. Closes-Bug: 1736109 Change-Id: If09f3b9942e4f44e398563c044e9c70101fef367
This commit is contained in:
@@ -448,6 +448,7 @@ outputs:
|
|||||||
with_items:
|
with_items:
|
||||||
- /srv/node
|
- /srv/node
|
||||||
- /var/log/swift
|
- /var/log/swift
|
||||||
|
- /var/log/containers
|
||||||
- name: Create swift logging symlink
|
- name: Create swift logging symlink
|
||||||
file:
|
file:
|
||||||
src: /var/log/swift
|
src: /var/log/swift
|
||||||
|
|||||||
Reference in New Issue
Block a user