Data Object - VsanFileServicePreflightCheckResult(vim.vsan.VsanFileServicePreflightCheckResult)

Returned by
VsanPerformFileServiceEnablePreflightCheck
Extends
DynamicData
Since
vSAN API 7.0

Data Object Description

The preflight check result for enabling vSAN file services.

Properties

Name Type Description
domainConfigIssue*xsd:string

Checks whether the domain configuration is valid. Currently the check only includes the existence of the file server IP addresses. This field will only be present when the domain configuration issue is detected.
dvsConfigIssue*xsd:string

Checks whether the dvs configuration is valid. This check validates if the supplied network for file service is dvsPortGroup, the DSwitch which is hosting the port group has version equal to or older then 6.6.0. This field will only be present when DVS configuration issue is detected.
fsvmVersion*xsd:string

This field indicates current running file service OVF version used by vSAN file service. It will only be present if there are file service VMs running in this cluster without mixed version.
hostVersion*xsd:string

The host versions in this cluster. This field will only be present when there is no mixed version detected in this cluster. Otherwise, the mixedModeIssue will be reported.
lastUpgradeDate*xsd:dateTime

This field indicates date file service VMs last upgraded.
mixedModeIssue*xsd:string

vSAN file service can only be enabled when the host in the cluster are with the same vSAN version. This issue will be reported if mixed version hosts are detected in the cluster. This field will be left empty if there is no issue regarding the mixed version hosts.
networkPartitionIssue*xsd:string

Issues regarding whether there are network partitions in the cluster. This field will be left empty if there are no network partitions in this cluster.
ovfInstalled*xsd:string

This field indicates whether the file service OVF for running vSAN file services has been installed on the vCenter or not. This field will show the highest OVF version present on this vCenter that is compatible to the cluster. This field will not be set if mixed version hosts are detected or no compatible OVF version could be found on this vCenter.
ovfMixedModeIssue*xsd:string

Field to indicate whether there are multiple file service VM ovf versions running. This field will be left empty if there is no issue regarding the mixed OVF version file service VMs.
vsanDatastoreIssue*xsd:string

Checks whether the vSAN datastore is present to all the hosts to the cluster. If hosts without vSAN datastore will be reported in this field. This field will be left empty if all the host in this cluster are with vSAN datastore.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition