vSAN

VMware LACP Load Balancing Mode in vSAN

VMware LACP Load Balancing Mode in vSAN looking at NIC teaming and LACP configuration in vSAN for increased performance

When it comes to VMware vSAN and any other hyperconverged infrastructure, the network is vitally important. I have been doing some reworking of the home lab vSAN environment with the upgrade of my 10 gig network switch. I have been revisiting the vSAN network and how the vSAN network is configured. Up until now, I have simply had (2) 10 gig connections in active and standby for basically failover purposes only. However, I wanted to up the performance of the vSAN network so revisited the options available to architect the vSAN network. Let’s look at VMware LACP load balancing mode in vSAN.

vSAN NIC Teaming Options

When it comes to your vSAN network, you want to have multiple paths to your vSAN network. This is just basic high-availability. It would be silly to have a vSAN host knocked out of the cluster because a single network cable is unplugged accidentally.

This is where NIC teaming comes into play. When you have at least (2) uplinks protecting your vSAN VMkernel port, if a single link fails, you still have a path to your vSAN VMkernel port and the vSAN storage traffic can still flow.

With vSAN vmknic, there are several approaches that can be used with the vSAN network. These are as follows:

  • Basic NIC teaming with a single vmknic for vSAN – You assign multiple uplink adapters associtated with a single vmknic to form a team. This can be used with both VSS and VDS. The uplinks are placed in the Active/Standby configuration. There is no special configuration required on the upstream switch.
  • Route based on originating virtual port – In the active/active, or active/passive configurations this is normally the policy assigned to NIC teams. When this is in effect, only one physical NIC is used for the vmknic port.
  • Route based on physical NIC load (Load Based Teaming) – Load is checked on the uplinks and a load-balancing algorithm is used to balance out load. Once the load reaches 75% on the first uplink, the algorithm shifts traffic to the second uplink. This is only available on the VDS.
  • Air-Gap vSAN network – There are two different storage networks that are created to provide redundant storage fabric. This requires two different subnets and VLANs. This is not a recommended approach.
  • Static LAG – Creates a grouping of uplinks into a single logical unit with an upstream switch. With “static” LAG LACP frames are not sent to negotiate the LAG creation.
  • Dynamic LAG – This is an LACP LAG where the LACP PDUs are sent to form the LAG. This is preferred. VDS switches are required with this approach.

Creating a new LACP enabled vSphere Distributed Switch (vDS)

To rework the vSAN network in the home lab, I opted for the Dynamic LAG approach using LACP. This provides the best load balancing option for ensuring all links are utilized as much as possible. It also provides the failover that you would expect in case a link is lost.

Before we can enable the LAG on a VDS, we need to first create the VDS itself. Here I am starting the wizard to create a new distributed switch.

Creating-a-new-vSphere-Distributed-Switch-vDS-for-configuring-LACP
Creating a new vSphere Distributed Switch (vDS) for configuring LACP

Select the version of the vSphere Distributed Switch.

Selecting-the-vDS-version
Selecting the vDS version

Define the number of uplinks with the new VDS, Network I/O Control (enabled by default) and creating the default port group.

Configure-settings-of-the-new-LAG-enabled-vSphere-Distributed-Switch
Configure settings of the new LAG enabled vSphere Distributed Switch

Finishing the new vSphere Distributed Switch wizard.

Ready-to-complete-the-vDS-switch-creation
Ready to complete the vDS switch creation

Creating a new LACP LAG for the new VDS

Creating-a-new-LACP-LAG-on-the-vSphere-distributed-switch
Creating a new LACP LAG on the vSphere distributed switch
Configuring-the-LAG-mode-and-load-balancing-mode
Configuring the LAG mode and load balancing mode
New-LACP-LAG-is-created
New LACP LAG is created

Configuring the LACP LAG on your VDS port groups

