[ovirt-devel] why can't a virtual machine with a lock file snapshot?

2016-09-05 Thread maok...@126.com
hi,all: why can't a virtual machine with a lock file snapshot? the code is this: 4490 4491 if vmDrive.hasVolumeLeases: 4492 self.log.error('disk %s has volume leases', vmDrive.name) 4493 return errCode['noimpl'] 4494 [./vdsm/virt/vm.py]

[ovirt-devel] VDSM fails to install due to versions mess

2016-09-05 Thread Eyal Edri
Did we end up reverting the VDSM change? I see now failures on OST with the version issues [1]: 2016-09-05 13:42:53,879 DEBUG [org.ovirt.engine.core.utils.timer.FixedDelayJobListener] (DefaultQuartzScheduler1) [] Rescheduling

Re: [ovirt-devel] Failure in log collector on master: Failure fetching information about hypervisors from API. Error (ValueError): legacy is not a valid RngSource

2016-09-05 Thread Rafael Martins
- Original Message - > From: "Juan Hernández" > To: "Yaniv Kaul" > Cc: "Sandro Bonazzola" , "Rafael Martins" > , "Ondra Machacek" > , "devel" > Sent: Friday, September

[ovirt-devel] ovirt_master_system-tests job fail

2016-09-05 Thread Shlomo Ben David
Hi, Job: ovirt_master_system-tests [1] is failing with the following error: > end captured logging << -"> The failure appeared after job #472 on Sep 2, 2016 7:31 AM. [1] - http://jenkins.ovirt.org/view/oVirt%20system%20tests/job/ovirt_master_system-tests/ Need your

Re: [ovirt-devel] possible bug in libgovirt or oVirt 4.0.2

2016-09-05 Thread David Jaša
Hi Iordan, teuf fixed this few months ago [1] but libgovirt with this patch included wasn't yet. [1] https://git.gnome.org/browse/libgovirt/commit/?id=948ce7168efa7c1fca5f1f6390f94191d709590b Cheers, David On Ne, 2016-08-21 at 23:31 -0400, i iordanov wrote: > Hello, > > I just tested oVirt

Re: [ovirt-devel] Old Ovirt site is down

2016-09-05 Thread Eyal Edri
The old site will live forever if we don't map out all there is to move. So I'm sure we can bring it up again, but we need a complete list of what issues exists and what is left to move + schedule to move it. On Mon, Sep 5, 2016 at 10:36 AM, Fred Rolland wrote: > There are

Re: [ovirt-devel] Update gerrit plugins (oauth, avatars-gravatar)

2016-09-05 Thread Roy Golan
On 5 September 2016 at 10:21, Eyal Edri wrote: > > > On Mon, Sep 5, 2016 at 10:19 AM, Yaniv Kaul wrote: > >> >> >> On Sun, Sep 4, 2016 at 7:41 PM, Shlomo Ben David >> wrote: >> >>> Hi, >>> >>> Today 04/09/2016 at 23:00 i'm planning to

Re: [ovirt-devel] Old Ovirt site is down

2016-09-05 Thread Fred Rolland
There are still a lot of issues in the new one, like bad formatting or missing screenshots. For example see [1]. In order to fix those, it is easier to compare with the old site to verify that nothing was leftout in the fix. [1]

Re: [ovirt-devel] [VDSM] Failing networking tests

2016-09-05 Thread Edward Haas
Thanks, we are tracking this. If it starts to appear frequently, please let me know. On Mon, Sep 5, 2016 at 12:11 AM, Nir Soffer wrote: > The tests passed after retriggering this build, this is probably a > timing issue in the tests. > > On Sun, Sep 4, 2016 at 11:45 PM, Nir

Re: [ovirt-devel] Update gerrit plugins (oauth, avatars-gravatar)

2016-09-05 Thread Eyal Edri
On Mon, Sep 5, 2016 at 10:19 AM, Yaniv Kaul wrote: > > > On Sun, Sep 4, 2016 at 7:41 PM, Shlomo Ben David > wrote: > >> Hi, >> >> Today 04/09/2016 at 23:00 i'm planning to update gerrit-oauth plugin >> from v0.3 ==> v2.11.3 >> >> In addition i will add the

Re: [ovirt-devel] Update gerrit plugins (oauth, avatars-gravatar)

2016-09-05 Thread Yaniv Kaul
On Sun, Sep 4, 2016 at 7:41 PM, Shlomo Ben David wrote: > Hi, > > Today 04/09/2016 at 23:00 i'm planning to update gerrit-oauth plugin from v0.3 > ==> v2.11.3 > > In addition i will add the new avatars-gravatar plugin (v2.11) > Does it affect the performance? It looks very

Re: [ovirt-devel] Old Ovirt site is down

2016-09-05 Thread Yedidyah Bar David
On Mon, Sep 5, 2016 at 10:02 AM, Fred Rolland wrote: > Hi, > > http://old.ovirt.org/ is down. > > Can someone look at it ? That's intended. If you need it, please comment on: https://ovirt-jira.atlassian.net/browse/OVIRT-718 > > Thanks, > > Freddy > > Service Temporarily

Re: [ovirt-devel] Old Ovirt site is down

2016-09-05 Thread Eyal Edri
Please add justification or what you're missing in the new one here [1] [1] https://ovirt-jira.atlassian.net/browse/OVIRT-718 On Mon, Sep 5, 2016 at 10:02 AM, Fred Rolland wrote: > Hi, > > http://old.ovirt.org/ is down. > > Can someone look at it ? > > Thanks, > > Freddy

[ovirt-devel] Old Ovirt site is down

2016-09-05 Thread Fred Rolland
Hi, http://old.ovirt.org/ is down. Can someone look at it ? Thanks, Freddy Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. -- Apache/2.2.15 (Red Hat)

Re: [ovirt-devel] [VDSM] Avoiding leaks when handling exceptions

2016-09-05 Thread Nir Soffer
On Mon, Sep 5, 2016 at 9:27 AM, Dan Kenigsberg wrote: > On Sun, Sep 04, 2016 at 08:38:30PM +0300, Nir Soffer wrote: >> Hi all, >> >> I found an interesting post about error handling and how to avoid such >> leaks - please check: >>

Re: [ovirt-devel] Do we still need db upgrade jobs?

2016-09-05 Thread Eyal Edri
On Mon, Sep 5, 2016 at 9:04 AM, Yedidyah Bar David wrote: > On Sun, Sep 4, 2016 at 6:55 PM, Eyal Edri wrote: > > Any reason to keep running db upgrade jobs? [1] while we already have > engine > > setup+upgrade jobs running per patch? [2] > > IMO [2] is enough.

Re: [ovirt-devel] [VDSM] Avoiding leaks when handling exceptions

2016-09-05 Thread Dan Kenigsberg
On Sun, Sep 04, 2016 at 08:38:30PM +0300, Nir Soffer wrote: > Hi all, > > I found an interesting post about error handling and how to avoid such > leaks - please check: > https://cosmicpercolator.com/2016/01/13/exception-leaks-in-python-2-and-3/ > > Nir Interesting. Afrer enough time, we would

Re: [ovirt-devel] Do we still need db upgrade jobs?

2016-09-05 Thread Yedidyah Bar David
On Sun, Sep 4, 2016 at 6:55 PM, Eyal Edri wrote: > Any reason to keep running db upgrade jobs? [1] while we already have engine > setup+upgrade jobs running per patch? [2] IMO [2] is enough. In the not-very-common event that engine-setup breaks not due to dbscripts, we should