Skip to content

Commit 283eece

Browse files
committed
Lower num_pcie_ports to 12 in the nova-next job
This change is being proposed in response to guest kernel panics that are happening occasionally in the nova-next CI job. In these particular cases, we see messages like the following in the guest console log dump [1]: pci 0000:00:03.6: BAR 13: no space for [io size 0x1000] pci 0000:00:03.6: BAR 13: failed to assign [io size 0x1000] which seems to indicate the guest is running out of memory to allocate to the pcie devices. This lowers num_pcie_ports to 12 from 24 in an effort to use less memory. [1] https://pastebin.com/raw/cVDem0Xr Change-Id: Ibfa65a00dd91e6c3f28fef837a7e172221f72f42
1 parent 1738b52 commit 283eece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zuul.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
libvirt:
412412
# Increase the number of PCIe ports per instance given the q35
413413
# machine type attaches more devices by default than pc
414-
num_pcie_ports: 24
414+
num_pcie_ports: 12
415415
hw_machine_type: "x86_64=q35"
416416
# Use lower TB cache than default(1GiB), only applicable with
417417
# libvirt>=8.0.0

0 commit comments

Comments
 (0)