Comment 9 for bug 1853642

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-playbooks (r/stx.3.0)

Reviewed: https://review.opendev.org/697492
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=92b931077967741c4e0b2e3f1adfb24c008f0cbe
Submitter: Zuul
Branch: r/stx.3.0

commit 92b931077967741c4e0b2e3f1adfb24c008f0cbe
Author: Stefan Dinescu <email address hidden>
Date: Fri Nov 29 13:05:10 2019 +0200

    Set proper permission for /opt/platform/sysinv

    Based on reviews https://review.opendev.org/#/c/692439/2 and
    https://review.opendev.org/#/c/691714 the owner of the
    /opt/platform/sysinv folder was the "sysinv" user.

    However, in https://review.opendev.org/#/c/694774/1 the
    owner what changed to root:root. This cause the sysinv
    conductor processs to not be able to write to this folder
    as it does not have proper permissions.

    The solution is to change the folder owner back to sysinv.

    Change-Id: I74962ea69dfd6e9ea24e4fa51fc4e8bb9b6325ac
    Closes-bug: 1853642
    Signed-off-by: Stefan Dinescu <email address hidden>
    (cherry picked from commit 05f770db5f53e9397c8e007195ece7193d5c7056)