I think you will need to convert .vdi to raw format first and then use qemu-img:
VBoxManage clonehd --format RAW image.vdi image.img
qemu-img convert -f raw image.img -O qcow2 image.qcow

And for .vmdk you can use qemu-img directly:
qemu-img convert image.vmdk -O qcow2 image.qcow

lp
BB

On 09/29/2012 05:27 AM, Qiubo Su (David Su) wrote:
dear opennebula team,

does anyone know how to convert virtualbox .vdi and vmware .vmdk images
to KVM image?

thanks,
david su

On Fri, Sep 21, 2012 at 2:46 PM, Qiubo Su (David Su) <[email protected]
<mailto:[email protected]>> wrote:

    dear opennebula team,

    i want to set up a hybrid cloud environment for start-up business
    and host it in the office. at this stage, it should be ok if the
    cloud system could be scaled to 10 VM instances.

    can anyone help to recommend a customized solution for this, if one
    server only can achieve this?

    thanks,
    d.s.

    On Wed, Sep 19, 2012 at 10:49 PM, Qiubo Su (David Su)
    <[email protected] <mailto:[email protected]>> wrote:

        Dear OpenNebula Team,

        I want to download OpenNebula and see there are options like
        OpenNebula 3.2.1 Ubuntu 10.0.4 amd64 and OpenNebula 3.2.1 CentOS
        6.0 x86_64.

        For OpenNebula 3.2.1 Ubuntu 10.0.4 amd64, we have to buy AMD
        processor, but for OpenNebula 3.2.1 CentOS 6.0 x86_64, what type
        of processor should we buy?

        Thanks,
        Q.S.





_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to