VsanProactiveRebalanceInfoEx

VsanProactiveRebalanceInfoEx
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
            }
        ]
    }
}
boolean
running
Optional

True indicates the proactive rebalance is running on the host

string As date-time As date-time
startTs
Optional

The proactive rebalance starting time on the host

string As date-time As date-time
stopTs
Optional

The proactive rebalance stop time on the host

number As float As float
varianceThreshold
Optional

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.

integer As int32 As int32
timeThreshold
Optional

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.

integer As int32 As int32
rateThreshold
Optional

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

string
hostname
Optional

Name of vSAN host

error
Optional

Only set when an error occurred in retrieving the rebalance information.