Interface drivers don't update port MTU if the port already exists
Bug #1649845 reported by
Ihar Hrachyshka
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Invalid
|
Undecided
|
Unassigned | ||
networking-midonet |
New
|
Medium
|
YAMAMOTO Takashi | ||
neutron |
Fix Released
|
Medium
|
Ihar Hrachyshka | ||
os-vif |
Fix Released
|
Medium
|
Stephen Finucane |
Bug Description
This is needed because Neutron allows to change MTU values for networks (through configuration options modification and neutron-server restart). Without that, there is no way to apply new MTU for DHCP and router ports without migrating resources to other nodes.
I suggest we apply MTU on conseqent plug() attempts, even if port exists.
tags: | added: l3-ipam-dhcp linuxbridge ovs |
Changed in neutron: | |
importance: | Undecided → Medium |
assignee: | nobody → Ihar Hrachyshka (ihar-hrachyshka) |
status: | New → Confirmed |
Changed in neutron: | |
status: | Confirmed → In Progress |
Changed in nova: | |
assignee: | nobody → Stephen Finucane (stephenfinucane) |
status: | New → In Progress |
Changed in networking-midonet: | |
assignee: | nobody → YAMAMOTO Takashi (yamamoto) |
milestone: | none → 4.0.0 |
Changed in os-vif: | |
assignee: | nobody → Stephen Finucane (stephenfinucane) |
importance: | Undecided → Medium |
status: | New → Fix Released |
Changed in networking-midonet: | |
importance: | Undecided → Medium |
Changed in networking-midonet: | |
milestone: | 4.0.0 → none |
To post a comment you must log in.
Neutron fix: https:/ /review. openstack. org/405532