Comment 2 for bug 2052968

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

Reviewed: https://review.opendev.org/c/starlingx/ansible-playbooks/+/908854
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/31d0424d16a472af4079fa065f8990e9408773aa
Submitter: "Zuul (22348)"
Branch: master

commit 31d0424d16a472af4079fa065f8990e9408773aa
Author: Erickson Silva de Oliveira <email address hidden>
Date: Mon Feb 12 15:14:54 2024 -0300

    Add wildcards argument in recover-ceph-data

    The restore-ceph-data playbook extracts a file using pattern
    matching characters when the backup was generate on
    controller-1 (AIO-DX). On centOS the command work as it is,
    but on Debian is necessary to use the --wildcards argument
    to enable the pattern matching, or it will raise an exception.

    To resolve this issue, the argument was added to the command.

    Test Plan:
    PASS: (AIO-DX) Set controller-1 as the active controller
    PASS: (AIO-DX) Perform backup and restore

    Closes-bug: 2052968

    Change-Id: Ie373e8d2bceb8f648ed68c62eefc8867d74a8588
    Signed-off-by: Erickson Silva de Oliveira <email address hidden>