Comment 8 for bug 1829000

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

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

commit e06a66fe9f9cb05c2d05cae336e2676fb5e5f3d2
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)
    (cherry picked from commit b45f47c7577f7b9694ba0a6060312f1a0ec06abd)