Workload domain imports fail.
The customer deleted the workload domain from the VCF Ops then deleted the vCenter/reinstalled the ESXi hosts to desired config.
The vCenter and ESXi hosts have the same name as before.
Import now using the same named vCenter/ESXi hosts, they are seeing errors during the import:
ERROR [common,######-###-###-###-############ ,39##] [c.v.e.s.i.s.EsxiInventoryServiceImpl,http-nio-##########-###-92] ESXi <hostaname>already exist: ######-###-###-###-############ <hostname> already exists
ERROR [common,######-###-###-###-############ ,39##] [c.v.e.s.i.s.e.DomainExtensionsImpl,http-nio-##########-###-92] Failed to post domain inventory com.vmware.evo.sddc.inventory.model.InventoryAlreadyExistsException: ######-###-###-###-############ <hostname> already existsVCF 9.0.1
The host had previously imported, then removed and then they tried to add then back in.
They had taken the correct steps to delete the WLD cluster yet there were stale entries in the postgres database.
The hosts that were removed were still showing in the postgres database.
select id, hostname, status from host where hostname='<FQDN>';select id, hostname, status from host where status='ERROR';select id, hostname, status from host where status='DEACTIVATING';