Comment 16 for bug 1982284

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/860734
Committed: https://opendev.org/openstack/nova/commit/98d9936e54b900db1bd2d5477a9a1d7e5a7be104
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 98d9936e54b900db1bd2d5477a9a1d7e5a7be104
Author: Brett Milford <email address hidden>
Date: Thu Aug 4 16:52:33 2022 +1000

    Handle "no RAM info was set" migration case

    This handles the case where the live migration monitoring thread may
    race and call jobStats() after the migration has completed resulting in
    the following error:

        libvirt.libvirtError: internal error: migration was active, but no
        RAM info was set

    Closes-Bug: #1982284
    Change-Id: I77fdfa9cffbd44b2889f49f266b2582bcc6a4267
    (cherry picked from commit 9fea934c71d3c2fa7fdd80c67d94e18466c5cf9a)
    (cherry picked from commit 00396fa9396324780c09161ed57a86b7e458c26f)
    (cherry picked from commit 4316234e63b76e4f9877ec6e924b5c54ea761bbb)