Comment 1 for bug 2065084

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (master)

Reviewed: https://review.opendev.org/c/openstack/nova/+/918089
Committed: https://opendev.org/openstack/nova/commit/575ff86a4f1572786d66639f774405fbc074fdb1
Submitter: "Zuul (22348)"
Branch: master

commit 575ff86a4f1572786d66639f774405fbc074fdb1
Author: Dan Smith <email address hidden>
Date: Fri May 3 08:55:50 2024 -0700

    Avoid setting serial on raw LUN devices

    Libvirt now enforces that device="lun" (i.e. raw device passthrough)
    disks must not have the <serial> property set. We recently enabled
    the ability to manage devices by alias instead of serial, but to
    fully enable this use-case we need to avoid putting serial in the
    XML to appease libvirt.

    Related-Bug: #2065084
    Change-Id: Ifa2df89f27e58e1e64ce046edeaf6e49a7c89490