copyright | lastupdated | keywords | subcollection | ||
---|---|---|---|---|---|
|
2024-11-12 |
File Storage for Classic, NSF, networking, jumbo frames |
FileStorage |
{{site.data.keyword.attribute-definition-list}}
{: #jumboframes}
A jumbo frame is an Ethernet frame with a payload greater than the standard maximum transmission unit (MTU) of 1,500 bytes. Jumbo frames are used on local area networks that support at least 1 Gbps and can be as large as 9,000 bytes. {: shortdesc}
Jumbo frames need to be configured the same on the entire network path: source device > switch > router > switch > destination device. If the entire chain isn't set the same, it defaults to the lowest setting along the chain. {{site.data.keyword.cloud}} has network devices set to 9,000 currently. For best performance, all customer devices need to be set to the same 9,000 value. {: important}
{: #enablejumbo}
-
Edit the network configuration file for eth0 interface.
-
CentOS, RHEL, Fedora users edit
/etc/sysconfig/network-scripts/ifcfg-eth0
.# vi /etc/sysconfig/network-scripts/ifcfg-eth0
{: pre}
-
Debian and Ubuntu users edit
/etc/network/interfaces
.
-
-
Append the following configuration directive, which specifies the size of the frame in bytes.
-
CentOS, RHEL, Fedora
MTU 9000
{: pre}
-
Debian and Ubuntu
MTU=9000
{: pre}
-
-
Close and save the file. Restart the Interface eth0.
# /etc/init.d/networking restart
{: pre}
This action causes a brief loss of network connectivity. {: attention}
{: #related-info}
For more information about MTU settings, see the following topics.
- Configuring virtual server settings for improved network performance{: external}.
- Tuning performance in Red Hat OpenShift on IBM Cloud{: external}.
- Tuning performance in Kubernetes Service{: external}.