This message was deleted.
# harvester
a
This message was deleted.
w
I think VMware import is from vSphere not a local VMware workstation product
b
If you can convert the vhdx to qcow2 or a raw image with something like virt-v2v that's probably the easiest way forward to import the disk into Harvester if your hypervisor is not supported by the vm import controller
👍 1
b
I am trying to import Vm ware workstation VM to harvester.So currently only supports Vsphere and Openstack right? Ok then I will convert it to qcow2. Thanks for replying
Thanks I will try
I tried converting the VMware workstation .vhdx to qcow2 using qemu.C:\Program Files\qemu> .\qemu-img convert -p -f vmdk -O qcow2 'C:\Users\Ubuntu 64-bit\Ubuntu 64-bit.vmdk' 'C:\Users\ubuntu.qcow2'. Then I upload the qcow2 image to harvester and getting failed. Please suggest
Pleaese find the screenshot
I am using version master-a58ac82f-head
I found this bug https://github.com/harvester/harvester/issues/1904 . Currently my qcow2 image is 45gb and my harvester configuration is 8gb memory and 250GB HD. Do you think due to less configuration the image is not getting uploaded? is there any alternative? Like I upload it on Harvester node and mount it ?