Comment 2 for bug 1501694

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

Reviewed: https://review.openstack.org/229816
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=865ba802317f1680b1e70f001bf95e3f9fa8a2c4
Submitter: Jenkins
Branch: master

commit 865ba802317f1680b1e70f001bf95e3f9fa8a2c4
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