Re: [Openstack] higher MTU for all interfaces

2015-02-09 Thread gustavo panizzo (gfa)
te: Mon, 9 Feb 2015 15:01:57 +0530 From: mad Engineer To: Eren T?rkay Cc: "openstack@lists.openstack.org" Subject: Re: [Openstack] higher MTU for all interfaces Message-ID: Content-Type: text/plain; charset=UTF-8 thanks,i manually changed br-tun br-int in its network config file and

Re: [Openstack] higher MTU for all interfaces

2015-02-09 Thread mad Engineer
; --- > Date: Mon, 9 Feb 2015 15:01:57 +0530 > From: mad Engineer > To: Eren T?rkay > Cc: "openstack@lists.openstack.org" > Subject: Re: [Openstack] higher MTU for all interfaces > Message-ID: > > Content-Type: text/plain

Re: [Openstack] higher MTU for all interfaces

2015-02-09 Thread Danny Choi (dannchoi)
: mad Engineer mailto:themadengin...@gmail.com>> To: Eren T?rkay mailto:er...@skyatlas.com>> Cc: "openstack@lists.openstack.org<mailto:openstack@lists.openstack.org>" mailto:openstack@lists.openstack.org>> Subject: Re: [Openstack] higher

Re: [Openstack] higher MTU for all interfaces

2015-02-09 Thread mad Engineer
thanks,i manually changed br-tun br-int in its network config file and now its working across reboot. On Mon, Feb 9, 2015 at 12:42 PM, Eren Türkay wrote: > On 08-02-2015 21:56, mad Engineer wrote: >> Hello all is there any way we can change MTU of all relevant >> interfaces of instances,if i set

Re: [Openstack] higher MTU for all interfaces

2015-02-08 Thread Eren Türkay
On 08-02-2015 21:56, mad Engineer wrote: > Hello all is there any way we can change MTU of all relevant > interfaces of instances,if i set > dhcp-option-force=26,1400 will it change MTU of all relevant > interfaces like qbr qvo br-int etc etc > is there any way to change MTU of all neutron interfac

Re: [Openstack] higher MTU for all interfaces

2015-02-08 Thread mad Engineer
Thanks Erik, actually i want to increase MTU of instance from 1500 to 8000,from what i know "dhcp-option-force=" will only change MTU of vNIC and not all the interfaces related to neutron.Can this be also changed. On Mon, Feb 9, 2015 at 2:08 AM, Erik McCormick wrote: > The DHCP

Re: [Openstack] higher MTU for all interfaces

2015-02-08 Thread mad Engineer
Thanks Remo, this is exactly what i am looking for with this changed to 8000 and dhcp-option-force=26,8000 will all interface created for that instance get this MTU or just veth pairs.I mean will it change MTU of bridge created for each instance ie qbr-portid , its veth pairs

Re: [Openstack] higher MTU for all interfaces

2015-02-08 Thread Remo Mattei
If you are using neutron you need to change it there ovs_neutron_plugin.ini agent veth_mtu 1500 for example. Remo > On Feb 8, 2015, at 11:56, mad Engineer wrote: > > Hello all is there any way we can change MTU of all relevant > interfaces of instances,if i set > dhcp-option-force=26,1400 wil

Re: [Openstack] higher MTU for all interfaces

2015-02-08 Thread Erik McCormick
The DHCP option will only change the MTU of interfaces within the instances. You probably don't want to lower the bridge ibtefaces sine the point of lowering instance MTU is to account for GRE / VXLAN overhead going into those bridge interfaces. If you lower everything, you'll still be left with po

Re: [Openstack] higher MTU for all interfaces

2015-02-08 Thread Remo Mattei
Yo need to change nova.conf this settings are for your vm which get the ip address from dhcp Inviato da iPhone () > Il giorno 08/feb/2015, alle ore 11:56, mad Engineer > ha scritto: > > Hello all is there any way we can change MTU of all relevant > interfaces of instances,if i set > dhcp-opt

[Openstack] higher MTU for all interfaces

2015-02-08 Thread mad Engineer
Hello all is there any way we can change MTU of all relevant interfaces of instances,if i set dhcp-option-force=26,1400 will it change MTU of all relevant interfaces like qbr qvo br-int etc etc is there any way to change MTU of all neutron interfaces. Thanks __