Comment 6 for bug 1909063

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/895371
Committed: https://opendev.org/openstack/kolla-ansible/commit/fc7ed97d52c092d3be0fb1cf44c219d6b8d3d40a
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit fc7ed97d52c092d3be0fb1cf44c219d6b8d3d40a
Author: Jeffrey Zhang <email address hidden>
Date: Wed Dec 23 13:42:16 2020 +0800

    Configure Nova libvirt.num_pcie_ports to 16 by default

    When using the 'q35' machine type, by default, it allows only
    a single PCIe device to be hotplugged. Nova currently sets
    'num_pcie_ports' to "0" (defaults to libvirt's "1"), which is
    not sufficient for hotplug use.

    The max value is 28, but 16 is enough in most cases.

    More info please check

    * [0] https://libvirt.org/pci-hotplug.html
    * [1] https://marcin.juszkiewicz.com.pl/2018/02/19/hotplug-in-vm-easy-to-say/
    * [2] https://review.opendev.org/c/openstack/nova/+/545034

    Co-Authored-By: Bartosz Bezak <email address hidden>

    Change-Id: I7b8063566837aeb947927b7d6858417982b63deb
    Closes-Bug: 1909063
    (cherry picked from commit b8e77deeeff011b5ca9ef891d4335ff72d7986f6)