CiscoSystems / puppet-swift

Puppet module for managing swift
Other
3 stars 6 forks source link

Fix perms for swift signing dir #6

Closed rickerc closed 11 years ago

rickerc commented 11 years ago

Temporary patch to work around permissions issue until root cause can be sorted out

This will need to either be upstreamed or backed out and resolved by packaging changes, as appropriate. Bug #1207516 raised against g.2 so it will be tracked

bodepd commented 11 years ago

the documentation for swift multi-node [1] indicates that it should be set to swift:swift

mkdir -p /var/cache/swift /srv/node/
chown swift:swift /var/cache/swift

[1]http://docs.openstack.org/developer/swift/howto_installmultinode.html

rickerc commented 11 years ago

I don't really want to upstream until we track down the cause -- I only see with our packages so it may well be a packaging problem on our side (or due to newer keystone code)

markvoelker commented 11 years ago

https://bugs.launchpad.net/bugs/1207516 is open to track down the root cause and targeted for g.2, so I'm ok with merging this for g.1.

+1

cbaesema commented 11 years ago

:+1: