Comment 4 for bug 1501694

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/liberty)

Reviewed: https://review.openstack.org/233158
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=9d3e83517784e2e47ae7b8336ee5b23fcaab52df
Submitter: Jenkins
Branch: stable/liberty

commit 9d3e83517784e2e47ae7b8336ee5b23fcaab52df
Author: Michal Jastrzebski <email address hidden>
Date: Thu Oct 1 12:36:00 2015 +0200

    Removing /dev/log on rsyslog start

    Currently we seem to be experiencing races between containers.
    If another containers tries to write to rsyslog before rsyslog container
    is up and running it will create /dev/log as directory,
    and that will prevent rsyslog from starting.

    Change-Id: I88ac27693d12e605f95e3a945fc98783516d7933
    Closes-Bug: #1501694
    backport: liberty
    (cherry picked from commit 7d6621e68bd1be200afc33b9952ce40cb877b793)