Re: [Engine-devel] 401 Authorization Error

2014-02-17 Thread Sahina Bose
On 02/17/2014 05:09 PM, Vikas Kokare wrote: I am using oVirt Java SDK 3.4.2 to connect to RHEV-M environment. The code being used is org.ovirt.engine.sdk.Api api = new Api("https://HOST:PORT/api","USER","PASSWORD";, true); Have you tried "user@domain" for the user parameter? The respon

Re: [Engine-devel] Junit code coverage

2014-02-04 Thread Sahina Bose
On 02/04/2014 03:51 AM, Eyal Edri wrote: - Original Message - From: "Sahina Bose" To: "engine-devel" Sent: Friday, January 31, 2014 3:33:10 PM Subject: [Engine-devel] Junit code coverage Hi, Do we have a jenkins job that does cobertura / similar code covera

[Engine-devel] Junit code coverage

2014-01-31 Thread Sahina Bose
Hi, Do we have a jenkins job that does cobertura / similar code coverage metrics for oVirt? thanks sahina ___ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

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

2013-12-17 Thread Sahina Bose
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

Re: [Engine-devel] Using config values

2013-11-29 Thread Sahina Bose
On 11/29/2013 01:46 PM, Kanagaraj wrote: Hi All, The are some issues arising in configurations whenever we move up on the versions(3.3 => 3.4), because of the way we store and interpret them. Whenever there is a new cluster level, you will need to add a new entry for all(most) of the config

[Engine-devel] Storing command parameters

2013-09-03 Thread Sahina Bose
Hi all, As part of the gluster volume asynchronous tasks, we ran into a requirement wherein when we start a command, we need to remember the parameters that the command was started with. Is there any infrastructure available to do this, or should we build something? thanks sahina _

Re: [Engine-devel] UX inputs on gluster volume async tasks

2013-09-02 Thread Sahina Bose
e - From: "Malini Rao" To: "Sahina Bose" Cc: "Eldan Hildesheim" , "engine-devel" , "Dusmant Pati" Sent: Friday, August 30, 2013 4:22:44 PM Subject: Re: UX inputs on gluster volume async tasks Sahina, Attached are my detailed comments and que

[Engine-devel] UX inputs on gluster volume async tasks

2013-08-28 Thread Sahina Bose
Hi Malini, Eldan, Could you provide feedback from UX perspective on this feature? The feature description and User flows are at http://www.ovirt.org/Features/Gluster_Volume_Asynchronous_Tasks_Management thanks sahina ___ Engine-devel mailing list Eng

Re: [Engine-devel] Gluster Volume asynchronous tasks

2013-08-21 Thread Sahina Bose
On 08/21/2013 03:54 PM, Itamar Heim wrote: On 08/21/2013 12:46 AM, Sahina Bose wrote: On 08/20/2013 04:00 AM, Itamar Heim wrote: On 08/12/2013 06:09 AM, Sahina Bose wrote: On 08/12/2013 03:28 PM, Yair Zaslavsky wrote: - Original Message - From: "Sahina Bose" To: &

Re: [Engine-devel] Gluster Volume asynchronous tasks

2013-08-20 Thread Sahina Bose
On 08/20/2013 04:00 AM, Itamar Heim wrote: On 08/12/2013 06:09 AM, Sahina Bose wrote: On 08/12/2013 03:28 PM, Yair Zaslavsky wrote: - Original Message - From: "Sahina Bose" To: "Eli Mesika" Cc: "engine-devel" , a...@ovirt.org Sent: Monday, August 12

Re: [Engine-devel] Gluster Volume asynchronous tasks

2013-08-12 Thread Sahina Bose
On 08/12/2013 03:28 PM, Yair Zaslavsky wrote: - Original Message - From: "Sahina Bose" To: "Eli Mesika" Cc: "engine-devel" , a...@ovirt.org Sent: Monday, August 12, 2013 11:51:15 AM Subject: Re: [Engine-devel] Gluster Volume asynchronous tasks On 0

Re: [Engine-devel] Gluster Volume asynchronous tasks

