VsanStartProactiveRebalanceRequestType
The parameters of VsanStartProactiveRebalance.
{
"timeSpan": 0,
"varianceThreshold": "number",
"timeThreshold": 0,
"rateThreshold": 0
}
Determines how long this proactive rebalance operation lasts in seconds, default 86400.
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.
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.
Determines how many bytes CLOMD on this node can move out per hour (MB/hr) for proactive rebalancing, default 51200.