[ovirt-devel] Re: Is using CompensationContext in child commands broken?

2018-08-21 Thread Moti Asayag
Hi, When you invoke a child command you can specify a specific command context for the child command to be executed with: [1]

Re: [ovirt-devel] Propose Dominik Holler as a Network-Backend Maintainer

2018-05-01 Thread Moti Asayag
On Tue, May 1, 2018 at 10:54 AM, Alona Kaplan wrote: > Hi all, > > Dominik Holler has been working on the oVirt project for more than 1.5 > years. > > To share some of Dominik's great stats - > ~ 120 patches related to the network backend/ui > ~ 95 patches for

Re: [ovirt-devel] Heads up: VdcAction* classes names have been changed

2017-06-19 Thread Moti Asayag
Please note that the engine might fail to start if there are uncompleted commands stored in the *command_entities* table due to (de)serialization issue. If you encountered such exceptions during the engine startup, please delete the entire content of that table. On Mon, Jun 19, 2017 at 4:10 PM,

Re: [ovirt-devel] Making event types backwards compatible?

2017-06-07 Thread Moti Asayag
On Tue, May 30, 2017 at 11:28 AM, Juan Hernández wrote: > On 05/30/2017 09:38 AM, Tomas Jelinek wrote: > > > > > > On Tue, May 30, 2017 at 9:16 AM, Juan Hernández > > wrote: > > > > On 05/30/2017 08:55 AM, Tomas Jelinek

Re: [ovirt-devel] [rhevm-qe-automation/ovirt-ansible] Question on where does the jinja2 var {{ ansible_fqdn }} get set

2017-05-24 Thread Moti Asayag
Hi Tsadik, On Tue, May 23, 2017 at 12:17 PM, Tasdik Rahman wrote: > Hello, > > I was having a look at the ansible playbooks to autmate the installation > of ovirt-engine on a remote host here at https://github.com/rhevm- > qe-automation/ovirt-ansible/ specifically the

Re: [ovirt-devel] Abusing injection and DB access

2017-04-05 Thread Moti Asayag
On Wed, Apr 5, 2017 at 11:17 PM, Roy Golan <rgo...@redhat.com> wrote: > > > On Wed, Apr 5, 2017 at 9:06 PM Moti Asayag <masa...@redhat.com> wrote: > >> Hi All, >> >> ATM, there are 78 occurrences of "Injector.injectMembers(new >> AuditLoga

Re: [ovirt-devel] Abusing injection and DB access

2017-04-05 Thread Moti Asayag
Here is a list of cases which misuse injection. Please assign yourself and update the status (assigned/published/merged) https://docs.google.com/spreadsheets/d/1leEk0EYZgQPsG_Xddlk7FctBYYm4WOU8BsoETGR2xtQ/edit?usp=sharing Thanks, Moti On Wed, Apr 5, 2017 at 9:05 PM, Moti Asayag <m

[ovirt-devel] Abusing injection and DB access

2017-04-05 Thread Moti Asayag
Hi All, ATM, there are 78 occurrences of "Injector.injectMembers(new AuditLogableBase())" in ovirt-engine project, which their main purpose is to ease the resolve of the placeholders of the audit log message while logging an event. For instance AuditLogType.MAC_ADDRESS_IS_EXTERNAL is being used

Re: [ovirt-devel] ovirtm Hosts reinstall button

2016-03-13 Thread Moti Asayag
e reply. When I look through the repo you listed, I only see > vdsm rpm in the ovirt-3.5 area for el6.6. > > Has there been no vdsm changes for ovirt-3.6? > > Paul > > On Sun, Feb 21, 2016 at 12:32 PM, Moti Asayag <masa...@redhat.com> wrote: > >> >&g

Re: [ovirt-devel] ovirtm Hosts reinstall button

2016-02-21 Thread Moti Asayag
Hi Paul, The 'reinstall' will attempt to install the latest version of vdsm, it will enroll certificates for the host and more, but if the host was already installed in the system, it will not attempt to re-configure the network. In your case, there seems to be a mismatch between the

Re: [ovirt-devel] 10 Patches in ovirt-engine-3.6 and not in origin/ovirt-engine-3.6.3 branch according to Change-Id

2016-02-09 Thread Moti Asayag
iff_branches.py ovirt-engine-3.6 origin/ovirt-engine-3.6.3 > 19276 patches on ovirt-engine-3.6 > 19270 patches on origin/ovirt-engine-3.6.3 > commit f0c0bb798fd5a7dff6a2c42256e453a3c8210015 > Author: Moti Asayag <masa...@redhat.com> > Date: Thu Jan 28 11:17:44 2016 +0200 >

Re: [ovirt-devel] removing parameterized constructors from queries.

2016-01-27 Thread Moti Asayag
Hi Martin, I'd like to address this with the same approach as suggested by Idan for Commands [1] . 1. It preserves the support for postConstruct() which is implemented explicitly in your patch by setup() method. 2. The suggested patch allows to define the classes as mutable - where

Re: [ovirt-devel] VARIANT_ID usage - with our without oVirt version?

2016-01-14 Thread Moti Asayag
On Wed, Jan 13, 2016 at 5:17 PM, Fabian Deutsch wrote: > Hey, > > we've now merged a patch [0] to use and populate the VARIANT and > VARIANT_ID fields on Node. > > Currently the value is something like "ovirt-node-$BRANCH", i.e. > "ovirt-node-master" or "ovirt-node-3.6". > >

