Description of problem: After installation with packstack: # for svc in /etc/init.d/openstack-swift-*; do $svc status; done account-server (pid 3664) is running... account-auditor is stopped account-reaper is stopped account-replicator (pid 3606) is running... container-server (pid 3542) is running... container-auditor is stopped container-replicator (pid 3560) is running... container-updater is stopped object-server (pid 3753) is running... object-auditor is stopped object-replicator (pid 3771) is running... object-updater is stopped Version-Release number of selected component (if applicable): openstack-packstack-2012.2.2-0.8.dev346.el6ost.noarch openstack-swift-1.7.4-7.el6ost.noarch How reproducible: 1/1 Steps to Reproduce: 1. Install 2. 3. Actual results: Some swift services stopped Expected results: All swift services running Additional info: See the referred bug.
Fix submitted upstream https://review.openstack.org/#/c/23407/
Good job. [root@node-01 ~]# for svc in /etc/init.d/openstack-swift-*; do $svc status; done account-server (pid 4533) is running... account-auditor (pid 4131) is running... account-reaper (pid 4193) is running... account-replicator (pid 4472) is running... container-server (pid 4846) is running... container-auditor (pid 3993) is running... container-replicator (pid 4784) is running... container-updater (pid 4055) is running... object-server (pid 4622) is running... object-auditor (pid 4331) is running... object-replicator (pid 4685) is running... object-updater (pid 4269) is running...
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0706.html