Managed /etc/swift/backups using ansible

If the permissions on /etc/swift/backups are not swift.swift it can
cause the copying of the ring files to fail.

This patch adds /etc/swift/backups to the list of directories managed by
ansible when setting up/configuring swift.

Change-Id: I3937efc54f03e25f504937213a99bde19789aa59
Closes-Bug: #1452743
This commit is contained in:
Andy McCrae 2015-05-07 15:16:22 +01:00
parent 39a62de134
commit 87d48cd4e2

View File

@ -43,6 +43,7 @@
- { path: "/etc/sudoers.d", mode: "0750", owner: "root", group: "root" }
- { path: "/etc/swift" }
- { path: "/etc/swift/account-server" }
- { path: "/etc/swift/backups" }
- { path: "/etc/swift/container-server" }
- { path: "/etc/swift/object-server" }
- { path: "/etc/swift/proxy-server" }