yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72241
[Bug 1756064] Re: neutron agent doesn't remove trunk bridge after nova-compute restart
looks like it's solved by https://bugs.launchpad.net/os-vif/+bug/1670628
** Changed in: os-vif
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1756064
Title:
neutron agent doesn't remove trunk bridge after nova-compute restart
Status in neutron:
Invalid
Status in os-vif:
Invalid
Bug description:
env:
backend is openvswitch with DPDK
Version is Ocata
Steps:
Create two networks.
Create two ports for each network
Create trunk port
boot virtual machine with trunk port
Restart nova-compute on compute node: # openstack-service restart openstack-nova-compute
Remove the virtual machine
Check ovs configuration on compute node: ovs-vsctl show
Expected result: there is no trunk bridge e.g. tbr-c4ce71ea-7
Actual result: trunk bridge and services ports are still in ovs configuration. e.g.
Bridge "tbr-c4ce71ea-7"
Port "spt-63eb23e7-af"
tag: 102
Interface "spt-63eb23e7-af"
type: patch
options: {peer="spi-63eb23e7-af"}
Port "tbr-c4ce71ea-7"
Interface "tbr-c4ce71ea-7"
type: internal
Port "tpt-d6c0e47e-ed"
Interface "tpt-d6c0e47e-ed"
type: patch
options: {peer="tpi-d6c0e47e-ed"}
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1756064/+subscriptions
References