[ovirt-devel] Re: Issue while installing ovirt-imageio-daemon

2020-07-07 Thread Vojtech Juranek
On čtvrtek 2. července 2020 8:15:59 CEST Sandro Bonazzola wrote: > Il giorno mer 1 lug 2020 alle ore 19:03 Nir Soffer ha > > scritto: > > On Wed, Jul 1, 2020 at 7:46 PM Sandro Bonazzola > > > > wrote: > >> Hi, just noticed in appliance build at > >> https://jenkins.ovirt.org/job/ovirt-appliance

[ovirt-devel] sic transit gloria mundi

2020-07-07 Thread Dan Kenigsberg
Seven years ago, in June 2013, Giuseppe Valarelli introduced tests/functional/networkTests.py in https://gerrit.ovirt.org/#/c/14840/. It held high aspirations: to provide a comprehensive functional test for Vdsm's network API, in order to ease development of new code and reduce chances of reintrodu

[ovirt-devel] ovirt-engine has been tagged (ovirt-engine-4.4.1.7)

2020-07-07 Thread Sandro Bonazzola
___ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives

[ovirt-devel] Re: sic transit gloria mundi

2020-07-07 Thread Edward Haas
Great milestone! On Sun, Jul 5, 2020 at 9:25 PM Dan Kenigsberg wrote: > Seven years ago, in June 2013, Giuseppe Valarelli introduced > tests/functional/networkTests.py in > https://gerrit.ovirt.org/#/c/14840/. It held high aspirations: to > provide a comprehensive functional test for Vdsm's netw

[ovirt-devel] Re: Backup: how to download only used extents from imageio backend

2020-07-07 Thread Nir Soffer
On Thu, Jul 2, 2020 at 5:36 PM Michael Ablassmeier wrote: > > hi again! > > On Thu, Jul 02, 2020 at 03:28:45PM +0300, Nir Soffer wrote: > > If you want to test this code, you can use git: > > $ git clone https://gerrit.ovirt.org/ovirt-imageio > > $ git fetch https://gerrit.ovirt.org/ovirt-imageio

[ovirt-devel] Re: vdsm.storage.exception.UnknownTask: Task id unknown (was: [oVirt Jenkins] ovirt-system-tests_he-basic-suite-master - Build # 1641 - Still Failing!)

2020-07-07 Thread Yedidyah Bar David
On Wed, Jun 24, 2020 at 2:14 PM Evgeny Slutsky wrote: > > Hi, > changing the hostname to include also the domain name fixed the cert > deployment issue: > https://gerrit.ovirt.org/#/c/109842/ > > not sure how it affects the engine certificate content. > from my offline discussion with @Martin Pe

[ovirt-devel] Re: Backup: how to download only used extents from imageio backend

2020-07-07 Thread Nir Soffer
Michael, Continuing the discussion, I posted RFC patch adding a public ImageioClient class: https://gerrit.ovirt.org/c/110068 This is an early version for discussion, the API may change based on the feedback we get from users. I posted an example showing how the client can used: https://gerrit.o

[ovirt-devel] Re: Backup: how to download only used extents from imageio backend

2020-07-07 Thread Michael Ablassmeier
hi again! On Thu, Jul 02, 2020 at 03:28:45PM +0300, Nir Soffer wrote: > If you want to test this code, you can use git: > $ git clone https://gerrit.ovirt.org/ovirt-imageio > $ git fetch https://gerrit.ovirt.org/ovirt-imageio > refs/changes/69/110069/1 && git checkout FETCH_HEAD i just adopted my

[ovirt-devel] VM export: task stucked

2020-07-07 Thread francesco--- via Devel
Hi all, everyday at 01:00 AM we perform a daily backup on many VMs hosted in multiple hosts (all with oVirt 4.3) using a custom sciprt written in python3 (using SDK) and everything works "almost" fine. There is one single VM (Windows Server 2016) with a disk of 600 GB (the real disk usage is a

[ovirt-devel] Re: Backup: how to download only used extents from imageio backend

2020-07-07 Thread Eyal Shenitzky
Thanks for the feedback Michael. Great to hear that things work well also from users! Please let us know if you encounter some issues or you have some suggestions for improvements. On Thu, 2 Jul 2020 at 17:42, Michael Ablassmeier wrote: > hi again! > > On Thu, Jul 02, 2020 at 03:28:45PM +030

[ovirt-devel] Re: [oVirt Jenkins] ovirt-system-tests_he-basic-suite-master - Build # 1655 - Still Failing!

2020-07-07 Thread Artem Hrechanychenko
hit into the same issue https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/10162/console On Sun, Jun 28, 2020 at 3:01 PM Yedidyah Bar David wrote: > On Sun, Jun 28, 2020 at 2:51 PM Nir Soffer wrote: > > > > On Sun, Jun 28, 2020 at 2:35 PM Yedidyah Bar David > wrote: > > > >

[ovirt-devel] ovirt-engine has been tagged (ovirt-engine-4.4.1.6)

2020-07-07 Thread Tal Nisan
___ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives

[ovirt-devel] execution failed: javax.net.ssl.SSLPeerUnverifiedException (was: vdsm.storage.exception.UnknownTask: Task id unknown (was: [oVirt Jenkins] ovirt-system-tests_he-basic-suite-master - Buil

2020-07-07 Thread Yedidyah Bar David
On Tue, Jul 7, 2020 at 12:50 PM Yedidyah Bar David wrote: > > On Wed, Jun 24, 2020 at 2:14 PM Evgeny Slutsky wrote: > > > > Hi, > > changing the hostname to include also the domain name fixed the cert > > deployment issue: > > https://gerrit.ovirt.org/#/c/109842/ > > > > not sure how it affects

[ovirt-devel] Re: execution failed: javax.net.ssl.SSLPeerUnverifiedException (was: vdsm.storage.exception.UnknownTask: Task id unknown (was: [oVirt Jenkins] ovirt-system-tests_he-basic-suite-master -

2020-07-07 Thread Martin Perina
Hi, I'm not aware of change regarding certificates recently. So is this error reproducible outside Jenkins? Or even better is it reproducible on some easier flow other than HE installation so we can debug what certificate is loaded in VDSM? Thanks, Martin On Tue, Jul 7, 2020 at 2:07 PM Yedidyah

[ovirt-devel] Re: [ovirt-users] Using ovirt imageio

2020-07-07 Thread Nir Soffer
On Tue, Jul 7, 2020 at 5:05 PM Łukasz Kołaciński wrote: > Dear ovirt community, > Hi Łukasz, Adding de...@ovit.org since this topic is more appropriate for the devel list. > I am trying to use ovirt imageio api to receive changed blocks (dirty > bitmap) on ovirt 4.4. Could anyone tell me how

[ovirt-devel] Re: VM export: task stucked

2020-07-07 Thread Eyal Shenitzky
Hi Francesco, Can you please submit a bug too - https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-engine Please add the steps you are doing when this bug occurs and all the relevant logs (engine and VDSM logs etc..) Thanks On Tue, 7 Jul 2020 at 16:22, francesco--- via Devel wrote: > Hi