Re: [ovirt-users] Real time network usages and IO usages of VM

2014-08-29 Thread Juan Hernandez
On 08/29/2014 07:08 AM, Shanil S wrote: Hi All, Is there any api methods to get the real time network usages and IO usages os of each vm ? I tried it by using api/vms/$id/statistics but its not getting the network and IO usages. Is it possible to get these details using the api calls ? --

Re: [ovirt-users] Unable to assign profile to the nic

2014-08-29 Thread Juan Hernandez
On 08/29/2014 05:21 AM, Shanil S wrote: Hi Juan, I have attached the screenshot of the ovirt panel after creating the nic's with the above code, Please check it. May it be that you are using version 3.3.0? The RESTAPI support for vNIC profiles was added in 3.3.1. On Thu, Aug 28, 2014 at

Re: [ovirt-users] VM second netowork not Comeup

2014-08-29 Thread Juan Hernandez
On 08/29/2014 05:30 AM, Shanil S wrote: Hi Dan, Please ignore the previous screenshot and check this. -- Regards Shanil On Fri, Aug 29, 2014 at 8:49 AM, Shanil S xielessha...@gmail.com mailto:xielessha...@gmail.com wrote: Hi Dan, I have attached the screenshot of the

Re: [ovirt-users] Unable to assign profile to the nic

2014-08-29 Thread Shanil S
Hi Juan, We are using the using the Ovirt 3.4.3 version. -- Regards Shanil On Fri, Aug 29, 2014 at 1:56 PM, Juan Hernandez jhern...@redhat.com wrote: On 08/29/2014 05:21 AM, Shanil S wrote: Hi Juan, I have attached the screenshot of the ovirt panel after creating the nic's with the

Re: [ovirt-users] VM second netowork not Comeup

2014-08-29 Thread Shanil S
Hi Juan, These are the xml details which i used for the vm start function, please check it action vm os boot dev='cdrom'/ /os initialization cloud_init

[ovirt-users] Guest reboot feature using REST API

2014-08-29 Thread Shanil S
Hi All, It is found that there is a function like guest reboot ( http://www.ovirt.org/Features/Guest_Reboot ) Is there any rest api function for doing this guest reboot ? currently i found only one function for reboot (/api/vms/id/reboot). We are currently using the Ovirt 3.4.3 version --

Re: [ovirt-users] Guest reboot feature using REST API

2014-08-29 Thread Juan Hernandez
On 08/29/2014 12:09 PM, Shanil S wrote: Hi All, It is found that there is a function like guest reboot ( http://www.ovirt.org/Features/Guest_Reboot ) Is there any rest api function for doing this guest reboot ? currently i found only one function for reboot (/api/vms/id/reboot). We are

Re: [ovirt-users] Guest reboot feature using REST API

2014-08-29 Thread Shanil S
Hi Juan, This is the normal reboot of the vm, right ? -- Regards Shanil On Fri, Aug 29, 2014 at 4:03 PM, Juan Hernandez jhern...@redhat.com wrote: On 08/29/2014 12:09 PM, Shanil S wrote: Hi All, It is found that there is a function like guest reboot (

Re: [ovirt-users] VM second netowork not Comeup

2014-08-29 Thread Juan Hernandez
On 08/29/2014 12:02 PM, Shanil S wrote: Hi Juan, These are the xml details which i used for the vm start function, please check it Ok, this explains this problem and the other problem that you are having with assigning profile. It is important to understand that there are two sets of

Re: [ovirt-users] Guest reboot feature using REST API

2014-08-29 Thread Alexander Wels
On Friday, August 29, 2014 04:12:01 PM Shanil S wrote: Hi Juan, This is the normal reboot of the vm, right ? Yes, you also need to have the guest agent installed on the guest for this to work properly. On 08/29/2014 12:09 PM, Shanil S wrote: Hi All, It is found that there is a

[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] Functionalities of GlusterFS (vs VMFS)

2014-08-29 Thread David BERCOT
Thank you for these links... I will read the documents... David. P.S. : if you have experience with GlusterFS, with or without oVirt, that interests me too and feel free to contact me directly... Le Thu, 28 Aug 2014 13:08:58 -0400 (AMT), Robson Kobayashi - TRE/MS robson.kobaya...@tre-ms.jus.br

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

Re: [ovirt-users] oVirt/gluster storage questions for 2-3 node datacenter

2014-08-29 Thread David King
Paul, Thanks for the response. You mention that the issue is orphaned files during updates when one node is down. However I am less concerned about adding and removing files because the file server will be predominately VM disks so the file structure is fairly static. Those VM files will be

[ovirt-users] Need to import a template in OVA format

2014-08-29 Thread Bob Doolittle
I have a template designed for VMware VMs, in OVA format. Is there a way I can import this template to oVirt, in order to create an oVirt VM from it? virt-v2v seems designed to import VMs, not templates, and it whines about no storage devices in the Guest (when using -i ova -o rhev -os

Re: [ovirt-users] oVirt/gluster storage questions for 2-3 node datacenter

2014-08-29 Thread Vijay Bellur
On 08/29/2014 07:34 PM, David King wrote: Paul, Thanks for the response. You mention that the issue is orphaned files during updates when one node is down. However I am less concerned about adding and removing files because the file server will be predominately VM disks so the file structure

Re: [ovirt-users] oVirt/gluster storage questions for 2-3 node datacenter

2014-08-29 Thread Paul Robert Marino
On Fri, Aug 29, 2014 at 12:25 PM, Vijay Bellur vbel...@redhat.com wrote: On 08/29/2014 07:34 PM, David King wrote: Paul, Thanks for the response. You mention that the issue is orphaned files during updates when one node is down. However I am less concerned about adding and removing files

Re: [ovirt-users] oVirt/gluster storage questions for 2-3 node datacenter

2014-08-29 Thread David King
Hi Paul, I would prefer to do a direct mount for local disk.  However I am not certain how to configure a single system with both local storage and bluster replicated storage. - The “Configure Local Storage”  option for Hosts wants to make a datacenter and cluster for the system.  I presume