Re: [ovirt-devel] Line of death for tests

2017-03-16 Thread Allon Mureinik
Issue reported on Mockito: https://github.com/mockito/mockito/issues/990 On Thu, Mar 16, 2017 at 8:36 PM, Allon Mureinik wrote: > The root cause seems to be MigrateVmCommandTest and its relation to > MigrateVmCommand. > > A common misconception is that if an object is

Re: [ovirt-devel] Error in ovirt-engine installation

2017-03-16 Thread Alexander Wels
On Thursday, March 16, 2017 3:09:02 PM EDT Greg Sheremeta wrote: > Hi! > > Try this: > > make clean install-dev PREFIX=$HOME/ovirt-engine > DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="-Dgwt.userAgent=safari,gecko1_8" > BUILD_UT=0 DEV_EXTRA_BUILD_FLAGS="-Dgwt.compiler.localWorkers=1" > He can give that

Re: [ovirt-devel] Error in ovirt-engine installation

2017-03-16 Thread Greg Sheremeta
Hi! Try this: make clean install-dev PREFIX=$HOME/ovirt-engine DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS="-Dgwt.userAgent=safari,gecko1_8" BUILD_UT=0 DEV_EXTRA_BUILD_FLAGS="-Dgwt.compiler.localWorkers=1" Greg On Thu, Mar 16, 2017 at 3:08 PM, Oved Ourfali wrote: > CC-ing

Re: [ovirt-devel] Error in ovirt-engine installation

2017-03-16 Thread Oved Ourfali
CC-ing Vojtech and Greg. Guys, can you please take a look? On Mar 16, 2017 21:05, "shubham dubey" wrote: > Hello, > I am trying to install ovirt-engine from almost 2 or 3 weeks in my fedora > 25. > But everytime I run this $ make install-dev PREFIX="$HOME/ovirt-engine" > >

[ovirt-devel] Error in ovirt-engine installation

2017-03-16 Thread shubham dubey
Hello, I am trying to install ovirt-engine from almost 2 or 3 weeks in my fedora 25. But everytime I run this $ make install-dev PREFIX="$HOME/ovirt-engine" I got following error http://pastebin.com/cEfDJYix. I have tried to debug the problem lots of time but doesn't get succeeded. With little

Re: [ovirt-devel] [vdsm] Engine XML: metadata and devices from XML

2017-03-16 Thread Francesco Romani
On 03/16/2017 01:26 PM, Francesco Romani wrote: > On 03/16/2017 11:47 AM, Michal Skrivanek wrote: >>> On 16 Mar 2017, at 09:45, Francesco Romani wrote: >>> >>> We talked about sending storage device purely on metadata, letting Vdsm >>> rebuild them and getting the XML like

Re: [ovirt-devel] System tests failure (wrong test code?)

2017-03-16 Thread Michal Skrivanek
> On 16 Mar 2017, at 15:18, Yaniv Kaul wrote: > > > > On Thu, Mar 16, 2017 at 10:46 AM, Nir Soffer > wrote: > If found this error in system tests - looks like wrong assert - code should > check > if disk is not None before

Re: [ovirt-devel] [ OST Failure Report ] [ ovirt-engine-4.1 ] [ 02.03.2017 ] [004_basic_sanity]

2017-03-16 Thread Yaniv Kaul
Just had this failure again[1], relevant log[2]. I still feel there's an issue here: {"jsonrpc": "2.0", "id": "aa241c36-d61d-4f9f-9baf-040b00638d00", "result": [{"username": "Unknown", "displayInfo": [{"tlsPort": "-1", "ipAddress": "192.168.201.4", "type": "vnc", "port": "5900"}, {"tlsPort":

Re: [ovirt-devel] System tests failure (wrong test code?)

2017-03-16 Thread Yaniv Kaul
On Thu, Mar 16, 2017 at 10:46 AM, Nir Soffer wrote: > If found this error in system tests - looks like wrong assert - code > should check > if disk is not None before checking state. > > I'm not sure who is the owner of this test, so posting here. > Theoretically, perhaps.

Re: [ovirt-devel] [vdsm] Engine XML: metadata and devices from XML

