Comment 6 for bug 1966825

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

Reviewed: https://review.opendev.org/c/openstack/kolla/+/836602
Committed: https://opendev.org/openstack/kolla/commit/5943f32af72ff62478bae63bdf93297984e9f809
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 5943f32af72ff62478bae63bdf93297984e9f809
Author: Yamato Tanaka <email address hidden>
Date: Tue Mar 29 11:35:12 2022 +0900

    Emit log when copying file/directory permissions

    Currently, kolla sets file permissions at _set_properties_from_file()
    method, but no logs are emitted here. This can make it
    difficult to investigate the cause of issues which are
    caused by setting permissions.
    This patch makes _set_properties_from_file() output a
    log.

    Closes-Bug: #1966825
    Change-Id: I91116931aa30fd2c5e51ed1ac04663fcfa4a5f36
    (cherry picked from commit 4c071fcc3a5efa01240602d6566035029fce2d5b)