Once you have the LAG configured and ready to go, you now need to configure your Teaming and Failover settings in the properties of your VDS portgroups that will be backed by the LACP LAG. Here I have assigned the LAG as active and moved the individual uplinks to Unused.

Configuring-the-LAG-for-the-active-uplink-on-your-VDS-port-groups
Configuring the LAG for the active uplink on your VDS port groups

Migrating from Non LAG to LACP LAG in production

Can you migrate from a non-LACP LAG enabled VSS or VDS to a LACP enabled LAG in production without downtime? Yes you can. In fact, in my home lab environment, I have done just that.

Basically to pull this off, you need to create a new VDS that has all the same port groups configured/VLANs etc. You will configure the LACP LAG uplink on the VDS switch, then assign the LAG to the individual port groups of the VDS switch.

After you have done this, you can then add the VDS to the ESXi host, reassign your VMkernel NICs to the appropriate LACP-LAG-enabled port group on the new VDS and then also migrate your virtual machine networking at the same time as well.

Here I am initiating the Add and Manage Hosts for my new LACP-enabled VDS.

Adding-the-new-LACP-VDS-to-your-vSAN-ESXi-host
Adding the new LACP VDS to your vSAN ESXi host

Select your hosts that you want to add to the VDS.

Select-hosts-to-add-to-the-new-VDS
Select hosts to add to the new VDS

Assigning the vmnics to the new LAG ports.

Assign-uplinks-to-the-LACP-enabled-LAG
Assign uplinks to the LACP-enabled LAG

VMnics have now been reassigned.

Uplinks-assigned-to-the-LACP-LAG-on-the-ESXi-hosts
Uplinks assigned to the LACP LAG on the ESXi hosts

You will see a note that you need to reassign your vmkernel adapters since the migration of your physical adapters will leave these disconnected.

Wizard-notes-that-you-need-to-give-attention-to-your-VMkernel-adapters
Wizard notes that you need to give attention to your VMkernel adapters

After reassigning the VMkernel adapters to the new portgroups associated with the new VDS.

VMkernel-adapters-are-now-reassigned-to-the-LACP-LAG-port-groups
VMkernel adapters are now reassigned to the LACP LAG port groups

The wizard will next prompt you to migrate your virtual machine networking since your VMs will also be disconnected once you migrate over the physical adapters to the new VDS.

Migrate-Virtual-Machine-networking-to-the-new-LACP-LAG-port-groups
Migrate Virtual Machine networking to the new LACP LAG port groups

Completing the wizard.

Ready-to-complete-the-LACP-VDS-migration
Ready to complete the LACP VDS migration

In the lab, I didn’t migrate VMs off to be safe or place the host in maintenance mode. In a true production environment, you would probably want to take some safety measures here as this is a major shift in your networking architecture for vSAN. Just a slight misconfiguration can cause major issues.

Wrapping Up

I have since seen quite a performance increase with VMware LACP Load Balancing Mode in vSAN. The single vSAN VMkernel adapter now makes use of both adapters. While it is not a true 50/50 use of the adapters, it is a much more even balance between the two.

Different environments will have different business needs. Just because there is a nice and shiny feature that you can use, it does not often make sense to use it. LACP LAG configuration adds quite a bit of complexity on top of the vSAN networking configuration. This can introduce a lot of room for error and lead to additional complexity and challenges when troubleshooting issues. Also, different switch manufacturers implement LACP differently, so there will always be the variable of your third-party switch vendor.

Be sure to check out the vSAN NIC teaming design document on the VMware storagehub here for further guidance and considerations:

Subscribe to VirtualizationHowto via Email 🔔

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Brandon Lee

Brandon Lee is the Senior Writer, Engineer and owner at Virtualizationhowto.com and has over two decades of experience in Information Technology. Having worked for numerous Fortune 500 companies as well as in various industries, Brandon has extensive experience in various IT segments and is a strong advocate for open source technologies. Brandon holds many industry certifications, loves the outdoors and spending time with family.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.