"No common datastore (vSAN, NFS, or FC) matches import criteria. VSAN storage cannot be used as primary datastore for cluster [Cluster-Name] because of failure in [vsanObjectHealthStatus]."
"esxcli vsan debug object health summary get" on an ESXi host confirms objects are in an inaccessible or reduced-availability-with-no-rebuild state.VCF requires a fully healthy vSAN storage foundation to proceed with deployment. Even orphaned objects from decommissioned VMs will trigger a vsanObjectHealthStatus failure, causing VCF to halt the workflow to prevent provisioning on an unstable cluster.
"esxcli vsan debug object list --health=inaccessible" to find inaccessible UUIDs.esxcli vsan debug object list --health=reduced-availability-with-no-rebuildvCenter UI > Monitor > vSAN > Virtual Objects tab."objtool":/usr/lib/vmware/osfs/bin/objtool delete -u [OBJECT_UUID] -f"esxcli vsan debug object health summary get" command shows zero degraded objects, restart the Validate & Deploy workflow in SDDC Manager.