ReadOnlyDisksWithLegacyDestination

ReadOnlyDisksWithLegacyDestination
ReadOnlyDisksWithLegacyDestination

The virtual machine uses read-only (undoable or nonpersistent) disks that can cause a slower power on at the migration destination.

As a result, VMtion could slow down considerably or timeout. This is an issue only for migration of powered-on virtual machines from an ESX host with version greater than 2.0.x to an ESX host with version 2.0.x. It will be an error if the number of such disks is great enough to cause timeout ( ≥ 3 ), or a warning otherwise.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "roDiskCount": 0,
    "timeoutDanger": false
}
integer As int32 As int32
roDiskCount
Required

The number of read-only disks in use.

boolean
timeoutDanger
Required

Whether this number of disks will cause a timeout failure.