Re: [Engine-devel] REST API - where did bookmarks go?

2014-03-24 Thread Martin Perina
- Original Message - > From: "Juan Hernandez" > To: "Einav Cohen" , "Gilad Chaplik" , > "Martin Perina" > Cc: "engine-devel" > Sent: Monday, March 24, 2014 5:33:49 PM > Subject: Re: [Engine-devel] REST API - wh

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

2014-03-10 Thread Martin Perina
- Original Message - > From: "Omer Frenkel" > To: "Moti Asayag" , "Martin Perina" > Cc: "engine-devel" > Sent: Monday, March 10, 2014 11:04:59 AM > Subject: ovirt-engine-3.4.0 is broken > > Hi, > looks like both commits

Re: [Engine-devel] Schema upgrade failure on master

2014-03-04 Thread Martin Perina
- Original Message - > From: "Liran Zelkha" > To: "Martin Perina" > Cc: "engine-devel" > Sent: Tuesday, March 4, 2014 10:15:47 AM > Subject: Re: [Engine-devel] Schema upgrade failure on master > > Happens to me too, on engine_dao_tes

Re: [Engine-devel] Schema upgrade failure on master

2014-03-03 Thread Martin Perina
Hi Adam, I didn't notice any problem with this script. Was the database you tried to upgrade empty? If not could you please send me contents of your event_subscriber table? Thanks Martin Perina - Original Message - > From: "Adam Litke" > To: engine-devel@ovi

[Engine-devel] [ANN] engine-manage-domains arguments changed

2014-02-03 Thread Martin Perina
Hi, patch, that changes engine-manage-domains command line arguments from Java type (-someOption) to standard long type (--some-option), was merged today. Please consult man page or run engine-manage-domains --help to find out differences. Thanks Martin Perina

Re: [Engine-devel] oVirt 3.4.0 beta is now available

2014-01-22 Thread Martin Perina
fo about additional repositories in release notes ... Thanks Martin Perina - Original Message - > From: "Sandro Bonazzola" > To: annou...@ovirt.org, "arch" , us...@ovirt.org, > "engine-devel" > Sent: Wednesday, January 22, 2014 11:56:19 AM

Re: [Engine-devel] Showing stacktrace info in GUI error dialog

2014-01-14 Thread Martin Perina
riginal Message - > From: "Greg Sheremeta" > To: "Einav Cohen" > Cc: "engine-devel" , "users" , > "Martin Perina" > Sent: Tuesday, January 14, 2014 6:35:53 PM > Subject: Re: [Engine-devel] Showing stacktrace info in

Re: [Engine-devel] Setup in latest master apparently broken

2014-01-06 Thread Martin Perina
- Original Message - > From: "Alon Bar-Lev" > To: "Roy Golan" > Cc: "Juan Hernandez" , engine-devel@ovirt.org > Sent: Monday, January 6, 2014 9:23:12 AM > Subject: Re: [Engine-devel] Setup in latest master apparently broken > > > > - Original Message - > > From: "Roy Golan" >

Re: [Engine-devel] Fwd: Custom properties per device + vNIC profile = not working (< 3.3)

2013-11-11 Thread Martin Perina
- Original Message - > From: "Mike Kolesnik" > To: "Martin Perina" > Cc: engine-devel@ovirt.org > Sent: Monday, November 11, 2013 10:48:40 AM > Subject: Re: [Engine-devel] Fwd: Custom properties per device + vNIC profile > = not working

[Engine-devel] Fwd: Custom properties per device + vNIC profile = not working (< 3.3)

2013-11-11 Thread Martin Perina
Hi Mike, - Original Message - > From: "Mike Kolesnik" > To: "engine-devel" > Cc: "Barak Azulay" , "Martin Perina" > , "Livnat Peer" , > "Itamar Heim" > Sent: Monday, November 11, 2013 8:49:33 AM > S

Re: [Engine-devel] Java Development Lifecycle

2013-08-27 Thread Martin Perina
For me the most time consuming problem is GWT compilation. It would be really nice if we can agree to create some clear separation between frontend and backend part, for example if frontend would communicate with backend only through REST API, GWT would have to recompile only if REST API or some

Re: [Engine-devel] SSH Soft Fencing

2013-07-03 Thread Martin Perina
- Original Message - > From: "Livnat Peer" > To: "Martin Perina" > Cc: engine-devel@ovirt.org > Sent: Wednesday, July 3, 2013 2:32:16 PM > Subject: Re: [Engine-devel] SSH Soft Fencing > > Hi Martin, > I have some more questions, >

Re: [Engine-devel] SSH Soft Fencing

2013-07-03 Thread Martin Perina
ing SSH Soft Fencing. It can only be changed manually in database. The whole fencing process in oVirt 3.3 is decribed at http://www.ovirt.org/Automatic_Fencing#Automatic_Fencing_in_oVirt_3.3 Martin Perina - Original Message - > From: "Michal Skrivanek" > To: engine-devel

Re: [Engine-devel] SSH Soft Fencing