Re: [ovirt-devel] Request permissions for otopi maintainership

2016-01-12 Thread Moti Asayag
+1 On Tue, Jan 12, 2016 at 3:18 PM, Yedidyah Bar David wrote: > Hi, > > otopi access lists have as unique member Alon Bar-Lev who recently > left the project. > Since I work a lot on engine-setup which is based on otopi, I have > some good experience with it, and also worked on

Re: [ovirt-devel] AppErrors cleanup

2015-12-15 Thread Moti Asayag
Any removal of entries from AuditLogType enum should be followed by an upgrade script to remove the matching entries from the audit_log table. Without it, there will be NPEs due to AuditLogType.valueOf() On Sun, Dec 13, 2015 at 2:46 PM, Allon Mureinik wrote: > Same has been

Re: [ovirt-devel] oVirt 3.6.1 branch has been created

2015-11-18 Thread Moti Asayag
On Wed, Nov 18, 2015 at 1:33 PM, Oved Ourfali wrote: > Hi > > I think it was premature. > > I still see a lot of bugs to be fixed in 3.6.1. > See query: > >

Re: [ovirt-devel] Engine rpm build fails

2015-06-01 Thread Moti Asayag
Hi, I'd like to suggest a change to jenkins' trigger for the job named 'ovirt-engine_master_create-rpms-quick_gerrit' to include also any change to either of the following files which might impact the deployment: * ovirt-engine/pom.xml * ovirt-engine/ear/pom.xml Changes to these files aren't

Re: [ovirt-devel] Unable to get value of property: 'vdsName'

2015-04-14 Thread Moti Asayag
- Original Message - From: Christopher Pereira krip...@imatronix.cl To: Moti Asayag masa...@redhat.com Cc: devel@ovirt.org Sent: Tuesday, April 14, 2015 12:14:59 AM Subject: Re: [ovirt-devel] Unable to get value of property: 'vdsName' On 07-04-2015 1:44, Moti Asayag wrote

Re: [ovirt-devel] Gerrit, only infra can remove reviewers

2015-04-13 Thread Moti Asayag
- Original Message - From: David Caro dcaro...@redhat.com To: devel@ovirt.org, in...@ovirt.org Sent: Wednesday, April 8, 2015 7:24:42 PM Subject: [ovirt-devel] Gerrit, only infra can remove reviewers Effective now, only infra team members can remove reviewers from engine master

Re: [ovirt-devel] Gerrit, only infra can remove reviewers

2015-04-13 Thread Moti Asayag
- Original Message - From: David Caro dcaro...@redhat.com To: Moti Asayag masa...@redhat.com Cc: devel@ovirt.org, in...@ovirt.org Sent: Monday, April 13, 2015 12:47:23 PM Subject: Re: [ovirt-devel] Gerrit, only infra can remove reviewers On 04/13, Moti Asayag wrote

Re: [ovirt-devel] Important changes in the Search Engine code

2015-03-12 Thread Moti Asayag
- Original Message - From: Eli Mesika emes...@redhat.com To: engine-de...@ovirt.org devel@ovirt.org Sent: Wednesday, March 11, 2015 10:48:44 AM Subject: [ovirt-devel] Important changes in the Search Engine code Hi All We had in the past many cases in which the search engine

Re: [ovirt-devel] Proposing Sahina Bose as oVirt core maintainer

2015-03-01 Thread Moti Asayag
- Original Message - From: Oved Ourfali ov...@redhat.com To: engine-de...@ovirt.org devel@ovirt.org Sent: Sunday, March 1, 2015 1:56:55 PM Subject: [ovirt-devel] Proposing Sahina Bose as oVirt core maintainer Hi all! I would like to propose Sahina Bose as an engine-core

Re: [ovirt-devel] Gerrit restart

2015-02-23 Thread Moti Asayag
Hi, When I try to click on a file within a patch that I've just submitted (or for any other file) I receive the following error message, with a dark background: Code Review - Error The page you requested was not found, or you do not have permission to view this page. Any idea ? Thanks, Moti

Re: [ovirt-devel] reporting and removing unmanaged networks after deprecating org.ovirt.engine.core.common.action.VdcActionType#SetupNetworks

2015-02-03 Thread Moti Asayag
- Original Message - From: Lior Vernia lver...@redhat.com To: Martin Mucha mmu...@redhat.com Cc: devel@ovirt.org, us...@ovirt.org, Moti Asayag masa...@redhat.com, Juan Antonio Hernandez Fernandez jhern...@redhat.com Sent: Monday, February 2, 2015 3:19:13 PM Subject: Re: reporting

Re: [ovirt-devel] [DB] Diffrent UUIDs for inserted data per installation

2015-01-25 Thread Moti Asayag
- Original Message - From: Eli Mesika emes...@redhat.com To: Sahina Bose sab...@redhat.com, Allon Mureinik amure...@redhat.com, Arik Hadas aha...@redhat.com, Mike Kolesnik mkole...@redhat.com, Gilad Chaplik gchap...@redhat.com Cc: engine-de...@ovirt.org devel@ovirt.org Sent:

Re: [ovirt-devel] Creating a new gerrit flag

