[ovirt-devel] [RFC] Proposal for dropping FC22 jenkins tests on master branch

2015-11-12 Thread Sandro Bonazzola
Hi, can we drop FC22 testing in jenkins now that FC23 jobs are up and running? it will reduce jenkins load. If needed we can keep FC22 builds, just dropping the check jobs. Comments? -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at

Re: [ovirt-devel] [RFC] Proposal for dropping FC22 jenkins tests on master branch

2015-11-12 Thread Nir Soffer
fedora 23 jobs are failing because of missing dependencies. Lets wait with this until the ci becomes stable. On Thu, Nov 12, 2015 at 10:34 AM, Sandro Bonazzola wrote: > Hi, > can we drop FC22 testing in jenkins now that FC23 jobs are up and running? > it will reduce jenkins

[ovirt-devel] In windows OS & firefox brower, Window.Location.replace(url) would stop System to execute Command, and would not catch any error info.But other OS like firefox in linux would not happen

2015-11-12 Thread ????
HiI want to redirct the page when ovirt admin logout, so I add :Window.Location.replace("/test.html") in ApplicationPlaceManager.java as below: @Override public void revealDefaultPlace() { PlaceRequest pr = getDefaultPlace(); if (pr == null) {

Re: [ovirt-devel] [RFC] Proposal for dropping FC22 jenkins tests on master branch

2015-11-12 Thread Sandro Bonazzola
On Thu, Nov 12, 2015 at 9:43 AM, Nir Soffer wrote: > fedora 23 jobs are failing because of missing dependencies. > > Lets wait with this until the ci becomes stable. > fedora 23 VDSM jobs are failing because https://gerrit.ovirt.org/48408 has not been merged yet. > > On

Re: [ovirt-devel] Jenkins build fails - bad dependency?

2015-11-12 Thread David Caro
On 11/12, Sandro Bonazzola wrote: > On Thu, Nov 12, 2015 at 11:33 AM, Dan Kenigsberg wrote: > > > On Wed, Nov 11, 2015 at 03:41:11PM +0100, Sandro Bonazzola wrote: > > > On Wed, Nov 11, 2015 at 12:06 PM, Eyal Edri wrote: > > > > > > > ccing devel. > > > > >

Re: [ovirt-devel] introducing F23 jobs: vdsm_master_check-patch-fc23 failure

2015-11-12 Thread Dan Kenigsberg
On Wed, Nov 11, 2015 at 03:43:14PM +0100, Sandro Bonazzola wrote: > On Tue, Nov 10, 2015 at 1:21 PM, Dan Kenigsberg wrote: > > > Thanks for introducing the new job. > > However, I see that the job that runs on spec changes fails: > > > >

Re: [ovirt-devel] Update on oVirt Mirroring Status

2015-11-12 Thread Anton Marchukov
Hello All. We have got the issue solved. I am readding mirrors back to the mirror list as soon as I get confirmation it is working for each mirror. At the moment we already have few mirrors back there. Anton. On Wed, Nov 11, 2015 at 10:45 AM, Anton Marchukov wrote: >

[ovirt-devel] firewalld on vdsm host

2015-11-12 Thread Fabian Deutsch
Hey, what is the expectation/assumption about firewalld on a CentOS 7 host where you want to install vdsm onto? Is vdsm taking care of it? I'm asking this, because firewalld seems to be in the default package (please correct me if I am wrong) set of CentOS 7 and thus installed by default. -

Re: [ovirt-devel] Jenkins build fails - bad dependency?

2015-11-12 Thread Sandro Bonazzola
On Thu, Nov 12, 2015 at 11:33 AM, Dan Kenigsberg wrote: > On Wed, Nov 11, 2015 at 03:41:11PM +0100, Sandro Bonazzola wrote: > > On Wed, Nov 11, 2015 at 12:06 PM, Eyal Edri wrote: > > > > > ccing devel. > > > > > > On Tue, Nov 10, 2015 at 6:32 PM, Nir Soffer

Re: [ovirt-devel] Jenkins build fails - bad dependency?

2015-11-12 Thread Dan Kenigsberg
On Wed, Nov 11, 2015 at 03:41:11PM +0100, Sandro Bonazzola wrote: > On Wed, Nov 11, 2015 at 12:06 PM, Eyal Edri wrote: > > > ccing devel. > > > > On Tue, Nov 10, 2015 at 6:32 PM, Nir Soffer wrote: > > > >> This currently breaks the build for > >>

[ovirt-devel] ?????? In windows OS & firefox brower, Window.Location.replace(url) would stop System to execute Command, and would not catch any error info.But other OS like firefox in linux would not

2015-11-12 Thread ????
Hi Alexander I tried your method ,and it works! right, I want to redirect another page after user logged out, but also I want Ovirt-engine could execute Logout user command to clear session. I tried to insert Window.Location.replrace in LoginModel.java , ApplicationPlaceManager.java

Re: [ovirt-devel] Reported-By - giving credit to our testers

2015-11-12 Thread Sandro Bonazzola
On Thu, Nov 12, 2015 at 3:45 PM, Nir Soffer wrote: > Hi all, > > Our QE (and sometimes our users) are working hard testing and > reporting bugs, but > their effort is never mentioned in our code. > > Looking at kernel git history, I found that they are using the > Reported-By

Re: [ovirt-devel] Reported-By - giving credit to our testers

2015-11-12 Thread Francesco Romani
- Original Message - > From: "Nir Soffer" > To: "devel" > Cc: "Dan Kenigsberg" , "Francesco Romani" > , "Piotr Kliczewski" > , "Adam Litke" , "Allon Mureinik" >

Re: [ovirt-devel] firewalld on vdsm host

2015-11-12 Thread Fabian Deutsch
On Thu, Nov 12, 2015 at 2:36 PM, Dan Kenigsberg wrote: > On Thu, Nov 12, 2015 at 12:08:07PM +0100, Fabian Deutsch wrote: >> Hey, >> >> what is the expectation/assumption about firewalld on a CentOS 7 host >> where you want to install vdsm onto? >> >> Is vdsm taking care of it?

Re: [ovirt-devel] In windows OS & firefox brower, Window.Location.replace(url) would stop System to execute Command, and would not catch any error info.But other OS like firefox in linux would not hap

2015-11-12 Thread Alexander Wels
On Thursday, November 12, 2015 01:41:38 PM 温蓓 wrote: > HiI want to redirct the page when ovirt admin logout, so I add > :Window.Location.replace("/test.html") in ApplicationPlaceManager.java as > below: > @Override > public void revealDefaultPlace() { > PlaceRequest pr =

Re: [ovirt-devel] Reported-By - giving credit to our testers

2015-11-12 Thread David Caro
On 11/12, Francesco Romani wrote: > - Original Message - > > From: "Nir Soffer" > > To: "devel" > > Cc: "Dan Kenigsberg" , "Francesco Romani" > > , "Piotr Kliczewski" > > , "Adam Litke"

Re: [ovirt-devel] firewalld on vdsm host

2015-11-12 Thread Dan Kenigsberg
On Thu, Nov 12, 2015 at 12:08:07PM +0100, Fabian Deutsch wrote: > Hey, > > what is the expectation/assumption about firewalld on a CentOS 7 host > where you want to install vdsm onto? > > Is vdsm taking care of it? > > I'm asking this, because firewalld seems to be in the default package >

Re: [ovirt-devel] firewalld on vdsm host

2015-11-12 Thread Dan Kenigsberg
On Thu, Nov 12, 2015 at 02:42:32PM +0100, Fabian Deutsch wrote: > On Thu, Nov 12, 2015 at 2:36 PM, Dan Kenigsberg wrote: > > On Thu, Nov 12, 2015 at 12:08:07PM +0100, Fabian Deutsch wrote: > >> Hey, > >> > >> what is the expectation/assumption about firewalld on a CentOS 7 host

Re: [ovirt-devel] firewalld on vdsm host

2015-11-12 Thread Fabian Deutsch
On Thu, Nov 12, 2015 at 2:57 PM, Dan Kenigsberg wrote: > On Thu, Nov 12, 2015 at 02:42:32PM +0100, Fabian Deutsch wrote: >> On Thu, Nov 12, 2015 at 2:36 PM, Dan Kenigsberg wrote: >> > On Thu, Nov 12, 2015 at 12:08:07PM +0100, Fabian Deutsch wrote: >> >> Hey,

[ovirt-devel] Reported-By - giving credit to our testers

2015-11-12 Thread Nir Soffer
Hi all, Our QE (and sometimes our users) are working hard testing and reporting bugs, but their effort is never mentioned in our code. Looking at kernel git history, I found that they are using the Reported-By header for giving credit to the person reporting a bug. I suggest we adapt this

Re: [ovirt-devel] Reported-By - giving credit to our testers

2015-11-12 Thread Piotr Kliczewski
On Thu, Nov 12, 2015 at 3:49 PM, David Caro wrote: > On 11/12, Francesco Romani wrote: > > - Original Message - > > > From: "Nir Soffer" > > > To: "devel" > > > Cc: "Dan Kenigsberg" , "Francesco Romani" < >

Re: [ovirt-devel] Reported-By - giving credit to our testers

2015-11-12 Thread Alon Bar-Lev
- Original Message - > From: "Yaniv Kaul" > To: "Nir Soffer" > Cc: "Piotr Kliczewski" , "devel" > Sent: Thursday, November 12, 2015 4:55:10 PM > Subject: Re: [ovirt-devel] Reported-By - giving credit to our

Re: [ovirt-devel] Reported-By - giving credit to our testers

2015-11-12 Thread Yaniv Kaul
On Thu, Nov 12, 2015 at 4:45 PM, Nir Soffer wrote: > Hi all, > > Our QE (and sometimes our users) are working hard testing and > reporting bugs, but > their effort is never mentioned in our code. > > Looking at kernel git history, I found that they are using the > Reported-By

Re: [ovirt-devel] firewalld on vdsm host

2015-11-12 Thread Sandro Bonazzola
On Thu, Nov 12, 2015 at 3:06 PM, Fabian Deutsch wrote: > On Thu, Nov 12, 2015 at 2:57 PM, Dan Kenigsberg wrote: > > On Thu, Nov 12, 2015 at 02:42:32PM +0100, Fabian Deutsch wrote: > >> On Thu, Nov 12, 2015 at 2:36 PM, Dan Kenigsberg >

Re: [ovirt-devel] firewalld on vdsm host

2015-11-12 Thread Fabian Deutsch
On Thu, Nov 12, 2015 at 4:27 PM, Sandro Bonazzola wrote: > > > On Thu, Nov 12, 2015 at 3:06 PM, Fabian Deutsch wrote: >> >> On Thu, Nov 12, 2015 at 2:57 PM, Dan Kenigsberg wrote: >> > On Thu, Nov 12, 2015 at 02:42:32PM +0100, Fabian

Re: [ovirt-devel] Reported-By - giving credit to our testers

2015-11-12 Thread Eli Mesika
+1 - Original Message - > From: "Nir Soffer" > To: "devel" > Cc: "Piotr Kliczewski" > Sent: Thursday, November 12, 2015 4:45:13 PM > Subject: [ovirt-devel] Reported-By - giving credit to our testers > > Hi all, > > Our QE (and