Symptoms:
VMware vCenter Server 6.7.x
This issue is caused due to stale install parameter file '/etc/vmware/install-defaults/upgrade.import.directory' which was not cleaned up during previous vCenter Server upgrade process. VMAFD firstboot during the converge process will proceed with upgrade workflow due to the existence of this file and tries to read the exported config files.
1. Revert the failed vCenter Server and PSC to a snapshot which was taken before trying the Convergence. All PSCs needs to be reverted to the snapshot in case vCenter Servers are in linked mode or part of same SSO domain. This step is important as the vCenter Services will not start after a failed convergence process. If no snapshots, follow Step 4 to 15 on KB "An error occurred while starting service 'VMwareDNSService'" - vCenter Server convergence failure during VMAFD firstboot to recover from the failed situation
2. Delete the file /etc/vmware/install-defaults/upgrade.import.directory, this is stale install parameter file which was not cleaned up during vCenter Server upgrade process
rm /etc/vmware/install-defaults/upgrade.import.directory
3.Retry the Convergence.