2013-07-01 Thread Martin Perina
So let me summarize it: We have come to agreement in those questions: 1) SSH Soft Fencing logic should be extracted from VdsNotRespondingTreatment command to its own SshSoftFencingCommand 2) VdsNotRespondingCommand should be refactored so it's not inherited from VdsRestartCommand, but it s

Re: [Engine-devel] Problem with development environment

2013-06-28 Thread Martin Perina
Hi, workaround helped. Thanks Martin - Original Message - > From: "Alon Bar-Lev" > To: "Martin Perina" > Cc: engine-devel@ovirt.org > Sent: Friday, June 28, 2013 9:46:36 AM > Subject: Re: [Engine-devel] Problem with development environment >

[Engine-devel] Problem with development environment

2013-06-27 Thread Martin Perina
files] Error 2 make[1]: Leaving directory `/home/mperina/projects/ovirt/ovirt-engine' make: *** [install-dev] Error 2 I've already upgraded to otopi 1.1 (currently 1.1.0-0.0.master.20130626.git33d9561.fc18). Martin Perina ___ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

[Engine-devel] SSH Soft Fencing

2013-06-27 Thread Martin Perina
nyway. Martin Perina ___ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

[Engine-devel] Engine config and device custom properties

2013-05-14 Thread Martin Perina
Hi, I'm working on a patch to support custom device properties in ovirt-engine. I would like that custom device properties format can be set using engine-config command in a similar way as UserDefinedVMProperties. What is needed to be done to support this? Thanks Martin _

Re: [Engine-devel] Device custom properties

2013-05-09 Thread Martin Perina
- Original Message - > From: "Martin Perina" > To: "Eli Mesika" > Cc: engine-devel@ovirt.org > Sent: Thursday, May 9, 2013 10:31:07 AM > Subject: Re: [Engine-devel] Device custom properties > > > > - Original Message - > >

Re: [Engine-devel] Device custom properties

2013-05-09 Thread Martin Perina
- Original Message - > From: "Eli Mesika" > To: "Martin Perina" > Cc: engine-devel@ovirt.org > Sent: Sunday, May 5, 2013 9:18:07 AM > Subject: Re: [Engine-devel] Device custom properties > > > > - Original Message - > >

Re: [Engine-devel] Device custom properties

2013-05-03 Thread Martin Perina
- Original Message - > From: "Martin Perina" > To: engine-devel@ovirt.org > Sent: Friday, May 3, 2013 11:06:05 AM > Subject: [Engine-devel] Device custom properties > > Hi, > > I'm currently trying to implement device custom properties inf

[Engine-devel] Device custom properties

2013-05-03 Thread Martin Perina
Hi, I'm currently trying to implement device custom properties infrastructure in ovirt-engine. During discussion with Yair, we found out, that it's not clear, for what type of devices custom properties should be available? In engine we have the VmDeviceType enum which contains following values

Re: [Engine-devel] cannot sign in to gerrit.ovirt.org with google ID?

2013-05-02 Thread Martin Perina
> > - Original Message - > > From: "Martin Perina" > > Sent: Thursday, May 2, 2013 9:06:58 AM > > > > Hi Einav, > > Hi Martin, > > > > > I don't have any problems signing into gerrit.ovirt.org using my google > >

Re: [Engine-devel] cannot sign in to gerrit.ovirt.org with google ID?

2013-05-02 Thread Martin Perina
Hi Einav, I don't have any problems signing into gerrit.ovirt.org using my google account, I've just tried it few minutes ago. You can try to look at your G+ account / Security settings / Connected applications and sites, if gerrit.ovirt.org is among them. Martin - Original Message -

[Engine-devel] Added support for POSIX and GNU long parameters to engine-manage-domains

2013-04-10 Thread Martin Perina
add --domain=xyz.com --provider=IPA --user=admin engine-manage-domains a -d xyz.com -p ipa --user=admin All variants do the same. If you're interested, please review the patch: http://gerrit.ovirt.org/#/c/13776/ Regards Martin Perina ___ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

Re: [Engine-devel] Adding JCommander library to projects

2013-03-28 Thread Martin Perina
- Original Message - > From: "Alon Bar-Lev" > To: "Martin Perina" > Cc: engine-devel@ovirt.org > Sent: Thursday, March 28, 2013 10:18:19 AM > Subject: Re: [Engine-devel] Adding JCommander library to projects > > > > - Original

[Engine-devel] Adding JCommander library to projects

2013-03-28 Thread Martin Perina
n is great. JCommander is licensed with Apache 2.0 license, so the addition shouldn't be a problem. So, would it be possible to add JCommander library to project? Martin Perina ___ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ov

Re: [Engine-devel] Move SQL out of stored procedures

2013-03-26 Thread Martin Perina
using 4 different database dialects. Like any other technologies, Hibernate/JPA has some drawbacks, but when it's used properly and database objects are redesigned to fit Hibernate and portability needs, it works fine. Martin Perina - Original Message - > From: "Alon B