Comment 6 for bug 1829000

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

Reviewed: https://review.opendev.org/662152
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b45f47c7577f7b9694ba0a6060312f1a0ec06abd
Submitter: Zuul
Branch: stable/stein

commit b45f47c7577f7b9694ba0a6060312f1a0ec06abd
Author: Alexandre Arents <email address hidden>
Date: Tue May 14 11:37:12 2019 +0000

    Fix live-migration when glance image deleted

    When block live-migration is run on instance with
    a deleted glance image, image.cache() is called
    without specyfing instance disk size parameter,
    preventing the resize of disk on the target host.

    Change-Id: Id0f05bb1275cc816d98b662820e02eae25dc57a3
    Closes-Bug: #1829000
    (cherry picked from commit c1782bacd8461bdd8c833792864e61228fa451f1)