Comment 8 for bug 1891547

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

Reviewed: https://review.opendev.org/747357
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3f3b889f4e7e204a140d32d71201c4f23dd54c24
Submitter: Zuul
Branch: stable/ussuri

commit 3f3b889f4e7e204a140d32d71201c4f23dd54c24
Author: Lee Yarwood <email address hidden>
Date: Thu Aug 13 16:56:35 2020 +0100

    libvirt: Do not reference VIR_ERR_DEVICE_MISSING when libvirt is < v4.1.0

    I7eb86edc130d186a66c04b229d46347ec5c0b625 introduced
    VIR_ERR_DEVICE_MISSING into the hot unplug libvirt error code list
    within detach_device_with_retry. While the change correctly referenced
    that the error code was introduced in v4.1.0 it made no attempt to
    handle versions prior to this. With MIN_LIBVIRT_VERSION currently pinned
    to v4.0.0 we need to handle libvirt < v4.1.0 to avoid referencing the
    non-existent error code within the libvirt module.

    Closes-Bug: #1891547
    Change-Id: I32908b77c18f8ec08211dd67be49bbf903611c34
    (cherry picked from commit bc96af565937072c04dea31781d86d2073b77ed4)