2014-12-09 Thread Moti Asayag
- Original Message - From: Oved Ourfali ov...@redhat.com To: David Caro dcaro...@redhat.com Cc: devel@ovirt.org Sent: Tuesday, December 9, 2014 3:41:47 PM Subject: Re: [ovirt-devel] Creating a new gerrit flag - Original Message - From: David Caro dcaro...@redhat.com

Re: [ovirt-devel] Certain questions about Quartz based scheduling in oVirt

2014-11-24 Thread Moti Asayag
Hi Shubhendu, - Original Message - From: Shubhendu Tripathi shtri...@redhat.com To: devel@ovirt.org Sent: Monday, November 24, 2014 8:58:34 AM Subject: [ovirt-devel] Certain questions about Quartz based scheduling in oVirt Hi All, We are in a requirement where we need to

Re: [ovirt-devel] [ATN] [ovirt-engine] engine master logging

2014-10-20 Thread Moti Asayag
- Original Message - From: Alon Bar-Lev alo...@redhat.com To: devel@ovirt.org Sent: Sunday, October 19, 2014 9:02:52 PM Subject: [ovirt-devel] [ATN] [ovirt-engine] engine master logging Hello All, Thanks to Martin Perina efforts[1] the ovirt-engine logging was cleaned up

Re: [ovirt-devel] OVIRT-3.5-TEST-DAY-3: Documentation

2014-09-17 Thread Moti Asayag
- Original Message - From: Sandro Bonazzola sbona...@redhat.com To: devel@ovirt.org Sent: Wednesday, September 17, 2014 6:02:37 PM Subject: [ovirt-devel] OVIRT-3.5-TEST-DAY-3: Documentation Hi, my assignment for third test day was on Documentation- 3.5 feature pages: Check

Re: [ovirt-devel] [ENGINE] thoughts about LinqUtils

2014-08-21 Thread Moti Asayag
- Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: devel@ovirt.org Sent: Thursday, August 21, 2014 5:50:44 AM Subject: [ovirt-devel] [ENGINE] thoughts about LinqUtils Hi Engine developers (and others :) ), I would like to share some thoughts questions with you

Re: [ovirt-devel] [ENGINE] thoughts about LinqUtils

2014-08-21 Thread Moti Asayag
- Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: Allon Mureinik amure...@redhat.com Cc: Moti Asayag masa...@redhat.com, devel@ovirt.org, Yevgeny Zaspitsky yzasp...@redhat.com Sent: Thursday, August 21, 2014 11:04:13 AM Subject: Re: [ovirt-devel] [ENGINE] thoughts

[ovirt-devel] Proposal for Host Networking API

2014-08-21 Thread Moti Asayag
Hi All, The existing host networking API suffers from several deficiencies: 1. Part of it is a deprecated api designed for 3.0 clusters 2. SetupNetworks api introduced on 3.1 which is too complicated and verbose on the one hand, and incapable to natively support network topologies such as an

Re: [ovirt-devel] Management network as a role - design proposal

2014-08-17 Thread Moti Asayag
Hi, * The mockups/UI is missing the Cluster -- Manage networks screen which should present the selection of a network as a management network. That ability should probably be behave as migration and display role (i.e. radio button). A network has a status field in the context a cluster: A new

Re: [ovirt-devel] FW: add a ***Command for a button

2014-08-10 Thread Moti Asayag
Hi, Would you mind posting the code as a draft patch to gerrit.ovirt.org ? It will allow full transparency of the the code, will allow a better feedback and also will allow developers to apply the patch locally and even upload a fixed version of it. Thanks, Moti - Original Message -

Re: [ovirt-devel] propose Alona Kaplan as a Backend Maintainer

2014-07-29 Thread Moti Asayag
- Original Message - From: Livnat Peer lp...@redhat.com To: devel@ovirt.org Sent: Tuesday, July 29, 2014 9:46:50 AM Subject: [ovirt-devel] propose Alona Kaplan as a Backend Maintainer Hi All, Alona Kaplan has been working on the oVirt project for over 2.5 years. At the

Re: [ovirt-devel] Webadmin build failure on ovirt-engine master

2014-07-20 Thread Moti Asayag
- Original Message - From: Einav Cohen eco...@redhat.com To: Moti Asayag masa...@redhat.com, Alexander Wels aw...@redhat.com Cc: devel@ovirt.org Sent: Monday, July 21, 2014 2:22:43 AM Subject: Re: [ovirt-devel] Webadmin build failure on ovirt-engine master jenkins fails

Re: [ovirt-devel] missing 'translations' in 'bundles/AuditLogMessages'

2014-07-07 Thread Moti Asayag
- Original Message - From: Einav Cohen eco...@redhat.com To: Martin Mucha mmu...@redhat.com Cc: devel@ovirt.org Sent: Monday, July 7, 2014 3:38:08 PM Subject: Re: [ovirt-devel] missing 'translations' in 'bundles/AuditLogMessages' - clarifying that by 'translations' you mean the

[ovirt-devel] ovirt test day report - ovirt - foreman advanced integration feature

2014-07-03 Thread Moti Asayag
Hi, I assigned myself to the ovirt-foreman advanced integration feature [1] in the first ovirt 3.5 test day. The setup required for testing that environment is a bit complex (foreman, isolated network, extending the foreman with extra plugins). I faced environmental issues most of the day,

