Re: [Engine-devel] Share Your Thoughts

2014-03-24 Thread Ravi Nori
On 03/23/2014 08:41 AM, Eli Mesika wrote: - Original Message - From: "Eli Mesika" To: "Gilad Chaplik" Cc: "engine-devel" Sent: Sunday, March 23, 2014 2:36:17 PM Subject: Re: [Engine-devel] Share Your Thoughts - Original Message - From: "Gilad Chaplik" To: "engine-devel"

Re: [Engine-devel] Vms search issue

2014-03-18 Thread Ravi Nori
On 03/18/2014 04:35 AM, Moti Asayag wrote: Hi, As a result of patch "core : Search VMs based on MAC address" [1] The same vm is returned by the search query as the number of its nics. I'd suggest to revert this patch and not introduce a join between vnics to vm_static vms: first, it won't retur

Re: [Engine-devel] Proposal to add Juan Hernandez as maintainer to api/sdk/cli

2013-12-18 Thread Ravi Nori
On 12/16/2013 09:04 PM, Michael Pasternak wrote: Juan has worked on oVirt for a long period of time, developing several features in the different areas (including api and cli), and obviously gained a lot of experience and knowledge, I'd like to propose Juan as a maintainer of the api/sdk/cli p

[Engine-devel] Best place for new interfaces used by bll

2013-03-06 Thread Ravi Nori
Hi, I am working on refactoring some of the backend code in bll and need to create interfaces so that I can eliminate the dependency between bll and the new module. Currently I created the interfaces in org.ovirt.engine.core.common.interfaces, but from what I understand this module is used

[Engine-devel] Inherited Permissions from System

2012-12-10 Thread Ravi Nori
I am currently working on a bug to show the inherited permissions on an object. So if the user has permissions assigned on a Cluster, the user should have permissions on the VMs in the cluster. My question is if the user has permissions on the System, should the permissions be inherited to a

[Engine-devel] Error running virt-v2v on Fedora 17

2012-11-28 Thread Ravi Nori
I am getting an error when converting a QEMU/KVM VM to run on ovirt. I am running everything on fedora 17 and virt-v2v version is 0.8.8 from rpm virt-v2v-0.8.8-1.fc17.x86_64 How would I resolve this error? Thanks Ravi virt-v2v -o rhev -os vdsm.rnori.com:/export --network ovirtmgmt v2Fed v2v

Re: [Engine-devel] "wipe after delete" Matching defaults from GUI to Backend

2012-10-12 Thread Ravi Nori
On 10/11/2012 07:50 PM, Itamar Heim wrote: On 10/11/2012 05:28 PM, Daniel Erez wrote: - Original Message - From: "Ravi Nori" To: "Daniel Erez" Cc: engine-devel@ovirt.org Sent: Thursday, October 11, 2012 3:21:05 PM Subject: Re: [Engine-devel] "wipe after

Re: [Engine-devel] "wipe after delete" Matching defaults from GUI to Backend

2012-10-11 Thread Ravi Nori
On 10/10/2012 01:17 AM, Daniel Erez wrote: - Original Message - From: "Ravi Nori" To: engine-devel@ovirt.org Sent: Tuesday, October 9, 2012 6:40:56 PM Subject: [Engine-devel] "wipe after delete" Matching defaults from GUI to Backend I am working on the bu

[Engine-devel] "wipe after delete" Matching defaults from GUI to Backend

2012-10-09 Thread Ravi Nori
I am working on the bug where the defaults values in the GUI for disk actions don't correspond to the default values in the API/Backend. For example the "wipe after delete" flag defaults to true in the GUI but false in the backend code. Default values are not sent from the frontend to the backe