[ovirt-users] Import Windows VHD disk to oVirt virtio-scsi dsik in Admin portl

2014-08-29 Thread Grzegorz Szypa
Hi. Anyone have any idea how to do it. Normally I did it this way that: - Convert VHD format IMG: Example: qemu-img convert -f vpc -O raw VHD_WinSrvRAS2012.vhd /usr/local/VHD_WinSrvRAS2012.img -p - I was copying the file RAW disk: Example: dd if=VHD_WinSrvRAS2012.img

Re: [ovirt-users] Import Windows VHD disk to oVirt virtio-scsi dsik in Admin portl

2014-08-29 Thread Daniel Helgenberger
Hello, I think there is no direct way. Since I need this feature also, I did setup open stack glance and added it as external provider to oVirt. [1] Thus, 1. Convert the image (to qcow2 IIRC) 2. upload it to glance with the cli tools 3. create a template or virtual machine form the glance image

Re: [ovirt-users] Import Windows VHD disk to oVirt virtio-scsi dsik in Admin portl

2014-08-29 Thread Grzegorz Szypa
I think I found a simpler solution. To my an earlier method just add this function: - Change the type of virtual disk on IDE - Start the machine and install the drivers virtio-SCIs - Closing machine - Change the type of virtual disk to virtio-SCSI - Now works 2014-08-29 14:49 GMT+02:00 Daniel