Comment 1 for bug 2045321

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

Reviewed: https://review.opendev.org/c/starlingx/update/+/902336
Committed: https://opendev.org/starlingx/update/commit/c8a7941a21688e5441163636ca77ead194bec1d4
Submitter: "Zuul (22348)"
Branch: master

commit c8a7941a21688e5441163636ca77ead194bec1d4
Author: Lindley Werner <email address hidden>
Date: Thu Nov 30 19:22:45 2023 -0300

    Fix: load-import not feed controller-1

    When doing load-import operation, the /var/www/pages/feed/ files must
    be replicated in both controllers. The files were being created in
    controller-0, but they were not copied to controller-1.

    This fix added a way to get all the folders from one controller to
    another and sync them with ostree the explanation is in the following
    commit: I42c274079631a3c197015e636e03de1bc96de28b

    Test-plan:
    PASS: After a load-import, the inactive controller should have the
    feed repo created.

    Closes-bug: 2045321

    Change-Id: I260951461d2c19550e9f57ad7ab9ec66a25de5bb
    Signed-off-by: Lindley Werner <email address hidden>