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.
{
"_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
}
Whether to enable or disable vSAN data efficiency from disk format layer.
vSAN encryption configuration parameters for disk format layer.
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.
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.