Cluster creation fails with MTU validation error in VMware SDDC Manager
search cancel

Cluster creation fails with MTU validation error in VMware SDDC Manager

book

Article ID: 430690

calendar_today

Updated On:

Products

VMware SDDC Manager

Issue/Introduction

When creating a service cluster using the API or Postman, the cluster validation fails with an MTU size error. API responses or the UI will display the error message in the following format.

The MTU <MTU> specified for the vSphere Distributed Switch <Switch_Name> is very low. The MTU should be greater than <MTU> bytes based on the traffic types defined for this switch.

Checking the SDDC Manager logs, the following error message is recorded.

The MTU <MTU> set for the VDS <VDS_Name> is not valid. MTU should be atleast <Minimum_MTU_Value>

Environment

VMware SDDC Manager

Cause

This is an expected behavior. It occurs because the MTU defined for the virtual switch is smaller than the MTU of the underlying networks, such as NFS or vMotion.

Resolution

To resolve this issue, review and adjust the network design using one of the following approaches.

  • Change the MTU of the affected distributed virtual switch to be equal to or greater than the maximum MTU required by the assigned traffic types, for example, 9000.
  • Change the MTU of specific networks, such as NFS or vMotion, to match the distributed virtual switch MTU of 1500.
  • Separate the traffic by creating one distributed virtual switch with an MTU of 1500 for management traffic, and another distributed virtual switch with an MTU of 9000 for storage or vMotion traffic.

Additional Information

Japanese version: VMware SDDC Manager にて MTU 検証エラーによりクラスタ作成が失敗する(430689)