严重中子 [-] 未处理的错误:neutron.privileged.agent.linux.ip_lib.InterfaceOperationNotSupported Openstack

严重中子 [-] 未处理的错误:neutron.privileged.agent.linux.ip_lib.InterfaceOperationNotSupported Openstack

根据 OpenStack 的优秀文档,我使用“自助服务网络“选项。当所有配置完成后,我会看到验证命令”openstack 网络代理列表“输出没有显示 linuxbridge。然后检查日志文件并查看发现的错误。

2023-04-06 11:34:36.731 2553631 严重中子 [-] 未处理的错误:neutron.privileged.agent.linux.ip_lib.InterfaceOperationNotSupported:接口 vxlan-4330、命名空间 None 不支持操作。 2023-04-06 11:34:36.731 2553631 错误中子回溯(最近一次调用最后一次):2023-04-06 11:34:36.731 2553631 错误中子文件“/usr/bin/neutron-linuxbridge-agent”,第 10 行,在 2023-04-06 11:34:36.731 2553631 错误中子 sys.exit(main()) 2023-04-06 11:34:36.731 2553631 错误中子文件“/usr/lib/python3/dist-packages/neutron/cmd/eventlet/plugins/linuxbridge_neutron_agent.py”,第 28 行,在主程序中2023-04-06 11:34:36.731 2553631 错误 neutron agent_main.main() 2023-04-06 11:34:36.731 2553631 错误 neutron 文件“/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py”,第 1039 行,在 main 中 2023-04-06 11:34:36.731 2553631 错误 neutron manager = LinuxBridgeManager(bridge_mappings, interface_mappings) 2023-04-06 11:34:36.731 2553631 错误 neutron 文件“/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py”,第 92 行,位于在里面 2023-04-06 11:34:36.731 2553631 错误中子 self.check_vxlan_support() 2023-04-06 11:34:36.731 2553631 错误中子文件“/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py”,第 729 行,在 check_vxlan_support 中 2023-04-06 11:34:36.731 2553631 错误中子 if self.vxlan_ucast_supported(): 2023-04-06 11:34:36.731 2553631 错误中子文件“/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py”,第 705 行,位于 vxlan_ucast_supported 2023-04-06 11:34:36.731 2553631 错误 neutron self.delete_interface(test_iface) 2023-04-06 11:34:36.731 2553631 错误 neutron 文件“/usr/lib/python3/dist-packages/neutron/plugins/ml2/drivers/linuxbridge/agent/linuxbridge_neutron_agent.py”,第 670 行,位于 delete_interface 2023-04-06 11:34:36.731 2553631 错误中子设备.link.delete() 2023-04-06 11:34:36.731 2553631 错误中子文件“/usr/lib/python3/dist-packages/neutron/agent/linux/ip_lib.py”,第 482 行,在 delete 中 2023-04-06 11:34:36.731 2553631 错误中子特权.delete_interface(self.name, self._parent.namespace) 2023-04-06 11:34:36.731 2553631 错误中子文件“/usr/lib/python3/dist-packages/oslo_privsep/priv_context.py”,第 271 行,在 _wrap 中 2023-04-06 11:34:36.731 2553631 错误中子返回 self.channel.remote_call(name,args,kwargs,2023-04-06 11:34:36.731 2553631 错误中子文件“/usr/lib/python3/dist-packages/oslo_privsep/daemon.py”,第 215 行,在 remote_call 中 2023-04-06 11:34:36.731 2553631 错误中子引发 exc_type(*result[2])2023-04-06 11:34:36.731 2553631 错误中子 neutron.privileged.agent.linux.ip_lib.InterfaceOperationNotSupported:接口上不支持操作vxlan-4330,命名空间无。

如果您有任何解决方案,请提供帮助。

相关内容