Re: [Engine-devel] Watchdog support Feature

2013-02-06 Thread Laszlo Hornyak
Hi everyone, I hope everyone is satisfied with the spec, please read it through for the last time and I will move it to implementation phase soon. Thx, Laszlo - Original Message - From: Laszlo Hornyak lhorn...@redhat.com To: engine-devel engine-devel@ovirt.org Sent: Thursday,

[Engine-devel] ovirt_engine_find_bugs failing

2013-02-06 Thread David Caro
Hi, the ovirt_engine_find_bugs job is failing very likely to a commit you made: http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commitdiff;h=1bf0e9f59e2208215f729cde32b0829152fef219;hp=6f238e7ee3d25fa28e85a55646bbbf739b49ef1f Can you please take a look at it? Thanks! -- David Caro Red

[Engine-devel] NPE during addStorageServer command

2013-02-06 Thread Deepak C Shetty
Hi All, I am trying to compile ovirt engine after applying sharad's glusterfs domain support patches @ http://gerrit.ovirt.org/#/q/project:ovirt-engine+branch:master+topic:glusterfs,n,z After compiling, deploying the engine ( by following the steps in wiki.ovirt.org/Building_Ovirt_Engine )

Re: [Engine-devel] NPE during addStorageServer command

2013-02-06 Thread Sahina Bose
Looking at the code, it looks like you need a Storage helper called GLUSTERFSStorageHelper in package org.ovirt.engine.core.bll.storage. The NPE seems to be because the Storage helper is null for the storage type. On 02/06/2013 04:42 PM, Deepak C Shetty wrote: Hi All, I am trying to

Re: [Engine-devel] NPE during addStorageServer command

2013-02-06 Thread Yair Zaslavsky
- Original Message - From: Sahina Bose sab...@redhat.com To: engine-devel@ovirt.org Sent: Wednesday, February 6, 2013 1:25:05 PM Subject: Re: [Engine-devel] NPE during addStorageServer command Looking at the code, it looks like you need a Storage helper called

[Engine-devel] Current oVirt 3.2 blockers

2013-02-06 Thread Moran Goldboim
attached is the list of current blockers as appears on version tracker bug [1] maintainers please see that the below issues are fixed (unless not really blockers). users, if there are any additional blockers you are facing - let's discuss it in the meeting today. network === Bug ID

Re: [Engine-devel] Current oVirt 3.2 blockers

2013-02-06 Thread Dan Kenigsberg
On Wed, Feb 06, 2013 at 02:17:04PM +0200, Moran Goldboim wrote: attached is the list of current blockers as appears on version tracker bug [1] maintainers please see that the below issues are fixed (unless not really blockers). users, if there are any additional blockers you are facing -

Re: [Engine-devel] NPE during addStorageServer command

2013-02-06 Thread Sahina Bose
On 02/06/2013 05:36 PM, Shireesh Anjal wrote: On 02/06/2013 04:55 PM, Sahina Bose wrote: Looking at the code, it looks like you need a Storage helper called GLUSTERFSStorageHelper in package org.ovirt.engine.core.bll.storage. Which is introduced by Sharad's this patch: