VsanProactiveRebalanceInfo

VsanProactiveRebalanceInfo
VsanProactiveRebalanceInfo

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.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "enabled": false,
    "threshold": 0
}
boolean
enabled
Optional

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
integer As int32 As int32
threshold
Optional

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: 10 to 75.
  • Default value: 30.