Comment 5 for bug 1442329

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-swift (stable/juno)

Reviewed: https://review.openstack.org/172402
Committed: https://git.openstack.org/cgit/stackforge/puppet-swift/commit/?id=4539c84521729e083db6dce052b915e1f6c59ebe
Submitter: Jenkins
Branch: stable/juno

commit 4539c84521729e083db6dce052b915e1f6c59ebe
Author: Emilien Macchi <email address hidden>
Date: Thu Apr 9 15:23:01 2015 -0400

    Notify services if swift.conf is modified

    swift.conf contains the hash_suffix. With the current module, we have a
    race condition where services can start *before* having the right hash
    in swift.conf, so some objects mays be put in quarantine.

    When usint swift_config (which affect swift.conf), we should restart all
    services to ensure our ring is running correctly.

    Change-Id: I1087ba4ec079ca9c43bea9ff0511347632871ec2
    Closes-bug: #1442329
    (cherry picked from commit 6dc85b0f7918fa295974f7afbb1a6b8a26f8f953)