VsanStartProactiveRebalanceRequestType

VsanStartProactiveRebalanceRequestType
VsanStartProactiveRebalanceRequestType

The parameters of VsanStartProactiveRebalance.

JSON Example
{
    "timeSpan": 0,
    "varianceThreshold": "number",
    "timeThreshold": 0,
    "rateThreshold": 0
}
integer As int32 As int32
timeSpan
Optional

Determines how long this proactive rebalance operation lasts in seconds, default 86400.

number As float As float
varianceThreshold
Optional

Only if the disk's fullness (defined as used_capacity/disk_capacity) is above mean fullness and exceeds the lowest-usage disk in the cluster than this threshold, this disk is qualified for proactive rebalancing, default 0.3.

integer As int32 As int32
timeThreshold
Optional

Only if the variance threshold has been continuously exceeded for this amount of time (in sec), the proactive rebalance operation will be applied to this disk, default 1800.

integer As int32 As int32
rateThreshold
Optional

Determines how many bytes CLOMD on this node can move out per hour (MB/hr) for proactive rebalancing, default 51200.