New Question
0

HyperV OVS PortBindingFailed

asked 2019-05-04 11:59:47 +0300

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi I try to install and run HyperV Compute Node. My system is Openstack Pike. I can see openstack hypervisor list and openstack network agent list but i cant create hyperv instance. it gives an error PortBindingFailed. There isn't port mapping section in /etc/neutonovsagent. I try to add manually but is not working.

neuton-ovs-agent.log

2019-05-04 08:45:43.025 4784 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent [-] Agent has just been revived. Doing a full sync. 2019-05-04 08:45:43.213 4784 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent [req-6fac2e13-b9b2-4a42-863e-249156997565 - - - - -] Agent initialized successfully, now running... 2019-05-04 08:45:43.213 4784 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent [req-6fac2e13-b9b2-4a42-863e-249156997565 - - - - -] rpcloop doing a full sync. 2019-05-04 08:45:43.275 4784 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent [req-6fac2e13-b9b2-4a42-863e-249156997565 - - - - -] Agent out of sync with plugin! 2019-05-04 08:46:07.681 4784 INFO neutron.agent.securitygroupsrpc [req-72a3efd9-637b-400c-a273-3428f6b6d33a 528561762a5d49a88bedf3a94da95c2f 9b6dc1f5cca846259fc04e93bef107e6 - - -] Security group member updated set(['b5a90455-581e-48d5-b6e0-a3f1608d9ee3']) 2019-05-04 08:48:55.400 4784 INFO neutron.agent.securitygroupsrpc [req-2d307712-7df4-4e91-b5d4-6d36e2807787 528561762a5d49a88bedf3a94da95c2f 9b6dc1f5cca846259fc04e93bef107e6 - - -] Security group member updated set(['b5a90455-581e-48d5-b6e0-a3f1608d9ee3']) 2019-05-04 08:48:55.993 4784 INFO neutron.agent.common.ovslib [req-6fac2e13-b9b2-4a42-863e-249156997565 - - - - -] Port f08cb9a6-0d2f-4c81-8b66-e76fe1fa60bb not present in bridge br-int 2019-05-04 08:48:55.993 4784 INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent [req-6fac2e13-b9b2-4a42-863e-249156997565 - - - - -] portunbound(): netuuid None not managed by VLAN manager 2019-05-04 08:48:56.009 4784 INFO neutron.agent.securitygroupsrpc [req-6fac2e13-b9b2-4a42-863e-249156997565 - - - - -] Remove device filter for ['f08cb9a6-0d2f-4c81-8b66-e76fe1fa60bb'] 2019-05-04 08:48:56.009 4784 INFO neutron.agent.common.ovslib [req-6fac2e13-b9b2-4a42-863e-249156997565 - - - - -] Port f08cb9a6-0d2f-4c81-8b66-e76fe1fa60bb not present in bridge br-int 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent [req-6fac2e13-b9b2-4a42-863e-249156997565 - - - - -] Error while processing VIF ports: OVSFWPortNotFound: Port f08cb9a6-0d2f-4c81-8b66-e76fe1fa60bb is not managed by this agent. 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent Traceback (most recent call last): 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\neutron\plugins\ml2\drivers\openvswitch\agent\ovsneutronagent.py", line 2053, in rpcloop 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent self.processdeletedports(portinfo) 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\osprofiler\profiler.py", line 153, in wrapper 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent return f(args, *kwargs) 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent File "C:\Program Files\Cloudbase Solutions\OpenStack\Nova\Python27\lib\site-packages\neutron\plugins\ml2\drivers\openvswitch\agent\ovsneutronagent.py", line 472, in processdeletedports 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers ... (more)

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2019-05-06 10:22:16 +0300

lpetrut gravatar image

Hi,

So you're using the OVS agent. What network type are you using (e.g. vlan, vxlan, gre, etc)? Can you check if Nova manages to add the port to the br-int bridge?

Please use paste.openstack.org or any similar service for logs/configs.

Thanks, Lucian

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2019-05-04 11:59:47 +0300

Seen: 533 times

Last updated: May 06 '19