HyperV OVS PortBindingFailed

Bug #1827715 reported by ydemiral
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
compute-hyperv
Won't Fix
Undecided
Unassigned

Bug Description

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. when i wnat to 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.openvswitch.agent.ovsneutronagent self.sgagent.removedevicesfilter(deletedports) 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\agent\securitygroupsrpc.py", line 220, in removedevicesfilter 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent self.firewall.removetrustedports([deviceid]) 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\agent\linux\openvswitchfirewall\firewall.py", line 546, in removetrustedports 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent self.removeegressnoportsecurity(portid) 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\agent\linux\openvswitchfirewall\firewall.py", line 644, in removeegressnoportsecurity 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent ovsport = self.getovsport(portid) 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\agent\linux\openvswitchfirewall\firewall.py", line 420, in getovsport 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent raise exceptions.OVSFWPortNotFound(portid=portid) 2019-05-04 08:48:56.009 4784 ERROR neutron.plugins.ml2.drivers.openvswitch.agent.ovsneutronagent 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

Revision history for this message
Lucian Petrut (petrutlucian94) wrote :

This seems to be the cause: "Port f08cb9a6-0d2f-4c81-8b66-e76fe1fa60bb is not managed by this agent". There might be a hostname mismatch, in which case it may be worth checking the associated port details and the neutron server logs.

We no longer support running OVS on Windows, so I'll have to mark this as "won't fix".

Changed in compute-hyperv:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.