Data Object - VsanProactiveRebalanceInfo(vim.vsan.ProactiveRebalanceInfo)

Property of
VsanExtendedConfig
Extends
DynamicData
Since
vSAN API vSAN 6.7U3

Data Object Description

The proactive rebalance information. Proactive Rebalance is used to maintain disk balance among the vSAN cluster. If Proactive Rebalance is enabled, vSAN automatically rebalances(moves the data among disks) the vSAN cluster when a capacity disk fullness hits proactive rebalance threshold. It includes the enable state of proactive rebalance, and its threshold.

Properties

Name Type Description
enabled*xsd:boolean

Whether proactive rebalance is enabled. If it is set to True, rebalance data movement will begin when following conditions are met within vSAN cluster, 1. Current disk fullness - lowest disk fullness > proactive threshold 2. Current disk fullness > mean disk fulless within cluster
  • Allowed values: True if proactive rebalance is enabled; False if proactive rebalance is disabled.
  • Default value: False

  • threshold*xsd:int

    Proactive relalance threshold. It indicates the extent of the imbalance the cluster can tolerate in percentage. If the disk imbalance (current disk fullness - lowest disk fullness) is below rebalance threshold, the proactive rebalance will not be triggered.
  • Allowed values: 20 to 75.
  • Default value: 30.

  • Properties inherited from DynamicData
    None
    *Need not be set
    Show WSDL type definition