[one-users] Customized solution to set up a hybrid Cloud environment for start-up business

Blaž Balon blaz.balon at laly.si
Sat Sep 29 05:26:44 PDT 2012


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) <qiubosu at gmail.com
> <mailto:qiubosu at gmail.com>> 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)
>     <qiubosu at gmail.com <mailto:qiubosu at gmail.com>> 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
> Users at lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



More information about the Users mailing list