2013-08-12 Thread Sahina Bose
On 08/12/2013 01:21 PM, Eli Mesika wrote: - Original Message - From: "Sahina Bose" To: "engine-devel" , a...@ovirt.org, "Michael Pasternak" Sent: Monday, August 12, 2013 8:41:55 AM Subject: [Engine-devel] Gluster Volume asynchronous tasks Hi all,

[Engine-devel] Gluster Volume asynchronous tasks

2013-08-11 Thread Sahina Bose
Hi all, We are working on a feature to add support to start and monitor gluster volume asynchronous tasks (like rebalancing a gluster volume, removing brick from volume ) from the oVirt engine. The operations can be started from the Volumes tab or the Bricks sub-tab using the Rebalance, Remo

Re: [Engine-devel] ovirt 3.3 RC packages

2013-08-07 Thread Sahina Bose
On 08/07/2013 01:42 PM, Ofer Schreiber wrote: Dear maintainers, As you probably know, we're heading towards the 3.3 release of ovirt. I'd like to get a short status about your project, and it's readiness for the upcoming release. If your project is blocker free, please let me know of the relev

Re: [Engine-devel] [vdsm] How to handle qemu 1.3 dep for Gluster Storage Domain

2013-08-06 Thread Sahina Bose
[Adding engine-devel] On 08/06/2013 10:48 AM, Deepak C Shetty wrote: Hi All, There were 2 learnings from BZ https://bugzilla.redhat.com/show_bug.cgi?id=988299 1) Gluster RPM deps were not proper in VDSM when using Gluster Storage Domain. This has been partly addressed by the gluster-deve

Re: [Engine-devel] Introducing limited branding support.

