Comment 4 for bug 1652771

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

Reviewed: https://review.openstack.org/418991
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=46c859acc0a7a2d6229de4454d6ecc0addc34655
Submitter: Jenkins
Branch: master

commit 46c859acc0a7a2d6229de4454d6ecc0addc34655
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