[Users] Move single vmdk (or else) disk into oVirt/RHEV

2013-02-11 Thread Nicolas Ecarnot
Hi, I find it hard to find any information about the way I have to follow to convert/import a vmdk/qcow/raw/etc... single disk into an oVirt disks list. I know how to use virt-v2v to import complete VMs (disk AND config), but don't know how to handle a single data disk. Regards, -- Nicolas

Re: [Users] Move single vmdk (or else) disk into oVirt/RHEV

2013-02-12 Thread Omer Frenkel
- Original Message - > From: "Nicolas Ecarnot" > To: "users" > Sent: Monday, February 11, 2013 5:14:38 PM > Subject: [Users] Move single vmdk (or else) disk into oVirt/RHEV > > Hi, > > I find it hard to find any information about the way I

Re: [Users] Move single vmdk (or else) disk into oVirt/RHEV

2013-02-14 Thread Richard W.M. Jones
On Mon, Feb 11, 2013 at 04:14:38PM +0100, Nicolas Ecarnot wrote: > Hi, > > I find it hard to find any information about the way I have to > follow to convert/import a vmdk/qcow/raw/etc... single disk into an > oVirt disks list. > > I know how to use virt-v2v to import complete VMs (disk AND confi

Re: [Users] Move single vmdk (or else) disk into oVirt/RHEV

2013-02-14 Thread Nicolas Ecarnot
Le 14/02/2013 15:05, Richard W.M. Jones a écrit : On Mon, Feb 11, 2013 at 04:14:38PM +0100, Nicolas Ecarnot wrote: Hi, I find it hard to find any information about the way I have to follow to convert/import a vmdk/qcow/raw/etc... single disk into an oVirt disks list. I know how to use virt-v2v

Re: [Users] Move single vmdk (or else) disk into oVirt/RHEV

2013-02-14 Thread Itamar Heim
On 14/02/2013 16:56, Nicolas Ecarnot wrote: Le 14/02/2013 15:05, Richard W.M. Jones a écrit : On Mon, Feb 11, 2013 at 04:14:38PM +0100, Nicolas Ecarnot wrote: Hi, I find it hard to find any information about the way I have to follow to convert/import a vmdk/qcow/raw/etc... single disk into an

Re: [Users] Move single vmdk (or else) disk into oVirt/RHEV

2013-02-14 Thread Nicolas Ecarnot
Le 14/02/2013 16:43, Itamar Heim a écrit : That is exactly the case : it is indeed a pure data disk with an ext3 filesystem (no LVM, no nothing). I intend to attach it to some existing VM. I know how to convert it into qcow2 or whatever. I know how to create an additionnal disk in oVirt. I know

Re: [Users] Move single vmdk (or else) disk into oVirt/RHEV

2013-02-15 Thread Ayal Baron
- Original Message - > Le 14/02/2013 16:43, Itamar Heim a écrit : > >> That is exactly the case : it is indeed a pure data disk with an > >> ext3 > >> filesystem (no LVM, no nothing). > >> I intend to attach it to some existing VM. > >> > >> I know how to convert it into qcow2 or whatever

Re: [Users] Move single vmdk (or else) disk into oVirt/RHEV

2013-02-15 Thread Gianluca Cecchi
In the mean time I can share my successful one-shot experience with a WIndows XP VM. Coming from Fedora 16 with Qemu/KVM as in its virt-preview repo qemu-kvm-0.15.1-8.fc16.x86_64 Windows XP ran as a VM, managed by virt-manager and already configured with virtio disk and network and qxl video adap

Re: [Users] Move single vmdk (or else) disk into oVirt/RHEV

2013-02-15 Thread Ayal Baron
Thanks for the comprehensive answer! One small nit - I would create the disk thin and not preallocated on nfs to avoid the lengthy 'dd'. - Original Message - > In the mean time I can share my successful one-shot experience with a > WIndows XP VM. > > Coming from Fedora 16 with Qemu/KVM a