Syntax
Start-VsanClusterRebalance [-Cluster] <Cluster[]> [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet starts the proactive rebalance of the vSAN objects on the cluster hosts based on the vSAN disks usage when the disks are in imbalanced state. The typical use case is to add a new host or disk to the vSAN cluster. Rebalancing increases the background I/O requirements for data movements.Parameters
Return Type
The task object to track the proactive rebalance operationNotes
Examples
-------------------------- Example 1 --------------------------
Start-VsanClusterRebalance -Cluster $vsanCluster
Starts the proactive rebalance of the $vsanCluster vSAN cluster.