Symptoms:
While cloning an ESXi boot device in order to speed up the deployment of servers has been a practice for some customers, this workflow is not at all supported by VMware. This is because our ESXi’s operating system expects that each server will have a unique System Universally Unique Identifier (UUID). Cloning an ESXi boot device will also replicate that System UUID, which can lead to VMFS corruption if multiple hosts with the same System UUID share the same VMFS volumes, as there are dependencies in the storage stack that uses the System UUID for operations like VMFS journaling and VMFS Heartbeat operations. There are additional dependencies on unique System UUIDs in ESXi 7.0 (Encrypted keys for TPM, etc) as we always expect the System UUID to be unique and not copied.