Bug 1151438 - Installer should allow setting MTU of host interfaces
Summary: Installer should allow setting MTU of host interfaces
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-foreman-installer
Version: Foreman (RHEL 6)
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ga
: Installer
Assignee: Brad P. Crochet
QA Contact: Alexander Chuzhoy
URL: https://trello.com/c/Z2fKAGIq/364-mtu...
Whiteboard:
Depends On:
Blocks: 1151274
TreeView+ depends on / blocked
 
Reported: 2014-10-10 12:10 UTC by Mike Burns
Modified: 2015-02-09 15:17 UTC (History)
8 users (show)

Fixed In Version: openstack-foreman-installer-3.0.2-1.el7ost
Doc Type: Bug Fix
Doc Text:
Clone Of: 1151274
Environment:
Last Closed: 2015-02-09 15:17:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0156 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Installer Bug Fix Advisory 2015-02-09 20:13:39 UTC

Description Mike Burns 2014-10-10 12:10:04 UTC
Cloning to openstack-foreman-installer for required buppet work

+++ This bug was initially created as a clone of Bug #1151274 +++

Description of problem:
The RHEL OSP Installer does not have a setting for desired MTU on tenant network interface on hosts.

The MTU on the Compute hosts and Neutron Networker is important because it is a dependency for setting the network_device_mtu in nova and the veth_mtu in the openvswitch config on the compute hosts and the networker node. Performance in VMs is greatly increased by setting the MTU inside the VM to use jumbo frames, but that requires the entire path to have high MTUs (OVS veth, VM network device, and host physical interface). For that reason the MTU should be set in the /etc/sysconfig/ifcfg-X for the physical interfaces that are used for tenant networks.


Version-Release number of selected component (if applicable): 1:1.5.0-0.6.RC2.el6ost


How reproducible:
Deploy OpenStack using the RHEL OSP Installer, there is no MTU set in the interface config.

Steps to Reproduce:
1. Install RHEL OSP Installer
2. Deploy OpenStack
3. Check interfaces on compute hosts and network controller

Actual results:
No MTU is set, so the interface default is used

Expected results:
There should be a UI element to set the interface MTU, right next to the place where the interface is chosen for tenant networks (in the Deployment configuration)

Additional info:
There should really be a warning that the MTU on the switch ports must also be set at least as high as the chosen MTU, otherwise the custom MTU may cause connectivity problems.

--- Additional comment from Dan Sneddon on 2014-10-09 22:57:48 EDT ---

In testing, I found the following performance variance:

Netperf TCP_SENDFILE 60-Second Transfer, average

Cross-rack, VM MTU 1500: 1.45 Gb/s
Cross-rack, VM MTU 8950: 7.39 Gb/s
Same-rack, VM MTU 1500: 1.95 Gb/s
Same-rack, VM MTU 8950: 8.3 Gb/s

Comment 1 Brad P. Crochet 2014-11-21 14:52:09 UTC
PR available: https://github.com/redhat-openstack/astapor/pull/407

Comment 2 Jason Guiditta 2014-11-21 22:25:31 UTC
Merged

Comment 5 Alexander Chuzhoy 2015-01-12 19:25:59 UTC
Verified:
Environment:
ruby193-rubygem-foreman_openstack_simplify-0.0.6-8.el7ost.noarch
openstack-foreman-installer-3.0.8-1.el7ost.noarch
ruby193-rubygem-staypuft-0.5.10-1.el7ost.noarch
rhel-osp-installer-client-0.5.5-1.el7ost.noarch
openstack-puppet-modules-2014.2.8-1.el7ost.noarch
rhel-osp-installer-0.5.5-1.el7ost.noarch


Configured the value in "Tenant Network Device MTU" field to 1612.
The neutron/nova = <value>-50
On controller:
grep 1562 /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
veth_mtu=1562

On compute:
grep 1562 /etc/nova/nova.conf
network_device_mtu=1562

The MTU on the tenant NIC is "MTU=1612"

Comment 7 errata-xmlrpc 2015-02-09 15:17:14 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-0156.html


Note You need to log in before you can comment on or make changes to this bug.