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:
parent
d1cd6a9617
commit
ba8af72c6f
@ -43,6 +43,7 @@
|
|||||||
- { path: "/etc/sudoers.d", mode: "0750", owner: "root", group: "root" }
|
- { path: "/etc/sudoers.d", mode: "0750", owner: "root", group: "root" }
|
||||||
- { path: "/etc/swift" }
|
- { path: "/etc/swift" }
|
||||||
- { path: "/etc/swift/account-server" }
|
- { path: "/etc/swift/account-server" }
|
||||||
|
- { path: "/etc/swift/backups" }
|
||||||
- { path: "/etc/swift/container-server" }
|
- { path: "/etc/swift/container-server" }
|
||||||
- { path: "/etc/swift/object-server" }
|
- { path: "/etc/swift/object-server" }
|
||||||
- { path: "/etc/swift/proxy-server" }
|
- { path: "/etc/swift/proxy-server" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user