neutron - qr- and qg- interfaces looses their vlan tag

Bug #1758353 reported by Ian Kumlien
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Invalid
Undecided
Unassigned

Bug Description

On a running instance, we have had several occasions of network issues.

During the last issue we noticed that the interfaces lost their vlan tags in openvswitch:
ovs-vsctl show |grep qg-fb5a3595-48 -A 10
        Port "qg-fb5a3595-48"
            Interface "qg-fb5a3595-48"
                type: internal
---

A complete restart of neutron-l3-agent caused a migration and now it works with a different vlan tag:
ovs-vsctl show |grep -A 10 qg-fb5a3595-48
        Port "qg-fb5a3595-48"
            tag: 52
            Interface "qg-fb5a3595-48"
                type: internal
---

How is this possible?

Revision history for this message
Li Zhouzhou (lizhouzhou) wrote :

It's possible that your port is Binding_failed.

Revision history for this message
Ian Kumlien (pomac) wrote :

Nothing you see in openstack, you can only see the errors in the logs and you'd notice that the machines was unreachable. Notice, this happens to running machines, machines that might have been running for months.

Anyway, this bug is so old now that it might have been fixed accidentally already.

Changed in neutron:
status: New → Invalid
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.