Re: [ovirt-devel] [ovirt-users] Host Installation fails - Package openstack-neutron cannot be found

2014-06-23 Thread Moti Asayag
- Original Message - From: Itamar Heim ih...@redhat.com To: Moti Asayag masa...@redhat.com, Sandro Bonazzola sbona...@redhat.com Cc: users us...@ovirt.org, devel@ovirt.org Sent: Monday, June 23, 2014 12:06:57 PM Subject: Re: [ovirt-users] Host Installation fails - Package

Re: [ovirt-devel] [ovirt-users] Host Installation fails - Package openstack-neutron cannot be found

2014-06-23 Thread Moti Asayag
- Original Message - From: Itamar Heim ih...@redhat.com To: Moti Asayag masa...@redhat.com Cc: Sandro Bonazzola sbona...@redhat.com, users us...@ovirt.org, devel@ovirt.org Sent: Monday, June 23, 2014 3:24:06 PM Subject: Re: [ovirt-users] Host Installation fails - Package

Re: [ovirt-devel] Feature Page: Mac Pool per DC

2014-04-28 Thread Moti Asayag
- Original Message - From: Martin Mucha mmu...@redhat.com To: Moti Asayag masa...@redhat.com Cc: Yevgeny Zaspitsky yzasp...@redhat.com, us...@ovirt.org, devel@ovirt.org Sent: Monday, April 28, 2014 9:38:11 AM Subject: Re: [ovirt-devel] Feature Page: Mac Pool per DC thanks

Re: [Engine-devel] Change in ovirt-engine[master]: core: enable to decrease DC compatibility...

2014-04-02 Thread Moti Asayag
. - Original Message - From: Livnat Peer lp...@redhat.com To: Moti Asayag masa...@redhat.com Cc: engine-devel@ovirt.org Sent: Friday, March 21, 2014 8:33:59 AM Subject: Re: [Engine-devel] Change in ovirt-engine[master]: core: enable to decrease DC compatibility

Re: [Engine-devel] Change in ovirt-engine[master]: core: enable to decrease DC compatibility...

2014-03-20 Thread Moti Asayag
- Original Message - From: Moti Asayag masa...@redhat.com To: Livnat Peer lp...@redhat.com Cc: Itamar Heim ih...@redhat.com, engine-devel@ovirt.org Sent: Wednesday, March 12, 2014 10:44:07 PM Subject: Re: [Engine-devel] Change in ovirt-engine[master]: core: enable to decrease DC

[Engine-devel] Vms search issue

2014-03-18 Thread Moti Asayag
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 return the expected result when a vm has more than

Re: [Engine-devel] [Users] Source code unerstanding

2014-03-16 Thread Moti Asayag
- Original Message - From: aditya mamidwar aditya.mamid...@gmail.com To: us...@ovirt.org, engine-devel@ovirt.org Sent: Friday, March 14, 2014 5:09:49 PM Subject: [Users] Source code unerstanding Hey, is there a simpler way to know which code is responsible for which module of

Re: [Engine-devel] Change in ovirt-engine[master]: core: enable to decrease DC compatibility...

2014-03-12 Thread Moti Asayag
- Original Message - From: Livnat Peer lp...@redhat.com To: Itamar Heim ih...@redhat.com, engine-devel@ovirt.org Sent: Wednesday, March 12, 2014 12:42:44 PM Subject: Re: [Engine-devel] Change in ovirt-engine[master]: core: enable to decrease DC compatibility... On 03/12/2014

Re: [Engine-devel] Change in ovirt-engine[master]: core: enable to decrease DC compatibility...

2014-03-12 Thread Moti Asayag
- Original Message - From: Livnat Peer lp...@redhat.com To: Moti Asayag masa...@redhat.com Cc: Itamar Heim ih...@redhat.com, engine-devel@ovirt.org Sent: Wednesday, March 12, 2014 10:33:45 PM Subject: Re: [Engine-devel] Change in ovirt-engine[master]: core: enable to decrease DC

Re: [Engine-devel] ovirt-engine-3.4.0 is broken

2014-03-10 Thread Moti Asayag
- Original Message - From: Martin Perina mper...@redhat.com To: Omer Frenkel ofren...@redhat.com Cc: Moti Asayag masa...@redhat.com, engine-devel engine-devel@ovirt.org Sent: Monday, March 10, 2014 12:11:11 PM Subject: Re: ovirt-engine-3.4.0 is broken - Original Message

