Openstack计算节点端口绑定失败



创建实例失败,错误:

Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance

控制节点没有任何错误。计算节点异常:

nova.exception.PortBindingFailed: Binding failed for port b70c2f30-f83c-4cae-abf8-98be39a382d5, please check neutron logs for more information.

Neutron的日志没有错误。中子配置

[linux_bridge]
physical_interface_mappings = provider:ens3
[vxlan]
enable_vxlan = true
local_ip = 10.101.1.46
l2_population = true
[securitygroup]
enable_security_group = true
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver

如何修复端口绑定?

  • 1,检查openstack port show b70c2f30-f83c-4cae-abf8-98be39a382d5创建端口成功,我猜是因为新星执行PortBinding
  • 2,检查全网组件是否以openstack network agent list工作,并检查不工作组件的日志。
  • 3,确保所有hypervisor在一致的时间。

这个端口是先创建的,然后再尝试作为接口连接吗?如果是,请检查港口所有者(项目)。您创建的端口类型是normal还是direct ?

最新更新