Thanks for the reply. I'm not sure why this is the case with the converter, but I was able to work around it.
For anyone else who finds this topic, here is how got my data from the VHD into the Starwind HA target:
- Mount the VHD in Windows Disk Management (Server Manager -> Storage -> Disk Management -> Action menu -> Attach VHD). It will be given a drive letter like any other drive.
- Create the HA target in Starwind and wait for it to initialize.
- Use the Microsoft iSCSI initiator to mount the Starwind HA target as yet another drive in Windows.
- Copy the data from the VHD drive to the Starwind drive.
- Dismount/disconnect everything when done.
NOTE: If this VHD is shared storage for a HyperV cluster, this is
not the right way to do it. Despite the same XML and VHD files being present in the same path, the HyperV Manager and SCVMM will lose track of them. I believe the correct thing to do is create the HA Starwind target, add it to the HyperV cluster shared storage, and migrate the data from within SCVMM. Haven't tested that, because I didn't need to do it for this project (they were all test machines so I just blew them away).