Comment 5 for bug 1652771

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/newton)

Reviewed: https://review.openstack.org/419468
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=32641ffabfda61f55ef43f81753f356e5b115b23
Submitter: Jenkins
Branch: stable/newton

commit 32641ffabfda61f55ef43f81753f356e5b115b23
Author: Alexander Kislitsky <email address hidden>
Date: Wed Jan 11 17:53:10 2017 +0300

    Logs symlinks creation fixed

    We had a race on the old symlink recreation. After old symlink
    removing rsyslog creates a dir with old name and after that
    symlink creation is failed due to 'File exists' error. As fix
    we are stopping the rsyslog for removing old link as well as
    it was done for removing old dir.

    Change-Id: I7fa969c3495f7e15a3b9f44ee9eaccca4106d5c1
    Closes-Bug: #1652771