问题现象:

libvirtError: internal error: No more available PCI slots

解决方法:nova.conf文件增加配置选项

[libvirt]
num_pcie_ports=28
hw_machine_type=x86_64=q35

nova 代码最大支持28,可以更改nova代码支持更大的pci设备

问题参考链接:

https://bugs.launchpad.net/nova/+bug/1780138

https://documentation.suse.com/sles/15-SP1/html/SLES-all/cha-libvirt-config-virsh.html#sec-libvirt-config-machinetype-virsh

相关文章:

  • 2022-12-23
  • 2021-04-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-09-11
  • 2022-03-03
  • 2022-02-02
猜你喜欢
  • 2021-08-30
  • 2022-12-23
  • 2021-11-14
  • 2021-09-09
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案