Syntax
Stop-VsanClusterRebalance [-Cluster] <Cluster[]> [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]Related Commands
Online VersionDetailed Description
This cmdlet stops the proactive rebalance of the vSAN objects on the cluster hosts.Parameters
Return Type
The task object to track the stop rebalance operationNotes
Examples
-------------------------- Example 1 --------------------------
Stop-VsanClusterRebalance -Cluster $vsanCluster
Stops the ongoing proactive rebalance of the $vsanCluster vSAN cluster.