Comment 10 for bug 1982853

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

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

commit c07495d9d64dd0635d72fc7ff67d73a656a40d13
Author: Kashyap Chamarthy <email address hidden>
Date: Tue Jul 26 16:02:17 2022 +0200

    Add a workaround to skip hypervisor version check on LM

    When turned on, this will disable the version-checking of hypervisors
    during live-migration. This can be useful for operators in certain
    scenarios when upgrading. E.g. if you want to relocate all instances
    off a compute node due to an emergency hardware issue, and you only have
    another old compute node ready at the time.

    Note, though: libvirt will do its own internal compatibility checks, and
    might still reject live migration if the destination is incompatible.

    Closes-Bug: #1982853

    Change-Id: Iec387dcbc49ddb91ebf5cfd188224eaf6021c0e1
    Signed-off-by: Kashyap Chamarthy <email address hidden>
    (cherry picked from commit 00ed8a232bc22f48011e95a0b47750520a5b4d47)