VsanDiskFormatConversionSpec

VsanDiskFormatConversionSpec
VsanDiskFormatConversionSpec

Advanced vSAN disk format specification that governs which format to use for the disks newly formatted.

However, it does NOT change the cluster configuration. Therefore, the advanced feature configurations below should be picked in sync with the cluster configuration, or users can invoke the cluster configuration change, which will automatically run the vSAN disk format conversion with the changed feature configurations.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "dataEfficiencyConfig": {
        "_typeName": "string",
        "dedupEnabled": false,
        "compressionEnabled": false
    },
    "dataEncryptionConfig": {
        "_typeName": "string",
        "encryptionEnabled": false,
        "kmsProviderId": {
            "_typeName": "string",
            "id": "string"
        },
        "kekId": "string",
        "hostKeyId": "string",
        "dekGenerationId": 0,
        "changing": false,
        "eraseDisksBeforeUse": false,
        "wrappedDek": "string",
        "dekId": "string",
        "oldWrappedDek": "string",
        "oldDekId": "string",
        "kekVerifier": "string",
        "dekVerifier": "string",
        "oldDekVerifier": "string",
        "iv": "string",
        "syncing": false
    },
    "skipHostRemediation": false,
    "allowDataMovement": false
}
dataEfficiencyConfig
Optional

Whether to enable or disable vSAN data efficiency from disk format layer.

dataEncryptionConfig
Optional

vSAN encryption configuration parameters for disk format layer.

boolean
skipHostRemediation
Optional

Do not perform host configuration remediation on hosts as part of the Disk Format Conversion.

Remediation is performed by default to ensure hosts are consistent. This will prevent errors as part of Disk Format Conversion due to inconsistent hosts. This field can be set to True when it is already known that all hosts are already consistent and have the latest configuration avoiding this extra step. Unset means False.

boolean
allowDataMovement
Optional

Whether data movement is allowed for upcoming disk format conversion process.

If 'allowDataMovement' is set to False, disk format conversion flow will check whether data movement is required. If disk format conversion need to move data to complete the operation, the VsanDisallowDataMovementIssue will fail the disk format conversion task.