Re: [Engine-devel] [oVirt 3.4 Localization Question #5] LABELED_NETWORK_ATTACHED_TO_WRONG_INTERFACE

2014-02-16 Thread Moti Asayag
- Original Message - From: Greg Sheremeta gsher...@redhat.com To: ykata...@redhat.com Cc: engine-devel@ovirt.org, Moti Asayag masa...@redhat.com Sent: Saturday, February 15, 2014 3:29:13 AM Subject: Re: [Engine-devel] [oVirt 3.4 Localization Question #5

Re: [Engine-devel] proposing Arik Hadas as a maintainer of engine core

2014-01-30 Thread Moti Asayag
Golan rgo...@redhat.com, Eli Mesika emes...@redhat.com, Mike Kolesnik mkole...@redhat.com, Moti Asayag masa...@redhat.com, Shahar Havivi shav...@redhat.com, ov...@redhat.com, Allon Mureinik amure...@redhat.com Cc: engine-devel@ovirt.org, in...@ovirt.org Sent: Thursday, January 30, 2014 10:47

Re: [Engine-devel] find-bugs errors

2014-01-21 Thread Moti Asayag
- Original Message - From: Einav Cohen eco...@redhat.com To: Moti Asayag masa...@redhat.com, Vojtech Szocs vsz...@redhat.com Cc: engine-devel engine-devel@ovirt.org Sent: Tuesday, January 21, 2014 11:41:24 PM Subject: find-bugs errors (1) @Moti: see [1] and [2]. it seems

Re: [Engine-devel] IMPORTANT: FindBugs threshold update

2014-01-02 Thread Moti Asayag
- Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: Moti Asayag masa...@redhat.com Cc: Oved Ourfalli ov...@redhat.com, Eyal Edri ee...@redhat.com, engine-devel engine-devel@ovirt.org Sent: Thursday, January 2, 2014 11:12:17 AM Subject: Re: [Engine-devel] IMPORTANT

[Engine-devel] Strange findbugs warning for a phantom class

2014-01-02 Thread Moti Asayag
It seems that findbugs complains [1] about a class which never existed in ovirt-engine (a job which is run per pushed patch): org.ovirt.engine.core.authentication.tls.TlsSocketFactoryN This produces too much noise in gerrit. I'm not sure what is the origin of the class, but i was under the

Re: [Engine-devel] IMPORTANT: FindBugs threshold update

2014-01-01 Thread Moti Asayag
- Original Message - From: Oved Ourfalli ov...@redhat.com To: engine-devel engine-devel@ovirt.org, Allon Mureinik amure...@redhat.com, Alissa Bonas abo...@redhat.com Sent: Wednesday, January 1, 2014 4:25:50 PM Subject: [Engine-devel] IMPORTANT: FindBugs threshold update Hi all,

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

2013-12-16 Thread Moti Asayag
- Original Message - From: Michael Pasternak mpast...@redhat.com To: engine-devel engine-devel@ovirt.org, infra in...@ovirt.org Sent: Monday, December 16, 2013 5:34:36 PM Subject: Proposal to add Juan Hernandez as maintainer to api/sdk/cli Juan has worked on oVirt for a long

Re: [Engine-devel] Using config values

2013-12-01 Thread Moti Asayag
- Original Message - From: Omer Frenkel ofren...@redhat.com To: Mike Kolesnik mkole...@redhat.com Cc: engine-devel engine-devel@ovirt.org Sent: Sunday, December 1, 2013 11:09:32 AM Subject: Re: [Engine-devel] Using config values From: Mike Kolesnik mkole...@redhat.com

Re: [Engine-devel] REST-API: Problem with additional DELETE action at collection level

2013-11-10 Thread Moti Asayag
- Original Message - From: Shubhendu Tripathi shtri...@redhat.com To: engine-devel engine-devel@ovirt.org, Michael Pasternak mpast...@redhat.com, ol...@redhat.com Sent: Friday, November 8, 2013 8:37:30 AM Subject: [Engine-devel] REST-API: Problem with additional DELETE action at

Re: [Engine-devel] Lior Vernia as ovirt-UI maintainer

2013-10-02 Thread Moti Asayag
+1 - Original Message - From: Livnat Peer lp...@redhat.com To: engine-devel engine-devel@ovirt.org, board bo...@ovirt.org Sent: Wednesday, October 2, 2013 12:27:11 PM Subject: [Engine-devel] Lior Vernia as ovirt-UI maintainer I'd like to propose Lior Vernia as a ovirt-UI

[Engine-devel] make install-dev failure on second attempt

2013-10-01 Thread Moti Asayag
Hi, Running make install-dev PREFIX=~/ovirt-engine_test BUILD_UT=0 BUILD_GWT=0 fails with several errors: ln -s /home/motia/ovirt-engine_test/etc/ovirt-engine/usbfilter.txt /home/motia/ovirt-engine_test/share/ovirt-engine/files/usbfilter.txt ln: failed to create symbolic link

Re: [Engine-devel] Question about HotPlug

2013-09-10 Thread Moti Asayag
Hi Gustavo, - Original Message - From: Gustavo Frederico Temple Pedrosa gustavo.pedr...@eldorado.org.br To: engine-devel@ovirt.org Sent: Monday, September 9, 2013 8:48:25 PM Subject: [Engine-devel] Question about HotPlug Hi all, Currently there is an option in the

Re: [Engine-devel] [oVirt/RHEV 3.3 Localization Question #13] ${ENTITIES_USING_VNIC_PROFILE_COUNTER}

2013-08-14 Thread Moti Asayag
- Original Message - From: Yuko Katabami ykata...@redhat.com To: Moti Asayag masa...@redhat.com Cc: engine-devel@ovirt.org Sent: Tuesday, August 13, 2013 4:08:38 AM Subject: Re: [Engine-devel] [oVirt/RHEV 3.3 Localization Question #13] ${ENTITIES_USING_VNIC_PROFILE_COUNTER

Re: [Engine-devel] [oVirt/RHEV 3.3 Localization Question #13] ${ENTITIES_USING_VNIC_PROFILE_COUNTER}

2013-08-12 Thread Moti Asayag
- Original Message - From: Yuko Katabami ykata...@redhat.com To: engine-devel@ovirt.org Sent: Monday, August 12, 2013 2:28:05 AM Subject: [Engine-devel] [oVirt/RHEV 3.3 Localization Question #13] ${ENTITIES_USING_VNIC_PROFILE_COUNTER} Hi all, I would like to ask for your

Re: [Engine-devel] [oVirt/RHEV 3.3 Localization Question #13] ${ENTITIES_USING_VNIC_PROFILE_COUNTER}

2013-08-12 Thread Moti Asayag
- Original Message - From: Yuko Katabami ykata...@redhat.com To: Moti Asayag masa...@redhat.com Cc: engine-devel@ovirt.org Sent: Monday, August 12, 2013 10:03:32 AM Subject: Re: [Engine-devel] [oVirt/RHEV 3.3 Localization Question #13] ${ENTITIES_USING_VNIC_PROFILE_COUNTER

[Engine-devel] Port mirroring in 3.4

2013-08-12 Thread Moti Asayag
Hi All, As part of adding the the vnic profiles feature, the configuration of the port mirroring moved from a vnic level to the profile level which the vnic uses. It unravels the need for granting a specific PORT_MIRRORING action group on the network to allow the user to set a vnic for port

Re: [Engine-devel] InitBackendServicesOnStartupBean create

2013-08-08 Thread Moti Asayag
- Original Message - From: Laszlo Hornyak lhorn...@redhat.com To: Yair Zaslavsky yzasl...@redhat.com Cc: engine-devel engine-devel@ovirt.org Sent: Thursday, August 8, 2013 1:13:09 PM Subject: Re: [Engine-devel] InitBackendServicesOnStartupBean create Good point! Let's see, there

Re: [Engine-devel] VNIC profiles Device Custom Properties

2013-07-29 Thread Moti Asayag
- Original Message - From: Amihay Winter awin...@redhat.com To: Moti Asayag masa...@redhat.com Cc: engine-devel@ovirt.org, Livnat Peer lp...@redhat.com Sent: Monday, July 29, 2013 4:57:44 PM Subject: Re: VNIC profiles Device Custom Properties Hi Moti, Thanks for the quick

Re: [Engine-devel] VNIC profiles

2013-07-14 Thread Moti Asayag
On 07/13/2013 01:17 PM, Itamar Heim wrote: On 07/08/2013 11:21 AM, Moti Asayag wrote: ... The wiki was updated with the VM/Template import logic: http://www.ovirt.org/Features/Vnic_Profiles#VM_snapshot.2Fimport.2Fexport 1. you are updating the OVF - have you found a matching field

Re: [Engine-devel] VNIC profiles

2013-07-07 Thread Moti Asayag
@ovirt.org, Ofri Masad oma...@redhat.com Cc: Mike Kolesnik mkole...@redhat.com, Moti Asayag masa...@redhat.com, Oved Ourfalli oourf...@redhat.com Sent: Sunday, June 30, 2013 3:59:37 PM Subject: VNIC profiles Hi, We are working on adding VNIC profiles as part of the work to add VNIC QoS. http

Re: [Engine-devel] VNIC profiles

2013-07-07 Thread Moti Asayag
I've updated the wiki accordingly and added few comments inline. - Original Message - From: Livnat Peer lp...@redhat.com To: Moti Asayag masa...@redhat.com Cc: engine-devel engine-devel@ovirt.org, Ofri Masad oma...@redhat.com, Mike Kolesnik mkole...@redhat.com, Oved Ourfalli oourf

Re: [Engine-devel] development installation issues

2013-06-30 Thread Moti Asayag
On 06/30/2013 11:03 AM, Michael Pasternak wrote: does anyone faced this with new 'development installation'? [mpastern@lpt21-f ovirt-engine]$ /home/mpastern/Coding/ovirt/ovirt-engine/bin/engine-setup-2 [ ERROR ] Failed to execute stage 'Booting': 5 [ INFO ] Stage: Initializing

Re: [Engine-devel] development installation issues

2013-06-30 Thread Moti Asayag
On 06/30/2013 11:52 AM, Michael Pasternak wrote: On 06/30/2013 11:43 AM, Moti Asayag wrote: On 06/30/2013 11:03 AM, Michael Pasternak wrote: does anyone faced this with new 'development installation'? [mpastern@lpt21-f ovirt-engine]$ /home/mpastern/Coding/ovirt/ovirt-engine/bin/engine

Re: [Engine-devel] [ATN][Action Required] development environemnt users - otopi migration

2013-06-27 Thread Moti Asayag
= '0.2.master.20130627083750' # vim: expandtab tabstop=4 shiftwidth=4 - Original Message - From: Moti Asayag masa...@redhat.com To: Alon Bar-Lev alo...@redhat.com Cc: engine-devel engine-devel@ovirt.org Sent: Thursday, June 27, 2013 12:11:23 PM Subject: Re: [Engine-devel] [ATN

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

2013-06-04 Thread Moti Asayag
Hi, Same host activation flow should work on the master as well as the management network will not be created as part of the host activation. So reverted changes were already merged by commit bdd8966d97e1e02e775ee6f755d0a3637a668911 For more details about host installation see:

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

2013-06-04 Thread Moti Asayag
networks) action. Any help on solving this would be appreciated. thanks sahina On 06/04/2013 11:53 AM, Moti Asayag wrote: Hi, Same host activation flow should work on the master as well as the management network will not be created as part of the host activation. So reverted

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

2013-06-04 Thread Moti Asayag
::2013-06-04 14:21:05,227::BindingXMLRPC::913::vds::(wrapper) client [10.70.42.245]::call getCapabilities with () {} thanks sahina On 06/04/2013 01:45 PM, Moti Asayag wrote: On 06/04/2013 09:52 AM, Sahina Bose wrote: Hi Moti, Not sure I understand your comment about host activation

Re: [Engine-devel] Error looking up infinispan/ovirt-engine

2013-05-26 Thread Moti Asayag
On 05/03/2013 07:23 AM, Alon Bar-Lev wrote: Hi, Thanks... no I did not follow. If -P setup is required then the Makefile should have been changed, else our production and rpms are broken now! Well... looking at the pom.xml, it looks like the jboss standalone is configured with -P

Re: [Engine-devel] Error looking up infinispan/ovirt-engine

2013-05-26 Thread Moti Asayag
On 05/26/2013 11:52 AM, Alon Bar-Lev wrote: - Original Message - From: Moti Asayag masa...@redhat.com To: Alon Bar-Lev alo...@redhat.com Cc: Yair Zaslavsky yzasl...@redhat.com, engine-devel engine-devel@ovirt.org Sent: Sunday, May 26, 2013 11:35:40 AM Subject: Re: [Engine-devel

Re: [Engine-devel] Engine config and device custom properties

2013-05-14 Thread Moti Asayag
Hi Martin, By looking at the code - there seems no validator for the format provided by the user for the UserDefinedVMProperties. It seems that the engine will write an exception to log specifying the format is invalid, as the format is being validated during engine startup by

Re: [Engine-devel] [ANN] New development environment for ovirt-engine

2013-05-14 Thread Moti Asayag
- Original Message - From: Alon Bar-Lev alo...@redhat.com To: engine-devel engine-devel@ovirt.org Cc: Yaniv Bronheim ybron...@redhat.com, Moti Asayag masa...@redhat.com, Limor Gavish lgav...@gmail.com, Sharad Mishra snmis...@us.ibm.com, Alex Lourie alou...@redhat.com, Sandro

Re: [Engine-devel] Changing Gerrit -1 message

2013-02-21 Thread Moti Asayag
On 02/22/2013 12:53 AM, Eli Mesika wrote: - Original Message - From: Dave Neary dne...@redhat.com To: engine-devel@ovirt.org Sent: Thursday, February 21, 2013 11:21:53 PM Subject: Re: [Engine-devel] Changing Gerrit -1 message Hi, On 02/20/2013 10:32 AM, Itamar Heim wrote: On

Re: [Engine-devel] Import/snapshots duplicate MAC support

2013-02-09 Thread Moti Asayag
On 02/08/2013 02:19 PM, Itamar Heim wrote: On 07/02/2013 14:21, Muli Salem wrote: - Original Message - From: Mike Kolesnik mkole...@redhat.com To: engine-devel engine-devel@ovirt.org Sent: Wednesday, 6 February, 2013 8:13:11 AM Subject: [Engine-devel] Import/snapshots duplicate MAC

Re: [Engine-devel] Proposing Kiril nesenko as power user for ovirt engine tools

2013-02-07 Thread Moti Asayag
On 02/07/2013 10:39 AM, Eyal Edri wrote: Hi, I would like to propose kiril nesenko as 'jenkins power user' for ovirt engine tools. These tools indlude iso uploader, log collector, image uploader and others. Kiril is very involved in building and running Jenkins jobs on the rhevm

Re: [Engine-devel] Java process increasing resident memory

2013-02-03 Thread Moti Asayag
On 02/03/2013 10:56 AM, Michael Pasternak wrote: On 01/31/2013 12:50 AM, Moti Asayag wrote: On 01/29/2013 10:27 AM, navin p wrote: Hi, I wrote this sample code and the resident memory of the process is increasing gradually over time. What could be the reason ? I don't see any obvious leaks

Re: [Engine-devel] java SDK question

2013-02-01 Thread Moti Asayag
On 02/01/2013 12:56 PM, navin p wrote: Hi, When i do the api call for events from , i only get 100 events. Can someone tell me how to get all the events ? There are 2 options: 1. Use the overloaded Event.list method and specify the amount of result you wish to get. In the next example

Re: [Engine-devel] 3.2 features for release notes

2013-01-27 Thread Moti Asayag
On 01/24/2013 05:30 PM, Itamar Heim wrote: On 23/01/2013 23:47, Cheryn Tan wrote: Hi all, I'm preparing the oVirt 3.2 release notes, starting with the features listed here: http://www.ovirt.org/OVirt_3.2_release-management#Features Can you please go through the list, and reply to this

Re: [Engine-devel] RFE: Actions on tasks (jobs)

2013-01-21 Thread Moti Asayag
On 01/21/2013 02:08 PM, Shireesh Anjal wrote: Hi, We plan to introduce support for gluster tasks in oVirt, using the current Jobs/steps framework. Which means, any gluster async task started on a cluster will be shown as a Job in the Tasks tab. While this helps in listing and monitoring the

Re: [Engine-devel] [oVirt Jenkins] ovirt_engine_unit_tests - Build # 2971 - Still Unstable!

2012-12-27 Thread Moti Asayag
The tests are failing due to this commit: http://jenkins.ovirt.org/job/ovirt_engine_unit_tests/2977/changes Ofri, could you have a look at the tests ? On 12/27/2012 11:15 AM, Eyal Edri wrote: Arik, it seems your commit [1] is related to the unit test that is failing, can you please fix or

[Engine-devel] Error on starting webadmin

2012-12-13 Thread Moti Asayag
Hi, I get the following error when trying to connect to webadmin: 2012-12-13 11:57:06,689 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/webadmin].[WebAdminDynamicHosting]] (http--0.0.0.0-8700-1) Servlet.service() for servlet WebAdminDynamicHosting threw exception:

[Engine-devel] Report vNic Information - Round 2

2012-12-10 Thread Moti Asayag
Hi, According to the latest discussion of vNic info feature, I've updated its feature page [1]. Note that both feature page and detailed design page are updated. The feature page contains also a suggested mockup for the vm interface sub-tab. [1]

[Engine-devel] Creating New Data-Center and Permission on Network

2012-12-10 Thread Moti Asayag
Hi, When creating a new data-center, a management network is created for it. By default the created management network is defined as VM network. I'd like to consult from permissions perspective, what is the preferred permission settings for that network. The network is defined as management

Re: [Engine-devel] maven settings.xml in building ovirt engine wiki

2012-11-27 Thread Moti Asayag
On 11/26/2012 11:15 AM, Alissa Bonas wrote: Hi, In this wiki http://wiki.ovirt.org/wiki/Building_oVirt_engine The suggested maven settings.xml contains hardcoded paths to jboss_home and java_home. IMHO it's better to use environment variables to take the above settings from there,

Re: [Engine-devel] Report vNic Implementation Details

2012-11-22 Thread Moti Asayag
On 11/22/2012 05:36 PM, Yaniv Kaul wrote: On 11/21/2012 10:53 PM, Andrew Cathrow wrote: - Original Message - From: Moti Asayag masa...@redhat.com To: engine-devel@ovirt.org Sent: Wednesday, November 21, 2012 12:36:58 PM Subject: [Engine-devel] Report vNic Implementation Details

[Engine-devel] Report vNic Implementation Details

2012-11-21 Thread Moti Asayag
Hi all, This is a proposal for reporting the vNic implementation details as reported by the guest agent per each vNic. Please review the wiki and add your comments. http://wiki.ovirt.org/wiki/Feature/ReportingVnicImplementation Thanks, Moti ___

Re: [Engine-devel] network wiring DD questions/comments

2012-11-20 Thread Moti Asayag
Few more (here and inline): 1. Add can-do-action for network name with name 'none'. This is not must - if we change none with N/A in the network drop-down list. 2. In plugged -- plugged - updateVmInteface should be replaced with updateVmDevice. On 11/20/2012 09:40 AM, Livnat Peer wrote: Hi

Re: [Engine-devel] Managing permissions on network

2012-11-16 Thread Moti Asayag
On 11/16/2012 09:34 AM, Itamar Heim wrote: On 11/15/2012 07:01 PM, Moti Asayag wrote: To recap so far: 1. User may see only the networks he has a permission on. 2. User API: Only permitted networks are shown to the user. A user will be capable to view the network element attached to its vnic

Re: [Engine-devel] Managing permissions on network

2012-11-15 Thread Moti Asayag
To recap so far: 1. User may see only the networks he has a permission on. 2. User API: Only permitted networks are shown to the user. A user will be capable to view the network element attached to its vnic, only if he has permission on that network, else it will see its id (same as storage

Re: [Engine-devel] Proposal to add Allon Mureinik as maintainer to engine core

2012-11-14 Thread Moti Asayag
On 11/14/2012 06:12 AM, Itamar Heim wrote: Allon has worked on oVirt for the past 10 months. With 534 patches ranging from cleanups, to complex features like user level api and storage live migration. In addition, Allon has been instrumental in the number of patch reviews he has done. I'd

Re: [Engine-devel] Proposal to add Allon Mureinik as maintainer to engine core

2012-11-14 Thread Moti Asayag
On 11/14/2012 06:12 AM, Itamar Heim wrote: Allon has worked on oVirt for the past 10 months. With 534 patches ranging from cleanups, to complex features like user level api and storage live migration. In addition, Allon has been instrumental in the number of patch reviews he has done. I'd

Re: [Engine-devel] Managing permissions on network

2012-11-13 Thread Moti Asayag
On 11/13/2012 12:45 PM, Livnat Peer wrote: On 13/11/12 10:57, Itamar Heim wrote: On 11/06/2012 02:56 PM, Livnat Peer wrote: Hi All, This is a proposal for handling network permissions in oVirt. In this proposal we took the more permissive approach as we find it simple and a good starting

Re: [Engine-devel] Managing permissions on network

2012-11-13 Thread Moti Asayag
On 11/13/2012 03:19 PM, Itamar Heim wrote: On 11/13/2012 12:45 PM, Livnat Peer wrote: Interesting point, I think that if a user has permission to create a VM from a specific template we should give him permission to use the template networks on this VM implicitly upon the VM creation.

  1   2   >