[ovirt-devel] [ OST Failure Report ] [ Failed Build ] [ oVirt engine master ]

2017-07-18 Thread Daniel Belenky
Hi all, This patch has [1] failed building, and every patch that was rebased on top of it failed too because of it. Error snippet: [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.ovirt.engine.ui:webadmin-modules:4.2.0-SNAPSHOT (/home/jenkins/workspace/ovi

Re: [ovirt-devel] Error in running engine-setup

2017-07-18 Thread Yedidyah Bar David
On Tue, Jul 18, 2017 at 9:49 PM, shubham dubey wrote: > I am having a issue in running $HOME/ovirt-engine/bin/engine-setup. > Earlier I was getting this error > > [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 13] > Permission denied: '/var/lib/pgsql/data/postgresql.conf' > > then

[ovirt-devel] Error in running engine-setup

2017-07-18 Thread shubham dubey
I am having a issue in running $HOME/ovirt-engine/bin/engine-setup. Earlier I was getting this error [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 13] Permission denied: '/var/lib/pgsql/data/postgresql.conf' then I just change the permission of /var/lib/pgsql/data/postgresql.conf

[ovirt-devel] classic user portal is deleted

2017-07-18 Thread Greg Sheremeta
Hi, We just merged some patches [1] to delete the classic user portal GWT application. It is replaced by VM Portal (aka ovirt-web-ui) [2]. We tested this change well, including with OST before merging, but let me know if you see any issues. [1] https://gerrit.ovirt.org/#/q/project:ovirt-engine+br

Re: [ovirt-devel] Question about general testing

2017-07-18 Thread Eyal Edri
On Tue, Jul 18, 2017 at 4:13 PM, Greg Sheremeta wrote: > > > On Tue, Jul 18, 2017 at 9:08 AM, Yaniv Kaul wrote: > >> >> >> On Jul 18, 2017 8:45 AM, "Greg Sheremeta" wrote: >> >> >> >> On Tue, Jul 18, 2017 at 8:40 AM, Yaniv Kaul wrote: >> >>> >>> >>> On Jul 18, 2017 5:11 AM, "Eyal Edri" wrote:

Re: [ovirt-devel] Question about general testing

2017-07-18 Thread Roy Golan
On Tue, Jul 18, 2017 at 4:14 PM Greg Sheremeta wrote: > On Tue, Jul 18, 2017 at 9:08 AM, Yaniv Kaul wrote: > >> >> >> On Jul 18, 2017 8:45 AM, "Greg Sheremeta" wrote: >> >> >> >> On Tue, Jul 18, 2017 at 8:40 AM, Yaniv Kaul wrote: >> >>> >>> >>> On Jul 18, 2017 5:11 AM, "Eyal Edri" wrote: >>>

Re: [ovirt-devel] Question about general testing

2017-07-18 Thread Greg Sheremeta
On Tue, Jul 18, 2017 at 9:08 AM, Yaniv Kaul wrote: > > > On Jul 18, 2017 8:45 AM, "Greg Sheremeta" wrote: > > > > On Tue, Jul 18, 2017 at 8:40 AM, Yaniv Kaul wrote: > >> >> >> On Jul 18, 2017 5:11 AM, "Eyal Edri" wrote: >> >> >> >> On Tue, Jul 18, 2017 at 11:47 AM, Petr Kotas wrote: >> >>> Hi

Re: [ovirt-devel] Question about general testing

2017-07-18 Thread Yaniv Kaul
On Jul 18, 2017 8:45 AM, "Greg Sheremeta" wrote: On Tue, Jul 18, 2017 at 8:40 AM, Yaniv Kaul wrote: > > > On Jul 18, 2017 5:11 AM, "Eyal Edri" wrote: > > > > On Tue, Jul 18, 2017 at 11:47 AM, Petr Kotas wrote: > >> Hi Marc, >> >> I have been working on a development environment for the oVir

Re: [ovirt-devel] Question about general testing

2017-07-18 Thread Greg Sheremeta
On Tue, Jul 18, 2017 at 8:40 AM, Yaniv Kaul wrote: > > > On Jul 18, 2017 5:11 AM, "Eyal Edri" wrote: > > > > On Tue, Jul 18, 2017 at 11:47 AM, Petr Kotas wrote: > >> Hi Marc, >> >> I have been working on a development environment for the oVirt. The >> environment is basically two VMs running be

Re: [ovirt-devel] Question about general testing

2017-07-18 Thread Yaniv Kaul
On Jul 18, 2017 5:11 AM, "Eyal Edri" wrote: On Tue, Jul 18, 2017 at 11:47 AM, Petr Kotas wrote: > Hi Marc, > > I have been working on a development environment for the oVirt. The > environment is basically two VMs running beside together. One runs the > engine, second is a host that runs the

Re: [ovirt-devel] Fwd: [IMPORTANT] Implementing materialized views

2017-07-18 Thread Martin Perina
On Tue, Jul 18, 2017 at 11:17 AM, Roy Golan wrote: > > I think that a convention of {table_name}_MVIEW should be clear enough to > prevent us from trying to write insert/delete/update on it. > +1 ​ > > In general I like the idea and I wonder if it will help with the vms,vds > tables under load

Re: [ovirt-devel] Failed to build artifacts for oVirt master

2017-07-18 Thread Tomas Jelinek
On Tue, Jul 18, 2017 at 11:19 AM, Oved Ourfali wrote: > CC-ing Greg anyway, > > On Tue, Jul 18, 2017 at 12:18 PM, Tomas Jelinek > wrote: > >> >> >> On Tue, Jul 18, 2017 at 11:10 AM, Oved Ourfali >> wrote: >> >>> CC-ing the author of those patches. >>> >>> On Tue, Jul 18, 2017 at 12:09 PM, Danie

Re: [ovirt-devel] Fwd: [IMPORTANT] Implementing materialized views

2017-07-18 Thread Eli Mesika
On Tue, Jul 18, 2017 at 12:17 PM, Yedidyah Bar David wrote: > On Tue, Jul 18, 2017 at 12:10 PM, Eli Mesika wrote: > > > > > > On Tue, Jul 18, 2017 at 8:56 AM, Yedidyah Bar David > wrote: > >> > >> On Tue, Jul 18, 2017 at 1:29 AM, Martin Perina > wrote: > >> > Hello, > >> > > >> > to make thing

Re: [ovirt-devel] Fwd: [IMPORTANT] Implementing materialized views

2017-07-18 Thread Eli Mesika
On Tue, Jul 18, 2017 at 12:17 PM, Roy Golan wrote: > > I think that a convention of {table_name}_MVIEW should be clear enough to > prevent us from trying to write insert/delete/update on it. > ​MV is done over views not table , so it can be {view_name}_mview​ > > In general I like the idea and

Re: [ovirt-devel] Failed to build artifacts for oVirt master

2017-07-18 Thread Oved Ourfali
CC-ing Greg anyway, On Tue, Jul 18, 2017 at 12:18 PM, Tomas Jelinek wrote: > > > On Tue, Jul 18, 2017 at 11:10 AM, Oved Ourfali > wrote: > >> CC-ing the author of those patches. >> >> On Tue, Jul 18, 2017 at 12:09 PM, Daniel Belenky >> wrote: >> >>> Hi all, >>> >>> The following patches are fa

Re: [ovirt-devel] Failed to build artifacts for oVirt master

2017-07-18 Thread Tomas Jelinek
On Tue, Jul 18, 2017 at 11:10 AM, Oved Ourfali wrote: > CC-ing the author of those patches. > > On Tue, Jul 18, 2017 at 12:09 PM, Daniel Belenky > wrote: > >> Hi all, >> >> The following patches are failing to build artifacts: >> >>1. https://gerrit.ovirt.org/#/c/79540/1 >>2. https://ger

Re: [ovirt-devel] Fwd: [IMPORTANT] Implementing materialized views

2017-07-18 Thread Roy Golan
I think that a convention of {table_name}_MVIEW should be clear enough to prevent us from trying to write insert/delete/update on it. In general I like the idea and I wonder if it will help with the vms,vds tables under load (could be worse to keep the view refreshed in fact because of frequent up

Re: [ovirt-devel] Fwd: [IMPORTANT] Implementing materialized views

2017-07-18 Thread Yedidyah Bar David
On Tue, Jul 18, 2017 at 12:10 PM, Eli Mesika wrote: > > > On Tue, Jul 18, 2017 at 8:56 AM, Yedidyah Bar David wrote: >> >> On Tue, Jul 18, 2017 at 1:29 AM, Martin Perina wrote: >> > Hello, >> > >> > to make things completely clear: any developer which will perform any >> > changes around permiss

Re: [ovirt-devel] Fwd: [IMPORTANT] Implementing materialized views

2017-07-18 Thread Eli Mesika
On Tue, Jul 18, 2017 at 8:56 AM, Yedidyah Bar David wrote: > On Tue, Jul 18, 2017 at 1:29 AM, Martin Perina wrote: > > Hello, > > > > to make things completely clear: any developer which will perform any > > changes around permissions tables need to use only predefined stored > > procedures for

Re: [ovirt-devel] Failed to build artifacts for oVirt master

2017-07-18 Thread Oved Ourfali
CC-ing the author of those patches. On Tue, Jul 18, 2017 at 12:09 PM, Daniel Belenky wrote: > Hi all, > > The following patches are failing to build artifacts: > >1. https://gerrit.ovirt.org/#/c/79540/1 >2. https://gerrit.ovirt.org/#/c/79433/3 > > Though, it seems that the root for the f

Re: [ovirt-devel] Question about general testing

2017-07-18 Thread Eyal Edri
On Tue, Jul 18, 2017 at 11:47 AM, Petr Kotas wrote: > Hi Marc, > > I have been working on a development environment for the oVirt. The > environment is basically two VMs running beside together. One runs the > engine, second is a host that runs the vdsm with nested virtualization. > I am now wor

[ovirt-devel] Failed to build artifacts for oVirt master

2017-07-18 Thread Daniel Belenky
Hi all, The following patches are failing to build artifacts: 1. https://gerrit.ovirt.org/#/c/79540/1 2. https://gerrit.ovirt.org/#/c/79433/3 Though, it seems that the root for the failure is patch [2] as patch [1] was merged after patch [2], and patch [2] failed to build artifacts. Error

Re: [ovirt-devel] Question about general testing

2017-07-18 Thread Roy Golan
On Tue, Jul 18, 2017 at 11:47 AM Petr Kotas wrote: > Hi Marc, > > I have been working on a development environment for the oVirt. The > environment is basically two VMs running beside together. One runs the > engine, second is a host that runs the vdsm with nested virtualization. > I am now work

Re: [ovirt-devel] Question about general testing

2017-07-18 Thread Petr Kotas
Hi Marc, I have been working on a development environment for the oVirt. The environment is basically two VMs running beside together. One runs the engine, second is a host that runs the vdsm with nested virtualization. I am now working on the vagrant file with orchestration to make the environme