kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.11k stars 364 forks source link

Convert vmware image to kvm #291

Open pradeepkumars opened 10 years ago

pradeepkumars commented 10 years ago

Its pretty stright forward

create .netrc and append vcenter details.

virt-v2v -ic esx:///?no_verify=1 -o libvirt -os virtimages

Good to add add as separate tab.

sming56 commented 10 years ago

@pradeepkumars Do you expect to support to import the VMWare guest and save the image in raw/qcow2 format or just import VMWare image without guest running on it and save the image in raw/qcow2 format?

pradeepkumars commented 10 years ago

virt-v2v converts in which ever format user wants.