← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1587253] Re: Make logic network mtu to be Configurable

 

JianGang - bugs.launchpad.net is not a support tool, you should be using
ask.openstack.org, or the openstack@xxxxxxxxxxxxxxxxxxx list for
questions relating to how to configure neutron.

Unless you are suggesting a new enhancement and I'm mis-understanding?

** Changed in: neutron
       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/1587253

Title:
  Make logic network mtu to be Configurable

Status in neutron:
  Invalid

Bug description:
  In some scenes, Traffics of VMs belong to different logic network will pass through different physic network domains with various MTU values. like blow:
      -------                -------                  -------
      | VM1 |                | VM2 |                  | VM3 |
      -------                -------                  -------
         |                      |                        |
         |                      |                        |
         |                      |                        |
    -----------            -----------              -----------
    | tenant1 |            | tenant2 |              | tenant3 |
    | network |            | network |              | network |
    -----------            -----------              -----------
         |                      |                        |
         |                      |                        |
         |                      |                        |
      -------------------------------------------------------
      |                                                     |
      |             proivder   network                      |
      |             mtu=9000                                |
      -------------------------------------------------------
         |                      |                        |
         |                      |                        |
         |                      |                        |
    -----------            -----------              -----------
    | Physic  |            | Physic  |              | physic  |
    | network1|            | network2|              | network3|
    | mtu=1500|            | mtu=1200|              | mtu=9000|
    -----------            -----------              -----------

  tenant1 network pass through physic network1
  tenant2 network pass through physic network2
  tenant3 network pass through physic network3

  So, I suggest to make the logic network MTU to be configurable to
  solve the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1587253/+subscriptions


References