/common/logs/admin/app.log
<timestamps> UTC [VsphereReplicationService_SvcThread-######, T:'protect', R:protect-########-####-####-####-############, J:########-####-####-####-############, S:PROCESS_PRE_VALIDATE_RESULT, , TxId: ########-####-####-####-############] ERROR DR.OP- Encountered error.
java.lang.RuntimeException: Validation failed for Protect VM. Reason is ["Disk size(s) of source virtual machine does not match with the selected seed virtual machine"]
VMware HCX
The source VM and target VM (seed virtual machine) do not have identical disk characteristics, such as exact disk size or disk type (LSI Logic/BusLogic).
Ensure the source VM and target VM have exactly the same disk size, and they are using the same disk type.
Example of a mismatch having the same disk size but a different disk type/controller (buslogic/lsilogic):
cat <vm-name>.vmdk | grep ddb.adapterTypeddb.adapterType = "buslogic"cat <vm-name>.vmdk | grep ddb.adapterTypeddb.adapterType = "lsilogic"