Comment 11 for bug 1833690

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.opendev.org/667526
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=b1486301f2c36838774fc5554637d93de9ab78e6
Submitter: Zuul
Branch: stable/rocky

commit b1486301f2c36838774fc5554637d93de9ab78e6
Author: Rabi Mishra <email address hidden>
Date: Fri Jun 21 15:20:29 2019 +0530

    Don't create symlink for swift container logs

    logrotate 3.14.0 silently ignores all files when
    there is a broken symlink in the container.

    Replaces /var/log/containers/swift symlink with directories

    Once we remove the symlinks in update_staks, host_prep_tasks
    would create those directories.

    Assuming that minor update runs before upgrades, this should
    take care of upgrades too.

    Conflicts:
     docker/services/swift-proxy.yaml
     docker/services/swift-storage.yaml

    Change-Id: I52a74c7b5473340e2afd240d7d6af9ad5bc97544
    Closes-Bug: #1833690
    (cherry picked from commit d3a9614d8a631c1d29683d6426f501b88ecc2f85
     and 90d05216b96adaf93dcf36680954328ed1cb053d)