Comment 8 for bug 1552643

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

Reviewed: https://review.openstack.org/295291
Committed: https://git.openstack.org/cgit/openstack/fuel-octane/commit/?id=112225e94ddf26564131c97270a4ce93ed0db8a7
Submitter: Jenkins
Branch: stable/7.0

commit 112225e94ddf26564131c97270a4ce93ed0db8a7
Author: Sergey Abramov <email address hidden>
Date: Fri Mar 18 13:01:59 2016 +0300

    move remote logs and create links on it

    After restore there are no logs on existent nodes in Nailgun UI.
    In /var/log/docker-logs/remote they exists and have access by ip addr.
    Move logs from ip addr path to FQDN path and create symlink ip
    addr path to fqdn path.
    If ip addr path doesn't exists create empty fqdn path dir and create
    link to it with ip addr path name to this directory.

    Change-Id: Ic82fc30082c2a743e79d3495a6d87bab17e2c742
    Closes-bug: 1552643
    (cherry picked from commit ecbfd3fbc7973323c4cb0fb4dc62e7db4edbd0c0)