Bug 810392

Summary: Typo on /etc/tmpfiles.d/openstack-swift.conf
Product: [Fedora] Fedora Reporter: Renich Bon Ciric <renich>
Component: openstack-swiftAssignee: Alan Pevec <apevec>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: apevec, apevec, breu, david, jonathansteffan, markmc, rbryant, silas, zaitcev
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-27 23:16:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Renich Bon Ciric 2012-04-05 20:18:14 UTC
You have a typo on the object-server entry:

cat /etc/tmpfiles.d/openstack-swift.conf
# swift needs a couple of directories in /var/run
d /var/run/swift 0755 swift root
d /var/run/swift/account-server 0755 swift root
d /var/run/swift/auth-server 0755 swift root
d /var/run/swift/container-server 0755 swift root
d /var/run/swift/object-sever 0755 swift root
d /var/run/swift/proxy-server 0755 swift root

It should be:
d /var/run/swift/object-server 0755 swift root

Comment 2 Renich Bon Ciric 2012-04-05 21:55:55 UTC
wow, that was fast! Thanks a lot!