[Engine-devel] Usage of Dynamic Queries

2014-03-03 Thread Liran Zelkha
Hi All, As part of an ongoing effort to improve oVirt performance, we're trying to reduce the number of Dynamic Queries usage in the code, and replace it with Postgres stored procedures. You wouldn't believe the performance gain. Please consider before making use of the Dynamic Queries feature -

[Engine-devel] oVirt 3.4.0 branch creation

2014-03-03 Thread Sandro Bonazzola
Hi, we're going to create ovirt-engine-3.4.0 branch tomorrow morning 09:00 UTC. oVirt 3.4.1 development will continue on ovirt-engine-3.4 branch. Critical fixes for oVirt 3.4.0 GA will need to be pushed to 3.4.0 branch too starting tomorrow morning 09:00 UTC. Thanks, -- Sandro Bonazzola Better

Re: [Engine-devel] Asynchronous tasks for live merge

2014-03-03 Thread Dan Kenigsberg
On Fri, Feb 28, 2014 at 09:30:16AM -0500, Adam Litke wrote: Hi all, As part of our plan to support live merging of VM disk snapshots it seems we will need a new form of asynchronous task in ovirt-engine. I am aware of AsyncTaskManager but it seems to be limited to managing SPM tasks. For

Re: [Engine-devel] Asynchronous tasks for live merge

2014-03-03 Thread Itamar Heim
On 03/03/2014 04:28 PM, Dan Kenigsberg wrote: On Fri, Feb 28, 2014 at 09:30:16AM -0500, Adam Litke wrote: Hi all, As part of our plan to support live merging of VM disk snapshots it seems we will need a new form of asynchronous task in ovirt-engine. I am aware of AsyncTaskManager but it seems

Re: [Engine-devel] Install rhevm-guest-agent on SLES guest

2014-03-03 Thread Vinzenz Feenstra
On 03/02/2014 10:46 PM, Itamar Heim wrote: On 02/21/2014 03:43 PM, Alexander Wels wrote: Doesn't look like the package exists yet, there is an open bug for it: https://bugzilla.redhat.com/show_bug.cgi?id=1043471 On Friday, February 21, 2014 11:00:40 AM Vikas Kokare wrote: We want to install

Re: [Engine-devel] Asynchronous tasks for live merge

2014-03-03 Thread Adam Litke
On 03/03/14 14:28 +, Dan Kenigsberg wrote: On Fri, Feb 28, 2014 at 09:30:16AM -0500, Adam Litke wrote: Hi all, As part of our plan to support live merging of VM disk snapshots it seems we will need a new form of asynchronous task in ovirt-engine. I am aware of AsyncTaskManager but it

[Engine-devel] oVirt February 2014 Updates

2014-03-03 Thread Itamar Heim
1. Releases - oVirt 3.3.3 was released early in the month: http://www.ovirt.org/OVirt_3.3.3_release_notes - oVirt 3.3.4 about to release. http://www.ovirt.org/OVirt_3.3.4_release_notes - oVirt 3.4.0 about to release! 2. Events - Leonardo Vaz is organizing ovirt attendance at FISL15, the

Re: [Engine-devel] Asynchronous tasks for live merge

2014-03-03 Thread Adam Litke
On 03/03/14 16:36 +0200, Itamar Heim wrote: On 03/03/2014 04:28 PM, Dan Kenigsberg wrote: On Fri, Feb 28, 2014 at 09:30:16AM -0500, Adam Litke wrote: Hi all, As part of our plan to support live merging of VM disk snapshots it seems we will need a new form of asynchronous task in ovirt-engine.

Re: [Engine-devel] Asynchronous tasks for live merge

2014-03-03 Thread Dan Kenigsberg
On Mon, Mar 03, 2014 at 09:56:56AM -0500, Adam Litke wrote: On 03/03/14 16:36 +0200, Itamar Heim wrote: On 03/03/2014 04:28 PM, Dan Kenigsberg wrote: On Fri, Feb 28, 2014 at 09:30:16AM -0500, Adam Litke wrote: Hi all, As part of our plan to support live merging of VM disk snapshots it

Re: [Engine-devel] Asynchronous tasks for live merge

2014-03-03 Thread Dan Kenigsberg
On Mon, Mar 03, 2014 at 09:51:15AM -0500, Adam Litke wrote: On 03/03/14 14:28 +, Dan Kenigsberg wrote: On Fri, Feb 28, 2014 at 09:30:16AM -0500, Adam Litke wrote: Hi all, As part of our plan to support live merging of VM disk snapshots it seems we will need a new form of asynchronous

[Engine-devel] Tweaking backup/restore of engine

2014-03-03 Thread Sven Kieske
Hi, currently all events are stored in the table audit_log which all gets saved when you use the engine-backup shell script. the event log is full of these login lines (engine 3.3.2): 25652 fdfc627c-d875-11e0-90f0-83df133b58ccadmin@internal ----\N

Re: [Engine-devel] Tweaking backup/restore of engine and the table 'audit_log'

2014-03-03 Thread Yedidyah Bar David
- Original Message - From: Sven Kieske s.kie...@mittwald.de To: engine-devel@ovirt.org Sent: Monday, March 3, 2014 6:25:39 PM Subject: [Engine-devel] Tweaking backup/restore of engine Hi, currently all events are stored in the table audit_log which all gets saved when you use

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

2014-03-03 Thread Alon Bar-Lev
- Original Message - From: Adam Litke ali...@redhat.com To: engine-devel@ovirt.org Sent: Tuesday, March 4, 2014 12:26:28 AM Subject: [Engine-devel] Schema upgrade failure on master Hi, I've recently rebased to master and it looks like the

[Engine-devel] Schema upgrade failure on master

2014-03-03 Thread Adam Litke
Hi, I've recently rebased to master and it looks like the 03_05_0050_event_notification_methods.sql script is failing on schema upgrade. Is this a bug or am I doing something wrong? To upgrade I did the normal proceedure with my development installation: make install-dev ...

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 ali...@redhat.com To: engine-devel@ovirt.org Sent:

Re: [Engine-devel] Tweaking backup/restore of engine

2014-03-03 Thread Yair Zaslavsky
- Original Message - From: Sven Kieske s.kie...@mittwald.de To: engine-devel@ovirt.org Sent: Monday, March 3, 2014 6:25:39 PM Subject: [Engine-devel] Tweaking backup/restore of engine Hi, currently all events are stored in the table audit_log which all gets saved when you use