Comment 6 for bug 1978846

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tripleoclient (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/846556
Committed: https://opendev.org/openstack/python-tripleoclient/commit/7af5a55c819b5509a5dcaff7262538308ecd7c33
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 7af5a55c819b5509a5dcaff7262538308ecd7c33
Author: John Fulton <email address hidden>
Date: Fri Jun 17 16:11:59 2022 -0400

    Fall back to alt path for ceph client data during export

    The patch to fix the related bug (not this patch) fixes an
    inconsistency where the ceph client data is somtimes exported
    to the wrong path. If anyone deployed before they got the fix
    to the related bug, then this patch will workaround that
    problem if they export later.

    When 'openstack overcloud export ceph' is run look in the
    correct default location for the ceph client data and if it
    is not found, then fall back to incorrect location.

    Change-Id: I0b8c747481e561645eefea50cb77ca806a7f0de2
    Related-Bug: #1978846
    (cherry picked from commit fda3233451db678642fd57f920487db7ca63dc30)