Comment 8 for bug 1836369

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

Reviewed: https://review.opendev.org/687563
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f04fc63ffcde238f31c28c0fc5886716b669d718
Submitter: Zuul
Branch: stable/rocky

commit f04fc63ffcde238f31c28c0fc5886716b669d718
Author: Matt Riedemann <email address hidden>
Date: Thu Jul 11 17:11:32 2019 -0400

    Add functional test for resize crash compute restart revert

    During review of change I51673e58fc8d5f051df911630f6d7a928d123a5b
    there was discussion about the RESIZE_MIGRATING crashed resize
    cleanup on restart of the compute service and how it may or may
    not work but is likely missing some things to cleanup like fields
    set on the instance during prep_resize and resource allocations
    in placement.

    This adds a functional test to hit that code and make assertions
    about what it does and does not cleanup after the crashed resize.

    stable/rocky:
    * The integrated_helper change is needed as
    Ic062446e5c620c89aec3065b34bcdc6bf5966275 is missing from rocky.

    Related-Bug: #1836369

    Change-Id: I107d842520c088b4859a3b36621ce6bd8e970475
    (cherry picked from commit 8db712fe040b15f2b8bc5538338658d3aac246e3)
    (cherry picked from commit c565cab47945146cbbd1f1a75f42fef0fc531483)