Comment 11 for bug 1262906

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/81663
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=ad7e8c63e6891c59eb4387a01d94838f60370930
Submitter: Jenkins
Branch: master

commit ad7e8c63e6891c59eb4387a01d94838f60370930
Author: Sean Dague <email address hidden>
Date: Wed Mar 19 19:13:20 2014 -0400

    move the rsyslogd restart

    it's not clear why swift start is the place where an rsyslogd start
    is happening, we should really only make this change when we actually
    change a file on disk.

    Also, use rsyslogd's -HUP signal directly instead of the system init
    scripts which are typically doing a stop and start, and apparently
    racing under some circumstances.

    Change-Id: I1b9891313d67b1da2ca2582e532b2536a81f9b25
    Closes-Bug: #1262906