Symptoms:
When creating a VPG replicating from Hyper-V to VMware, creation fails with the following error:
- Volume extension is not supported by hypervisor: FILENAME.VHDX volumeSuffix = .VHDX
Cause:
Linux, the operating system VMware hosts run on, differentiates between filenames in capital letters and lowercase letters. Therefore, when a file extension is in capital letter instead of lowercase, VMware deems the extension to be different than expected and does not support the file type.
Solution:
In order to change the case of the file extension in Hyper-V, perform the following steps:
- Shut down the source VM
- Detach the virtual disks files from the VM
- Rename the vhdx file to use lowercase characters
- Re-attach the virtual disks to the source VM
- Power on the VM
After that, the VM can be used when creating a VPG.