Bug 810392 - Typo on /etc/tmpfiles.d/openstack-swift.conf
Summary: Typo on /etc/tmpfiles.d/openstack-swift.conf
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: openstack-swift
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Alan Pevec
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-05 20:18 UTC by Renich Bon Ciric
Modified: 2012-07-27 23:16 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-27 23:16:55 UTC
Type: Bug


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.