2013-06-13 Thread Sahina Bose
On 06/11/2013 10:09 PM, Alexander Wels wrote: Hi Guys, We recently merged at a patch (http://gerrit.ovirt.org/#/c/13181/) that allows for limited branding support of oVirt user portal and web admin. We also moved the styles needed to support this branding out of the application and into its own

[Engine-devel] Failing Junit tests in ovirt-engine

2013-06-07 Thread Sahina Bose
Hi, I have send a patch to fix failures in junit tests [1] during ovirt-engine build. Could someone please review and merge? http://gerrit.ovirt.org/15434 thanks sahina [1] Results : Failed tests: validateParameters(org.ovirt.engine.core.bll.SetupNetworksParametersTest) at org.junit.Assert.

Re: [Engine-devel] Failed to configure management network on the host

2013-06-05 Thread Sahina Bose
5c03a936df3a09473f1a05b973680c02280d7a5c. You can either build from master or wait for the nightly build. Please let me know if there are more issues. Thanks, Moti On 06/04/2013 12:03 PM, Sahina Bose wrote: Hi Moti, Had to reproduce this again to get the logs. Attached both engine and vdsm logs

Re: [Engine-devel] Failed to configure management network on the host

2013-06-03 Thread Sahina Bose
Hi Moti, Not sure I understand your comment about host activation flow. commit bdd8966d97e1e02e775ee6f755d0a3637a668911 (engine: Remove mgmt network setup from host activation) is present in our code base, but we were not using the host activation flow. Here's what we tried to do. Add a host

Re: [Engine-devel] SQL procedure - row mapper

2013-05-17 Thread Sahina Bose
build your own data structures. Laszlo - Original Message - From: "Sahina Bose" To: "engine-devel" Sent: Friday, May 17, 2013 11:34:31 AM Subject: [Engine-devel] SQL procedure - row mapper Hi all, In org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHan

[Engine-devel] SQL procedure - row mapper

2013-05-17 Thread Sahina Bose
Hi all, In org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler , there's a map maintained for procedure name and SimpleJdbcCall. If I have the same procedure with different row mappers, this results in an error - because the map already contains a mapping for the procedure name but wit

Re: [Engine-devel] find-bugs errors - please investigate/fix

2013-04-24 Thread Sahina Bose
On 04/24/2013 07:47 AM, Einav Cohen wrote: ovirt find-bugs errors in jenkins - please investigate/fix asap. [@Eyal - FYI: some of them seem really strange - see Michal's section below] @Sahina Bose: find-bugs error details: http://jenkins.ovirt.org/job/ovirt_engine_find_bugs

Re: [Engine-devel] build stuck on RunVmCommandTest

2013-04-10 Thread Sahina Bose
Juan, thanks! This patch fixed the problem. On 04/10/2013 04:28 PM, Juan Hernandez wrote: On 04/10/2013 12:12 PM, Juan Hernandez wrote: On 04/10/2013 10:31 AM, Allon Mureinik wrote: Einav had a similar issue yesterday with RemoveDiskTest (IIRC), which at first pointed me to the direction of J

Re: [Engine-devel] [vdsm] ovirt-host-deploy and multible bridges

2013-04-10 Thread Sahina Bose
On 04/10/2013 02:19 PM, Balamurugan Arumugam wrote: On 04/10/2013 11:18 AM, Sahina Bose wrote: On 04/10/2013 12:25 AM, Dan Kenigsberg wrote: On Tue, Apr 09, 2013 at 07:28:17PM +0530, Balamurugan Arumugam wrote: On 04/09/2013 06:37 PM, Sahina Bose wrote: Decoding "correct ad

Re: [Engine-devel] build stuck on RunVmCommandTest

2013-04-10 Thread Sahina Bose
I have the same issue. My build was getting stuck on RunVmCommandTest. When I commented out tests in this, it is now getting stuck at AddVmTemplateCommandTest. java version "1.7.0_17" OpenJDK Runtime Environment (fedora-2.3.8.3.fc17-x86_64) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)

Re: [Engine-devel] [vdsm] ovirt-host-deploy and multible bridges

2013-04-09 Thread Sahina Bose
On 04/10/2013 12:25 AM, Dan Kenigsberg wrote: On Tue, Apr 09, 2013 at 07:28:17PM +0530, Balamurugan Arumugam wrote: On 04/09/2013 06:37 PM, Sahina Bose wrote: Decoding "correct address" - glusterHostsList should return any ipAddress that engine knows as being associated with host

Re: [Engine-devel] ovirt-host-deploy and multible bridges

2013-04-09 Thread Sahina Bose
, 2013 at 03:55:25PM +0530, Sahina Bose wrote: [Adding vdsm-devel] On 04/09/2013 03:40 PM, Sahina Bose wrote: Hi all, I'm testing the bootstrapping of host without reboot on Fedora 18. After host's bootstrap, Ifconfig output returns this: ovirtmgmt: flags=4163 mtu 1500 i

Re: [Engine-devel] ovirt-host-deploy and multible bridges

2013-04-09 Thread Sahina Bose
[Adding vdsm-devel] On 04/09/2013 03:40 PM, Sahina Bose wrote: Hi all, I'm testing the bootstrapping of host without reboot on Fedora 18. After host's bootstrap, Ifconfig output returns this: ovirtmgmt: flags=4163 mtu 1500 inet 10.70.37.219 netmask 255.255.254.0

[Engine-devel] ovirt-host-deploy and multible bridges

2013-04-09 Thread Sahina Bose
Hi all, I'm testing the bootstrapping of host without reboot on Fedora 18. After host's bootstrap, Ifconfig output returns this: ovirtmgmt: flags=4163 mtu 1500 inet 10.70.37.219 netmask 255.255.254.0 broadcast 10.70.37.255 virbr0: flags=4099 mtu 1500 inet 192.168.122.1

Re: [Engine-devel] FeatureSupported and compatibility versions

2013-04-03 Thread Sahina Bose
The idea should be to make sure that maintaining the feature supported matrix is not a nightmare. If we need to go and replicate entries in _config.sql file for each new version, then this is an issue. And I think we are all in agreement that this is not the way to go. Either we go with [1

Re: [Engine-devel] Async Task Manager improvements

2013-03-13 Thread Sahina Bose
Hi Yair, Thanks for the detailed design. Had some questions 1. Can we think about introducing some DI framework in the Task Management package. This could be used to inject the DAL, VDS Broker, Commons etc dependencies. Even the list of providers and TaskStatusEvent handlers could be register

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:

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 compile