When attempting to configure vCenter High Availability (VCHA), the "Clone virtual machine" task fails.
8.x
The virtual machine's configuration file (.vmx) is inconsistent with its virtual disk descriptor files (.vmdk). The .vmx file may be pointing to non-existent descriptor files, or the descriptor files themselves may be corrupt or missing.
This state prevents the ESXi host from reading the virtual disk metadata. As the VCHA setup process requires a quiesced snapshot to clone the active node, the operation fails because the hypervisor cannot access or lock the disks. This inconsistency is often caused by a previous failed snapshot or backup operation.
Primary Solution: Restore from Backup
Secondary Solution (Last Resort / High Risk)
cd /vmfs/volumes/<Datastore_Name>/<VCSA_VM_Name>/
vim-cmd vmsvc/getallvms | grep <VCSA_VM_Name>
vim-cmd vmsvc/reload <VM_ID>
Recreating a virtual machine disk (VMDK) descriptor file
Consolidating snapshots in vSphere (Related, as failed consolidations can lead to this issue)