← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1756064] Re: neutron agent doesn't remove trunk bridge after nova-compute restart

 

** No longer affects: nova

-- 
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:
  New

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