Comment 7 for bug 1926591

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

Reviewed: https://review.opendev.org/c/starlingx/ansible-playbooks/+/788999
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/490874f7bbd60f0117aa08d5a5fd582670d801b6
Submitter: "Zuul (22348)"
Branch: r/stx.5.0

commit 490874f7bbd60f0117aa08d5a5fd582670d801b6
Author: Mihnea Saracin <email address hidden>
Date: Thu Apr 29 16:37:21 2021 +0300

    Restore host filesystems with collected sizes

    Since https://review.opendev.org/c/starlingx/ansible-playbooks/+/784860,
    the host filesystems(backup, docker, kubelet, scratch) are
    no longer resized in ansible at restore and they are not using the
    collected sizes from the backup archive. Puppet will try to
    resize them when unlocking but this will generate some errors.

    The solution is to create the host filesystems with the
    correct sizes at restore. The sizes are taken from the
    backup archive.

    Closes-Bug: 1926591
    Change-Id: Id670408a518e4a1e3fc75a668eea42d26a972d66
    Signed-off-by: Mihnea Saracin <email address hidden>
    (cherry picked from commit 255488739efa4ac072424b19f2dbb7a3adb0254e)