Comment 10 for bug 1712411

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

Reviewed: https://review.openstack.org/498627
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0b05655ef8b62bcb21345e778baeed3114c11571
Submitter: Jenkins
Branch: master

commit 0b05655ef8b62bcb21345e778baeed3114c11571
Author: Matt Riedemann <email address hidden>
Date: Mon Aug 28 20:07:30 2017 -0400

    Add functional recreate test for live migration pre-check fails

    This adds a functional test to recreate bug 1712411 where
    the allocations created against the destination node are not
    cleaned up by conductor when a MigrationPreCheckError happens
    and a rechedule to another host happens (or max retries are
    exceeded which is the case here with only two computes).

    Change-Id: Ieee45521c7e362b7dd053b20d3c39dea330ca080
    Relatd-Bug: #1712411