Comment 15 for bug 1982284

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/860733
Committed: https://opendev.org/openstack/nova/commit/4316234e63b76e4f9877ec6e924b5c54ea761bbb
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 4316234e63b76e4f9877ec6e924b5c54ea761bbb
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)