2017-03-16 Thread Francesco Romani
On 03/16/2017 11:47 AM, Michal Skrivanek wrote: >> On 16 Mar 2017, at 09:45, Francesco Romani wrote: >> >> We talked about sending storage device purely on metadata, letting Vdsm >> rebuild them and getting the XML like today. >> >> In the other direction, Vdsm will pass

Re: [ovirt-devel] [ovirt-users] Ovirt 4.1 USB Api problems

2017-03-16 Thread Michal Skrivanek
> On 16 Mar 2017, at 11:38, Adolfo wrote: > > Hi, > > I don't know if this is the correct place for this question (i hope it is > ;-) ). > > We are trying to make "enable USB support" work with a machine created from > python ovirtsdk4 api, > > here is the code: >

Re: [ovirt-devel] [vdsm] Engine XML: metadata and devices from XML

2017-03-16 Thread Michal Skrivanek
> On 16 Mar 2017, at 09:45, Francesco Romani wrote: > > We talked about sending storage device purely on metadata, letting Vdsm > rebuild them and getting the XML like today. > > In the other direction, Vdsm will pass through the XML (perhaps only > parts of it, e.g. the

[ovirt-devel] Ovirt 4.1 USB Api problems

2017-03-16 Thread Adolfo
Hi, I don't know if this is the correct place for this question (i hope it is ;-) ). We are trying to make "enable USB support" work with a machine created from python ovirtsdk4 api, here is the code: cluster = ovirt.types.Cluster(id=six.binary_type(clusterId))

[ovirt-devel] Line of death for tests

2017-03-16 Thread Shmuel Melamud
Hi! I've found yesterday a very strange bug, most likely in Mockito. Hard to believe it really happens, but I've reproduced it in different environmentы and several revisions of oVirt master. I've added the following line into MigrateVmCommand: private Integer actualDowntime; +private

Re: [ovirt-devel] [monitoring][collectd] the collectd virt plugin is now on par with Vdsm needs

2017-03-16 Thread Roy Golan
+Yaniv Dary can you help with a gap analysis to understand what values we expecet as RAW and not supplied by collectd? On Mon, Mar 13, 2017 at 9:45 AM Francesco Romani wrote: > No updates yet. I'll move forward filing a github issue, hoping to gather >

[ovirt-devel] System tests failure (wrong test code?)

2017-03-16 Thread Nir Soffer
If found this error in system tests - looks like wrong assert - code should check if disk is not None before checking state. I'm not sure who is the owner of this test, so posting here. *08:28:05* # snapshots_merge: *08:28:31* Unhandled exception in at 0x276a5f0>*08:28:31* Traceback (most

Re: [ovirt-devel] [vdsm] Engine XML: metadata and devices from XML

2017-03-16 Thread Francesco Romani
We talked about sending storage device purely on metadata, letting Vdsm rebuild them and getting the XML like today. In the other direction, Vdsm will pass through the XML (perhaps only parts of it, e.g. the devices subtree) like before. This way we can minimize the changes we are uncertain of,

Re: [ovirt-devel] Error in setup of ovirt-engine Development Environment

2017-03-16 Thread Shmuel Melamud
Hi! On Wed, Mar 15, 2017 at 6:30 PM, shubham dubey wrote: > Now when I am trying these commands I am getting following error > $postgres -c "psql -d template1 -c \"create user engine password > 'engine';\"" > FATAL: -c psql -d template1 -c "create user engine password

Re: [ovirt-devel] Error in setup of ovirt-engine Development Environment

2017-03-16 Thread shubham dubey
thanks,It looks really a great solution.I will try that. On Thu, Mar 16, 2017 at 12:27 PM, Yedidyah Bar David wrote: > On Wed, Mar 15, 2017 at 10:42 PM, Martin Perina > wrote: > > Hi, > > > > I think you have forgotten 'su' command at beginning, correct

Re: [ovirt-devel] Error in setup of ovirt-engine Development Environment

2017-03-16 Thread Yedidyah Bar David
On Wed, Mar 15, 2017 at 10:42 PM, Martin Perina wrote: > Hi, > > I think you have forgotten 'su' command at beginning, correct commands are: > > su - postgres -c "psql -d template1 -c \"create user engine password > 'engine';\"" > su - postgres -c "psql -d template1 -c