VsanProactiveRebalanceInfoEx
This class encapsulates the vSAN proactive rebalance information on host.
When the vSAN cluster disks loads are not in balance status, user can initiate a proactive rebalance, which trigger the disk rebalance process. User can stop the proactive rebalance if an active rebalance is on going.
{
"_typeName": "string",
"running": false,
"startTs": "string",
"stopTs": "string",
"varianceThreshold": "number",
"timeThreshold": 0,
"rateThreshold": 0,
"hostname": "string",
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
True indicates the proactive rebalance is running on the host
The proactive rebalance starting time on the host
The proactive rebalance stop time on the host
Percentage points that are allowed above the lowest fullness of any disk.
Any disk with a variance higher than this threshold is considered too loaded from a balance perspective.
The threshold to enable proactive rebalance action.
Only if the variance threshold has been continuously exceeded for this amount of time (in sec), the proactive rebalance operation action will be enabled which can be triggered by vSphere/storage admin. Default is 1800 second.
varianceThreshold 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
Name of vSAN host
Only set when an error occurred in retrieving the rebalance information.