The local vlan tag of openvswitch port become 4095 when dynamic segment is released

Bug #1791277 reported by Huang Cheng
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
New
Undecided
Unassigned

Bug Description

env: OpenStack Ocata, ml2 hierarchical port binding with openvswitch as bottom driver

When the bottom segment already bound to a l2 driver is dynamiclly released,
the associated neutron.ml2_port_binding_levels.segment_id will be set "NULL",
and cause the local vlan tag of openvswitch port become 4095 (aka "dead vlan")
after an openvswitch restart.

The foreign key constraint:
|------------------------------------+--------------------+-----------|
| foreign key | reference | on delete |
|------------------------------------+--------------------+-----------|
| ml2_port_binding_levels.segment_id | networksegments.id | set null |
|------------------------------------+--------------------+-----------|

Huang Cheng (pedh)
description: updated
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.