I have a number of servers currently running on Hyper-V that I can't seam to convert to ESXi using standalone converter 5.5. Converter is able to connect to the powered on VM and prepare the job but it failed to submit on the last step. All server are Ubuntu 14.04. I'm not the most versed person when it comes to Linux disk structure but as I understand it it's a 2 TB vhd being presented by Hyper-V. The composes a single 2 TB volume group (vg0) and within that an 80 GB BTRFS disk. It's been explained to me that the BTRFS disk is more of a raw device then a typical partition. Here is an excerpt from the worker log that appears to identify the problem:
2014-09-15T19:22:23.230-07:00 [02548 info 'Default'] Cloning mode volumeBasedCloning
2014-09-15T19:22:23.230-07:00 [02548 warning 'Default'] Disk id fake-disk-from-vg(vg0) does not identify an existing disk
2014-09-15T19:22:23.230-07:00 [02548 info 'Default'] found VolumesToClone list in TargetDiskParams
2014-09-15T19:22:23.230-07:00 [02548 warning 'Default'] Disk id fake-disk-from-vg(vg0) does not identify an existing disk
2014-09-15T19:22:23.230-07:00 [02548 error 'Default'] VmTransformerImpl::SeparateBootDisk: Unable to find VirtualDisk for diskId=fake-disk-from-vg(vg0)
2014-09-15T19:22:23.232-07:00 [02548 error 'Default'] TargetVmManagerImpl::CreateVM: Vm creation failed with error Invalid argument : VmTransformerImpl::SeparateBootDisk: Unable to find VirtualDisk for an active volume
Any ideas or suggestions?