Re: [ovirt-devel] Heads-up: moving Libvirt xml creation to the engine

2016-11-28 Thread Dan Kenigsberg
On Thu, Nov 24, 2016 at 09:47:53AM +0100, Martin Sivak wrote: > Yaniv, we can probably provide engine side hooks as Arik said, but the > current hook mechanism is provided by libvirt, vdsm "just" packages > the scripts and puts them in the proper place. > > https://libvirt.org/hooks.html That's

Re: [ovirt-devel] Heads-up: moving Libvirt xml creation to the engine

2016-11-29 Thread Dan Kenigsberg
On Wed, Nov 23, 2016 at 07:59:40AM -0500, Arik Hadas wrote: > Hi All, > > We are working on something that is expected to have a big impact, hence this > heads-up. > First, we want you to be aware of this change and provide your feedback to > make it as good as possible. > Second, until the

Re: [ovirt-devel] [VDSM] Flaky network tests

2016-11-27 Thread Dan Kenigsberg
On Mon, Nov 28, 2016 at 03:03:38AM +0200, Nir Soffer wrote: > Another instance... > > 00:55:39 > == > 00:55:39 ERROR: test_event_groups > (network.netlink_test.NetlinkEventMonitorTests) > 00:55:39 >

Re: [ovirt-devel] [VDSM] Flaky network tests

2016-11-27 Thread Dan Kenigsberg
On Mon, Nov 28, 2016 at 09:09:09AM +0200, Barak Korren wrote: > On 28 November 2016 at 09:03, Dan Kenigsberg <dan...@redhat.com> wrote: > > > > Adding Petr; I assume he won't have plenty of time to fix the issue, we > > should mark it as broken. Any test wit

Re: [ovirt-devel] Gerrit parallel patch handling and CI (Or, why did my code fail post-merge)

2016-11-20 Thread Dan Kenigsberg
On Sun, Nov 20, 2016 at 06:09:59PM +0200, Nir Soffer wrote: > On Sun, Nov 20, 2016 at 5:12 PM, Barak Korren wrote: > >> With the current setting (in vdsm), submitting a series of patches is > >> a huge pain. Sometimes refreshing the page and submitting the next > >> patch in

Re: [ovirt-devel] [VDSM] Tests failing because of ordering dependencies

2016-10-12 Thread Dan Kenigsberg
On Wed, Oct 12, 2016 at 09:16:08PM +0300, Nir Soffer wrote: > If you want to reproduce the errors, try this patch: > https://gerrit.ovirt.org/65404 > > On Wed, Oct 12, 2016 at 9:14 PM, Nir Soffer wrote: > > Hi all, > > > > Trying to run vdsm tests via tox (so correct nose is

Re: [ovirt-devel] New test failure on travis

2016-12-07 Thread Dan Kenigsberg
On Wed, Dec 7, 2016 at 2:03 PM, Nir Soffer wrote: > Looks like we need @brokentest("reason...", name="TRAVIC_CI") on this: Odd, the code already has @broken_on_ci('NetworkManager should not be started on CI nodes') > > See https://travis-ci.org/oVirt/vdsm/jobs/181933329 >

Re: [ovirt-devel] Review request for vdsm patch https://gerrit.ovirt.org/#/c/67912/

2016-12-09 Thread Dan Kenigsberg
On Dec 8, 2016 08:50, "Ramesh Nachimuthu" wrote: Hi, I have sent the patch in subject to fix bz#1402248. It blocks gluster brick provisioning in oVirt 4.0.6. It will be helpful if someone can review this patch. The patch is completely understand Gluster subdirectory. So

Re: [ovirt-devel] live merge fails on Master - AttributeError: 'exceptions.OSError' object has no attribute 'error'

2016-12-15 Thread Dan Kenigsberg
On Thu, Dec 15, 2016 at 11:58 AM, Yaniv Kaul wrote: > I'm getting in VDSM: > 2016-12-15 05:01:50,098 INFO (merge/7adfae6f) > [storage.StorageDomainManifest] Unlinking volme runtime link: >

Re: [ovirt-devel] [VDSM] Flaky (networking?) test

2017-01-13 Thread Dan Kenigsberg
On Fri, Jan 13, 2017 at 6:10 PM, Nir Soffer wrote: > > Great. Still we should find the failing test and remove the useless > docstring that hides the test name in the error. Which docstring do you refer to? ___ Devel mailing list

Re: [ovirt-devel] [VDSM] Flaky (networking?) test

2017-01-13 Thread Dan Kenigsberg
Rebase on top of master. It was your hint to avoid buffering when opening /sys/class/net/bond/option that I used to fix this py3-only behavior. On Jan 13, 2017 17:51, "Nir Soffer" wrote: > Hi all, > > I have seen this failure several times in the last week, typically the >

Re: [ovirt-devel] python path conflicts issues while running python scripts from vdsm verbs

2016-12-02 Thread Dan Kenigsberg
On Thu, Dec 01, 2016 at 11:32:07PM -0500, Ramesh Nachimuthu wrote: > Thank you all for helping me in this issue. Finally vdsm.gluster > modules are moved python site-packages. > Yay! There's a bit more work to be done: https://travis-ci.org/oVirt/vdsm/jobs/180630800 is failing since its docker

Re: [ovirt-devel] master is broken - can't add host - due to vdsm/gluster/__init__.pyc conflicts

2016-12-03 Thread Dan Kenigsberg
On Sun, Dec 4, 2016 at 9:44 AM, Yaniv Kaul wrote: > Getting: > > file /usr/lib/python2.7/site-packages/vdsm/gluster/__init__.pyc conflicts > between attempted installs of > vdsm-python-4.18.999-1059.git63f9e2f.el7.centos.noarch and >

Re: [ovirt-devel] python path conflicts issues while running python scripts from vdsm verbs

2016-11-30 Thread Dan Kenigsberg
2.7/site-packages > > regards > Aravinda > > On 11/30/2016 10:25 AM, Ramesh Nachimuthu wrote: > > > > > > > > - Original Message - > > > From: "Nir Soffer" <nsof...@redhat.com> > > > To: "Ramesh Nachimuthu&quo

Re: [ovirt-devel] python path conflicts issues while running python scripts from vdsm verbs

2016-11-30 Thread Dan Kenigsberg
On Wed, Nov 30, 2016 at 03:49:02AM -0500, Ramesh Nachimuthu wrote: > > > > > - Original Message ----- > > From: "Dan Kenigsberg" <dan...@redhat.com> > > To: "Aravinda" <avish...@redhat.com>, igoih...@redhat.com > > Cc: &

Re: [ovirt-devel] master is broken - can't add host - due to vdsm/gluster/__init__.pyc conflicts

2016-12-04 Thread Dan Kenigsberg
On Sun, Dec 4, 2016 at 9:49 AM, Dan Kenigsberg <dkeni...@redhat.com> wrote: > On Sun, Dec 4, 2016 at 9:44 AM, Yaniv Kaul <yk...@redhat.com> wrote: >> Getting: >> >> file /usr/lib/python2.7/site-packages/vdsm/gluster/__init__.pyc conflicts >> between attemp

Re: [ovirt-devel] python path conflicts issues while running python scripts from vdsm verbs

2016-12-01 Thread Dan Kenigsberg
On Thu, Dec 01, 2016 at 03:38:36AM -0500, Ramesh Nachimuthu wrote: > > > > > - Original Message ----- > > From: "Dan Kenigsberg" <dan...@redhat.com> > > To: "Ramesh Nachimuthu" <rnach...@redhat.com> > > Cc: "Aravind

[ovirt-devel] [VDSM] Re: [ovirt-users] The feature everyone was asking for is finally here...

2017-01-05 Thread Dan Kenigsberg
As mentioned in yesterday's Vdsm call: this job is most useful and recommended to be run for every system-level modification of Vdsm. On Wed, Jan 4, 2017 at 5:31 PM, Eyal Edri wrote: > FYI, > > After many requests from multiple developers and testers, the oVirt CI added > a new

Re: [ovirt-devel] Engine setup + Fedora 25 fails on m2crypto

2016-12-20 Thread Dan Kenigsberg
On Tue, Dec 20, 2016 at 4:59 PM, Roy Golan wrote: > engine-setup on fedora 25 fails with m2crypto error. It complains that the > cert is in not in PEM format: > > File "/usr/lib64/python2.7/site-packages/M2Crypto/X509.py", line 786, in > load_cert > return

Re: [ovirt-devel] [ACTION REQUIRED] [URGENT] ovirt-4.1-snapshot repoclosure is failing due to ovirt-provider-ovn and vdsm

2016-12-21 Thread Dan Kenigsberg
On Wed, Dec 21, 2016 at 10:17 AM, Sandro Bonazzola wrote: > 00:00:31.874 Num Packages in Repos: 22534 > 00:00:31.875 package: > ovirt-provider-ovn-1.0-1.20161219125609.git.el7.centos.noarch from > check-custom-el7 > 00:00:31.876 unresolved deps: > 00:00:31.876

Re: [ovirt-devel] Check-merged is broken since we added network test to it

2016-12-23 Thread Dan Kenigsberg
Yaniv, Maybe you can look at http://jenkins.ovirt.org/job/vdsm_master_check-merged-el7-x86_64/791/consoleText Unlike other, this was actually run by CI, and failed to start vdsm on the lago host. "A dependency job for vdsmd.service failed. See 'journalctl -xe' for details." The cause might be

Re: [ovirt-devel] Check-merged is broken since we added network test to it

2016-12-23 Thread Dan Kenigsberg
On Thu, Dec 22, 2016 at 5:45 PM, Yaniv Bronheim wrote: > On Thu, Dec 22, 2016 at 5:39 PM, Leon Goldberg wrote: > >> Doesn't seem related; the patch does nothing but move pieces around. >> >> Judging by the title I guess you're referring to >>

Re: [ovirt-devel] oVirt system tests currently failing to AddHost on master

2016-12-23 Thread Dan Kenigsberg
On Fri, Dec 23, 2016 at 6:20 PM, Barak Korren wrote: > On 22 December 2016 at 21:56, Nir Soffer wrote: >> On Thu, Dec 22, 2016 at 9:12 PM, Fred Rolland wrote: >>> SuperVdsm fails to starts : >>> >>> MainThread::ERROR::2016-12-22 >>>

Re: [ovirt-devel] oVirt system tests currently failing to AddHost on master

2016-12-25 Thread Dan Kenigsberg
On Sun, Dec 25, 2016 at 3:40 PM, Barak Korren wrote: >> >> Can you tell if /var/run/vdsm/svdsm.sock exists? > > # ls -l /var/run/vdsm/svdsm.sock > ls: cannot access /var/run/vdsm/svdsm.sock: No such file or directory > >> What's `ls -lZ /var/run/vdsm` ? > > # ls -lZ

Re: [ovirt-devel] oVirt system tests currently failing to AddHost on master

2016-12-25 Thread Dan Kenigsberg
On Sun, Dec 25, 2016 at 3:59 PM, Dan Kenigsberg <dan...@redhat.com> wrote: > On Sun, Dec 25, 2016 at 3:40 PM, Barak Korren <bkor...@redhat.com> wrote: >>> >>> Can you tell if /var/run/vdsm/svdsm.sock exists? >> >> # ls -l /var/run/vdsm/svdsm.sock

Re: [ovirt-devel] oVirt system tests currently failing to AddHost on master

2016-12-25 Thread Dan Kenigsberg
On Sun, Dec 25, 2016 at 3:01 PM, Barak Korren wrote: > On 23 December 2016 at 21:43, Nir Soffer wrote: >> >> The fix seems to work, do you want to review or test it? >> https://gerrit.ovirt.org/69052 >> > > > Fix merged, and looking at hosts it seems to do

Re: [ovirt-devel] oVirt system tests currently failing to AddHost on master

2016-12-25 Thread Dan Kenigsberg
On Sun, Dec 25, 2016 at 4:53 PM, Eyal Edri wrote: > Why do we need to wait for a review and not revert the offending patch in > the meantime? I want to verify that a revert helps. but I'm getting 14:41:29 > git -c core.askpass=true fetch --tags --progress

Re: [ovirt-devel] Check-merged is broken since we added network test to it

2016-12-25 Thread Dan Kenigsberg
On Thu, Dec 22, 2016 at 5:59 PM, Leon Goldberg wrote: > So it's not about the added network tests (these were added in the one I've > mentioned, the one who had successful runs after being merged), and I don't > see how the patch you've mentioned breaks anything (as it merely

Re: [ovirt-devel] ost host addition failure

2016-12-27 Thread Dan Kenigsberg
On Tue, Dec 27, 2016 at 9:59 AM, Eyal Edri wrote: > > > On Tue, Dec 27, 2016 at 9:56 AM, Eyal Edri wrote: >> >> Any updates? >> The tests are still failing on vdsmd won't start from Sunday... master >> repos havn't been refreshed for a few days due to this. >>

Re: [ovirt-devel] Firewalld migration.

2017-03-29 Thread Dan Kenigsberg
On Mon, Mar 27, 2017 at 2:38 PM, Yaniv Dary wrote: > Hi, > I like option number 3 the most from reading the comments. > We are not a configuration management system, so custom rules should not be > a main consideration. > VDSM should probably enable the firewalld rules it needs

Re: [ovirt-devel] [VDSM] [ENGINE] [RFC] A configuration verb for contexual vdsm operation mode

2017-04-04 Thread Dan Kenigsberg
On Tue, Apr 4, 2017 at 1:16 PM, Michal Skrivanek wrote: > > On 4 Apr 2017, at 12:10, Roy Golan wrote: > > > > On Tue, Apr 4, 2017 at 12:49 PM Yaniv Kaul wrote: >> >> On Tue, Apr 4, 2017 at 12:29 PM, Roy Golan

Re: [ovirt-devel] [OST] [HC] HE VM fails to start

2017-04-06 Thread Dan Kenigsberg
On Thu, Apr 6, 2017 at 5:27 PM, Petr Horacek wrote: > I started the basic-hc test with latest VDSM and it passed OK: > > http://jenkins.ovirt.org/job/ovirt-system-tests_manual/205/ > > Are we good? "we" as in "vdsm networking" are good. "We" as devel@ovirt still have a

Re: [ovirt-devel] [OST] [HC] HE VM fails to start

2017-04-06 Thread Dan Kenigsberg
On Thu, Apr 6, 2017 at 3:02 PM, Sahina Bose <sab...@redhat.com> wrote: > > > On Thu, Apr 6, 2017 at 2:24 PM, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> On Thu, Apr 6, 2017 at 11:31 AM, Sahina Bose <sab...@redhat.com> wrote: >> > >> >

Re: [ovirt-devel] [OST] [HC] HE VM fails to start

2017-04-06 Thread Dan Kenigsberg
ora...@redhat.com> wrote: > Hello Sahina, > > I think I have a fix for that. Can I somehow trigger the test with > VDSM refspec/custom RPMs? > > Thanks, > Petr > > 2017-04-04 8:52 GMT+02:00 Dan Kenigsberg <dan...@redhat.com>: >> On Tue, Apr 4, 2017 at 9

Re: [ovirt-devel] [OST] [HC] HE VM fails to start

2017-04-06 Thread Dan Kenigsberg
On Thu, Apr 6, 2017 at 11:31 AM, Sahina Bose <sab...@redhat.com> wrote: > > > On Thu, Apr 6, 2017 at 1:31 PM, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> I've merged the fix of https://gerrit.ovirt.org/#/c/75134/ >> >> With it, the hc-basic su

[ovirt-devel] [Vdsm] silence existing pylint errors

2017-04-21 Thread Dan Kenigsberg
As we all know, Python is dynamically typed, which requires good coverage by unit tests. As we all know, Vdsm unit tests' coverage is not good. We need all the help we can get in order to avoid typos leading to bugs. Nir's `make pylint-diff` would give some. In order to have it merged, I have

Re: [ovirt-devel] abrt integration in vdsm 4.1

2017-04-21 Thread Dan Kenigsberg
On Wed, Apr 19, 2017 at 5:43 PM, Yaniv Bronheim wrote: > Hi, I posted the new integration [1] to 4.1 - > https://gerrit.ovirt.org/#/q/topic:backport-abrt-intgr for review. > Abrt is a service that runs in parallel to vdsm and collect binaries and > python crashes under

Re: [ovirt-devel] [Vdsm] silence existing pylint errors

2017-04-21 Thread Dan Kenigsberg
On Fri, Apr 21, 2017 at 1:04 PM, Nir Soffer <nsof...@redhat.com> wrote: > On Fri, Apr 21, 2017 at 11:19 AM Dan Kenigsberg <dan...@redhat.com> wrote: >> >> As we all know, Python is dynamically typed, which requires good >> coverage by unit tests. >> >&

Re: [ovirt-devel] abrt integration in vdsm 4.1

2017-04-23 Thread Dan Kenigsberg
an be nice. From my point of you, having abrt output locally and exposed by vdsm is enough for ovirt orchestration with abrt. On Fri, Apr 21, 2017 at 2:38 PM Dan Kenigsberg <dan...@redhat.com> wrote: > On Wed, Apr 19, 2017 at 5:43 PM, Yaniv Bronheim <ybron...@redhat.com> &g

Re: [ovirt-devel] [ OST Failure Report ] [ master ] [ 03.03.2017 ] [006_migrations host is in Connecting state]

2017-03-04 Thread Dan Kenigsberg
Piotr, could you provide more information? Which setupNetworks action triggers this problem? Any idea which lock did we use to take and when did we drop it? Is it related to your https://gerrit.ovirt.org/#/q/Idaa54767bb7e54bf13e89887ca34fa8e01ade420 (jsonrpc incomplete message)? On Fri, Mar 3,

Re: [ovirt-devel] [ OST Failure Report ] [ master ] [ 03.03.2017 ] [006_migrations host is in Connecting state]

2017-03-06 Thread Dan Kenigsberg
On Mon, Mar 6, 2017 at 10:11 AM, Piotr Kliczewski <pklic...@redhat.com> wrote: > > > On Mon, Mar 6, 2017 at 8:23 AM, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> On Sun, Mar 5, 2017 at 9:50 PM, Piotr Kliczewski <pklic...@redhat.com> >> wrote: >&

Re: [ovirt-devel] Gluster/virt ports clarifications.

2017-04-03 Thread Dan Kenigsberg
On Mon, Apr 3, 2017 at 5:51 PM, Sahina Bose wrote: > > > On Sun, Apr 2, 2017 at 7:23 PM, Leon Goldberg wrote: >> >> Hey, >> >> We're gathering information regarding the ports we open as part of the >> firewalld migration research. >> >> We have most of the

Re: [ovirt-devel] [VDSM] [ENGINE] [RFC] A configuration verb for contexual vdsm operation mode

2017-04-04 Thread Dan Kenigsberg
On Tue, Apr 4, 2017 at 6:33 PM, Michal Skrivanek <michal.skriva...@redhat.com> wrote: > >> On 4 Apr 2017, at 17:26, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> On Tue, Apr 4, 2017 at 1:16 PM, Michal Skrivanek >> <michal.skriva...@redhat.com> wrot

Re: [ovirt-devel] jsonrpc go client

2017-07-14 Thread Dan Kenigsberg
On Fri, Jul 14, 2017 at 3:11 PM, Piotr Kliczewski wrote: > All, > > I pushed very simple jsonrpc go client [1] which allows to talk to > vdsm. I had a request to create it but if there are more people > willing to use it I am happy to maintain it. > > Please let me

Re: [ovirt-devel] Jenkins job Build History

2017-08-23 Thread Dan Kenigsberg
On Wed, Aug 23, 2017 at 8:58 AM, Yedidyah Bar David wrote: > Hi all, > > Is it possible to make the "Build History" box in jenkins show > some more information? E.g. Who/What triggered each build? > This is especially useful for *manual* jobs, that are supposed > to be triggered

Re: [ovirt-devel] [ ovirt-devel ] [OST Failure Report ] [ oVirt Master ] [ 002_bootstrap ] [ 20/08/17 ]

2017-08-23 Thread Dan Kenigsberg
Oh, and I'd like to thank OST & team for catching my blunder. On Tue, Aug 22, 2017 at 1:48 PM, Dan Kenigsberg <dan...@redhat.com> wrote: > This seems to be my fault, https://gerrit.ovirt.org/80908 should fix it. > > On Tue, Aug 22, 2017 at 1:14 PM, Nir Soffer <nso

[ovirt-devel] Vdsm merge rights

2017-05-12 Thread Dan Kenigsberg
I'd like to nominate Francesco to the vdsm-maintainers https://gerrit.ovirt.org/#/admin/groups/uuid-becbf722723417c336de6c1646749678acae8b89 list, so he can merge patches without waiting for Nir, Adam or me. I believe that he proved to be thorough and considerate (and paranoid) as the job

Re: [ovirt-devel] ovirt-provider-ovn - appliance inclusion / default enablement

2017-05-17 Thread Dan Kenigsberg
On Tue, May 16, 2017 at 6:56 PM, Sandro Bonazzola wrote: > > Hi, > with https://gerrit.ovirt.org/76855 it's requested to increase the appliance > size by adding ovirt-provider-ovn and its dependencies. > > This raise a few questions. > The support for ovirt-provider-ovn is

Re: [ovirt-devel] ovirt-provider-ovn - appliance inclusion / default enablement

2017-05-17 Thread Dan Kenigsberg
On Wed, May 17, 2017 at 10:44 AM, Yedidyah Bar David <d...@redhat.com> wrote: > On Wed, May 17, 2017 at 9:38 AM, Dan Kenigsberg <dan...@redhat.com> wrote: >> On Tue, May 16, 2017 at 6:56 PM, Sandro Bonazzola <sbona...@redhat.com> >> wrote: >>> >>&g

Re: [ovirt-devel] Vdsm merge rights

2017-05-12 Thread Dan Kenigsberg
2, 2017 at 11:27 AM, Piotr Kliczewski >>> > <pklic...@redhat.com> >>> > wrote: >>> >> >>> >> +1 >>> >> >>> >> On Fri, May 12, 2017 at 9:14 AM, Dan Kenigsberg <dan...@redhat.com> >>> >> wro

Re: [ovirt-devel] [VDSM] Adding Pylint to 'check' target

2017-05-15 Thread Dan Kenigsberg
On Mon, May 15, 2017 at 4:47 PM, Fred Rolland wrote: > Hi, > > We are introducing Pylint to be performed as part of the 'check' target. > Once that patch [1] will be merged, every execution of 'make check' will > include also a Pylint analysis. > > Note that execution time

Re: [ovirt-devel] Failing to make vdsm (master) - sanlock-python is not a build dep?

2017-05-10 Thread Dan Kenigsberg
On Wed, May 10, 2017 at 11:15 AM, Yaniv Kaul wrote: > I'm trying to follow > http://www.ovirt.org/develop/developer-guide/vdsm/developers/ to build vdsm, > and I'm failing (master, on F25). There is one issue in the middle: > > [ykaul@ykaul vdsm]$ sudo dnf install `cat >

Re: [ovirt-devel] vdsm libs dependencies

2017-06-09 Thread Dan Kenigsberg
On Fri, Jun 9, 2017 at 10:09 PM, Edward Haas <eh...@redhat.com> wrote: > > > >> On 9 Jun 2017, at 19:44, Dan Kenigsberg <dan...@redhat.com> wrote: >> >>> On Fri, Jun 9, 2017 at 2:49 PM, Pavel Gashev <p...@acronis.com> wrote: >>> Hello, >

Re: [ovirt-devel] ovirt-provider-ovn versioning issue

2017-05-25 Thread Dan Kenigsberg
On Thu, May 25, 2017 at 12:31 PM, Sandro Bonazzola wrote: > > Hi, > noticed you're going to release ovirt-provider-ovn-1.0-8.tar.gz > as a new version. > Please note that version is usually something like x.y.z and not x.y-r > The release suffix is used in general by

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt master ] [ 29/05/2017 ] [test_ovn_provider_keystone_token]

2017-05-29 Thread Dan Kenigsberg
On May 29, 2017 19:45, "Barak Korren" wrote: Test failed: [ test_ovn_provider_keystone_token ] Link to suspected patches: - https://gerrit.ovirt.org/#/c/76775/ Link to Job: - jenkins.ovirt.org/job/test-repo_ovirt_experimental_master/6899/ Link to all logs: -

Re: [ovirt-devel] Regarding site bug fix

2017-05-31 Thread Dan Kenigsberg
On Wed, May 31, 2017 at 9:20 PM, shubham dubey wrote: > Hi, > I want to fix some issues in ovirt site. Since I never did a pull request > before, > hence want to know few things. > 1)can I fix multiple bug and send a single pr for them. You can send one pull request, but

Re: [ovirt-devel] vdsm libs dependencies

2017-06-09 Thread Dan Kenigsberg
On Fri, Jun 9, 2017 at 2:49 PM, Pavel Gashev wrote: > Hello, > > > > I have a question about dependencies of vdsm libraries. Could somebody > suggest how I can use vdsm.network.ipwrapper from vdsm.storage? > > > > Specifically, I need a way to determine that an IP address of NFS

Re: [ovirt-devel] OVN provider's firewalld services deployment during engine setup

2017-06-19 Thread Dan Kenigsberg
On Sun, Jun 18, 2017 at 5:18 PM, Yaniv Kaul <yk...@redhat.com> wrote: > > > On Sun, Jun 18, 2017 at 2:17 PM, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> On Tue, Jun 13, 2017 at 10:33 AM, Martin Perina <mper...@redhat.com> >> wrote: >>

Re: [ovirt-devel] OVN provider's firewalld services deployment during engine setup

2017-06-18 Thread Dan Kenigsberg
On Tue, Jun 13, 2017 at 10:33 AM, Martin Perina wrote: > Will OVN provider be mandatory for all engine 4.2 installation? Can OVN > provider be installed on different host than engine? If not mandatory or > "may be on different host", then it should be handled similar way as

Re: [ovirt-devel] [missing_subjectAltName] in engine ca certificate?

2017-05-07 Thread Dan Kenigsberg
On Sun, May 7, 2017 at 8:22 PM, Nir Soffer wrote: > I imported the certificate from my engine into chrome[1], but Chrome > refuses to use it because: > > This server could not prove that it is ...; its security > certificate is from [missing_subjectAltName]. > > Same

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt master ] [ 2017-09-11 ]

2017-09-14 Thread Dan Kenigsberg
On Thu, Sep 14, 2017 at 12:45 PM, Dusan Fodor wrote: > > Link to suspected patch: > https://gerrit.ovirt.org/#/c/80993/19 May I please ask for these emails to include the summary line of the suspected patch, as well as its component and owner? The owner should be on the CC

Re: [ovirt-devel] [Vdsm] CI problems with new CentOS

2017-09-14 Thread Dan Kenigsberg
On Thu, Sep 14, 2017 at 6:19 PM, Milan Zamazal wrote: > Hi, Jenkins fails now on no-longer available repo > http://mirror.centos.org/centos/7/virt/x86_64/ovirt-4.0/ defined in Vdsm > automation. It has already been fixed in OST > (https://gerrit.ovirt.org/81729), could a

Re: [ovirt-devel] OVN provider's firewalld services deployment during engine setup

2017-09-18 Thread Dan Kenigsberg
On Mon, Sep 18, 2017 at 4:16 PM, Yedidyah Bar David <d...@redhat.com> wrote: > (Re-opening an old thread) > > On Mon, Jun 19, 2017 at 9:53 AM, Yedidyah Bar David <d...@redhat.com> wrote: >> On Mon, Jun 19, 2017 at 9:45 AM, Dan Kenigsberg <dan...@redhat.com> wrote:

Re: [ovirt-devel] Additional patches in vdsm - post mortem

2017-10-10 Thread Dan Kenigsberg
On Mon, Oct 9, 2017 at 11:12 AM, Piotr Kliczewski wrote: > All, > > Recently you could notice few patches being merged and later reverted. > I would like to say what happened. Sometime ago I pushed a tag to > vdsm-jsonrpc-java and later reused that command from my

Re: [ovirt-devel] oVirt CI now supports Fedora 27 and Fedora Rawhide

2017-10-15 Thread Dan Kenigsberg
On Sun, Oct 15, 2017 at 6:35 PM, Nir Soffer wrote: > On Sun, Oct 15, 2017 at 2:12 PM Barak Korren wrote: >> >> Over the TLV shut-down we took the time to add support for using Fedora 27 >> as well as Fedora Rawhide in the oVirt CI system. >> >> To use

Re: [ovirt-devel] oVirt CI now supports Fedora 27 and Fedora Rawhide

2017-10-15 Thread Dan Kenigsberg
On Mon, Oct 16, 2017 at 8:25 AM, Barak Korren <bkor...@redhat.com> wrote: > > > On 15 October 2017 at 19:43, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> >> Down sides are waste of resources, slower CI responsiveness, and more >> importantly: rawhid

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt master ] [ 2017-08-30 ] [add_hosts]

2017-08-30 Thread Dan Kenigsberg
On Wed, Aug 30, 2017 at 6:47 PM, Dominik Holler <dhol...@redhat.com> wrote: > On Wed, 30 Aug 2017 13:31:38 +0200 > Dominik Holler <dhol...@redhat.com> wrote: > >> On Wed, 30 Aug 2017 14:18:49 +0300 >> Dan Kenigsberg <dan...@redhat.com> wrote: >> >&

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt master ] [ 2017-09-07 ] [import_template_from_glance]

2017-09-11 Thread Dan Kenigsberg
On Thu, Sep 7, 2017 at 6:12 PM, Evgheni Dereveanchin wrote: > Test failed: [ import_template_from_glance ] > > Link to suspected patches: > https://gerrit.ovirt.org/#/c/80450/ Martin, this is "core: when initializing MacPool also register in it nics in snapshots" and the

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt master ] [ 2017-09-07 ] [import_template_from_glance]

2017-09-11 Thread Dan Kenigsberg
On Mon, Sep 11, 2017 at 8:59 AM, Dan Kenigsberg <dan...@redhat.com> wrote: > On Thu, Sep 7, 2017 at 6:12 PM, Evgheni Dereveanchin > <edere...@redhat.com> wrote: >> Test failed: [ import_template_from_glance ] >> >> Link to suspected patches: >> http

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt master ] [ 2017-09-07 ] [import_template_from_glance]

2017-09-11 Thread Dan Kenigsberg
-002_bootstrap.py/lago-basic-suite-master-engine/_var_log/ovirt-engine/engine.log > > > On Mon, Sep 11, 2017 at 1:22 PM, Eyal Edri <ee...@redhat.com> wrote: >> >> >> >> On Mon, Sep 11, 2017 at 1:21 PM, Dan Kenigsberg <dan...@redhat.com> wrote: >>> &g

Re: [ovirt-devel] New(?) regression in 4.1 HE ovirt-system-tests

2017-09-25 Thread Dan Kenigsberg
On Sat, Sep 23, 2017 at 2:12 AM, Yaniv Kaul wrote: > > > On Fri, Sep 22, 2017 at 11:53 PM, Yaniv Kaul wrote: >> >> Test: 'set_dc_quota_audit' fails with: >> >> detail: Cannot migrate MACs to another MAC pool, because that action would >> create duplicates in

Re: [ovirt-devel] Unable to run "make check" on master with an updated Centos7

2017-09-25 Thread Dan Kenigsberg
Nir, I have not run `make check` locally for a while. It fails here, too, but completely differently: https://paste.fedoraproject.org/paste/jF-TlI4Dpe7d~2ZboXZ89Q Any idea where the following is coming from? ImportError while importing test module

Re: [ovirt-devel] unable to add host(s)

2017-09-29 Thread Dan Kenigsberg
On Fri, Sep 29, 2017 at 12:12 PM, Ondra Machacek wrote: > On Wed, Sep 27, 2017 at 11:34 AM, Martin Mucha wrote: >> Hi, >> >> I have some hosts which are resilient to my effort to add them into engine: >> >> 1. produces some error about iptables: >> >>

[ovirt-devel] offline ovirt-host-deploy

2017-09-29 Thread Dan Kenigsberg
Engine developers want to have host on their setup, but they don't care about having the newest and greatest code there. I expected that following https://gerrit.ovirt.org/#/c/54429/2/README and placing /etc/ovirt-host-deploy.conf.d/50-offline-packager.conf with [environment:init]

Re: [ovirt-devel] Missing ovirtmgmt (was: Change in ovirt-system-tests[master]: he: Run hosted-engine --vm-status)

2017-10-01 Thread Dan Kenigsberg
On Sun, Oct 1, 2017 at 12:19 PM, Yedidyah Bar David wrote: > Hi all, > > On Sun, Oct 1, 2017 at 10:15 AM, Code Review wrote: >> Jenkins CI posted comments on this change. >> >> View Change >> >> Patch set 1:Continuous-Integration -1 >> >> Build Failed >> >>

Re: [ovirt-devel] offline ovirt-host-deploy

2017-09-29 Thread Dan Kenigsberg
On Fri, Sep 29, 2017 at 2:40 PM, Sandro Bonazzola <sbona...@redhat.com> wrote: > > > > 2017-09-29 13:06 GMT+02:00 Dan Kenigsberg <dan...@redhat.com>: >> >> Engine developers want to have host on their setup, but they don't >> care about having the newest

Re: [ovirt-devel] Unable to run "make check" on master with an updated Centos7

2017-09-26 Thread Dan Kenigsberg
thon path in > the traceback does not look like the standard one > > Martin > > On Mon, Sep 25, 2017 at 12:48 PM, Dan Kenigsberg <dan...@redhat.com> wrote: >> nope. >> >> $ rpm -qa |grep -- -six >> python2-six-1.10.0-9.fc26.noarch >> python3-six-1.10.0-9.fc26.no

Re: [ovirt-devel] [ ovirt-devel ] [OST Failure Report ] [ oVirt Master ] [ 002_bootstrap ] [ 20/08/17 ]

2017-08-22 Thread Dan Kenigsberg
ternatives but failed: >> ServiceNotExistError: dev-hugepages1G.mount is not native systemctl >> service >> ServiceNotExistError: dev-hugepages1G.mount is not a SysV service >> >> >> 2017-08-22 03:51:30,689-0400 WARNING >> otopi.plugins.ovirt_host_deploy.vdsm.pa

Re: [ovirt-devel] ovirt-provider-ovn_master_build-artifacts-el7-x86_64 Failing Due to Spec Problem

2017-08-27 Thread Dan Kenigsberg
On Sun, Aug 27, 2017 at 12:24 PM, Eyal Edri wrote: > Adding patch author and maintainers. > > On Fri, Aug 25, 2017 at 11:40 AM, Anton Marchukov > wrote: >> >> Hello All. >> >> Just noted that change queue job [1] for ovirt-provider-ovn started to >> fail

Re: [ovirt-devel] [ ovirt-devel ] [OST Failure Report ] [ oVirt Master ] [ 002_bootstrap ] [ 20/08/17 ]

2017-08-20 Thread Dan Kenigsberg
On Sun, Aug 20, 2017 at 10:39 AM, Yaniv Kaul wrote: > > > On Sun, Aug 20, 2017 at 8:48 AM, Daniel Belenky wrote: >> >> Failed test: basic_suite_master/002_bootstrap >> Version: oVirt Master >> Link to failed job: ovirt-master_change-queue-tester/1860/ >>

Re: [ovirt-devel] vdsm-tool configure fails with "KeyError: 'virt_use_glusterd'"

2017-09-04 Thread Dan Kenigsberg
On Mon, Sep 4, 2017 at 3:41 PM, Petr Horacek wrote: > Hello, > > `vdsm-tool configure --force` fails for me on master, it looks like > [1] could be the reason. Could you please look into it? > > [root@localhost vagrant]# vdsm-tool configure --force > > Checking configuration

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt $VER ] [ 2017-09-01 ] [add_hosts]

2017-09-03 Thread Dan Kenigsberg
On Sun, Sep 3, 2017 at 10:05 AM, Barak Korren wrote: > Test failed: [ add_hosts ] > > Link to suspected patches: > https://gerrit.ovirt.org/#/c/81088/4 Barak, can you add the patch summary to this email, so that owner is more likely to recall and own it? (Even though that in

Re: [ovirt-devel] vdsm-tool configure fails with "KeyError: 'virt_use_glusterd'"

2017-09-05 Thread Dan Kenigsberg
alhost ~]$ rpm -qa | grep selinux-policy > selinux-policy-3.13.1-259.fc26.noarch > > [vagrant@localhost ~]$ getsebool -a | grep virt_use_glusterd > virt_use_glusterd --> off > > Thanks, > Gobinda > > On Mon, Sep 4, 2017 at 8:39 PM, Dan Kenigsberg <dan...@redhat.

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt master ] [ 2017-09-05 ] [upgrade_engine]

2017-09-05 Thread Dan Kenigsberg
I believe that this issue is being tackled by https://gerrit.ovirt.org/#/c/81444/ On Tue, Sep 5, 2017 at 2:55 PM, Yaniv Kaul wrote: > + Simone. > Y. > > On Tue, Sep 5, 2017 at 2:14 PM, Evgheni Dereveanchin > wrote: >> >> Test failed: [ upgrade_engine ] >>

[ovirt-devel] what provides cockpit-dashboard and cockpit-storaged?

2017-09-27 Thread Dan Kenigsberg
When trying to install ovirt-host-4.2 from ovirt-release-master-4.2.0-0.5.master.2017092721.git88364d1.el7.centos.noarch on a RHEL-7.4 host we get Error: Package: ovirt-host-4.2.0-0.0.master.20170913090858.git0bfa7ab.el7.centos.noarch (ovirt-master-snapshot) Requires:

Re: [ovirt-devel] what provides cockpit-dashboard and cockpit-storaged?

2017-09-27 Thread Dan Kenigsberg
On Wed, Sep 27, 2017 at 1:27 PM, Yaniv Kaul <yk...@redhat.com> wrote: > > > On Wed, Sep 27, 2017 at 12:50 PM, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> When trying to install ovirt-host-4.2 from >> >> ovirt-release-master-4.2.0-0.5.maste

Re: [ovirt-devel] what provides cockpit-dashboard and cockpit-storaged?

2017-09-27 Thread Dan Kenigsberg
On Wed, Sep 27, 2017 at 3:34 PM, Yedidyah Bar David <d...@redhat.com> wrote: > On Wed, Sep 27, 2017 at 1:42 PM, Dan Kenigsberg <dan...@redhat.com> wrote: >> On Wed, Sep 27, 2017 at 1:27 PM, Yaniv Kaul <yk...@redhat.com> wrote: >>> >>> >>>

Re: [ovirt-devel] what provides cockpit-dashboard and cockpit-storaged?

2017-09-27 Thread Dan Kenigsberg
On Wed, Sep 27, 2017 at 5:29 PM, Sandro Bonazzola <sbona...@redhat.com> wrote: > > > 2017-09-27 15:31 GMT+02:00 Dan Kenigsberg <dan...@redhat.com>: >> >> On Wed, Sep 27, 2017 at 3:34 PM, Yedidyah Bar David <d...@redhat.com> >> wrote: >> >

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt Master ] [ bootstrap.verify_add_hosts ] [ 18/10/17 ]

2017-10-18 Thread Dan Kenigsberg
On Wed, Oct 18, 2017 at 2:40 PM, Daniel Belenky wrote: > Hi all, > > *The following test is failing:* 002_bootstrap.verify_add_hosts > *All logs from failing job >

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt Master ] [ bootstrap.verify_add_hosts ] [ 18/10/17 ]

2017-10-19 Thread Dan Kenigsberg
On Thu, Oct 19, 2017 at 10:29 AM, Martin Perina <mper...@redhat.com> wrote: > > > On Thu, Oct 19, 2017 at 7:35 AM, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> On Wed, Oct 18, 2017 at 2:40 PM, Daniel Belenky <dbele...@redhat.com> >> wrote: >>

Re: [ovirt-devel] [ OST Failure Report ] [ oVirt Master ] [ bootstrap.verify_add_hosts ] [ 18/10/17 ]

2017-10-19 Thread Dan Kenigsberg
On Thu, Oct 19, 2017 at 8:35 AM, Dan Kenigsberg <dan...@redhat.com> wrote: > On Wed, Oct 18, 2017 at 2:40 PM, Daniel Belenky <dbele...@redhat.com> wrote: >> >> Hi all, >> >> The following test is failing: 002_bootstrap.verify_add_hosts >> All l

Re: [ovirt-devel] Host installation failure - master

2017-10-24 Thread Dan Kenigsberg
In "everywhere" you mean that ovirtmgmt is defined with mtu 1500? or the underlying lago networks? I'm guessing (just guessing) that a mismatch causes packets to drop, leading to failure to ssh into host. On Tue, Oct 24, 2017 at 3:32 PM, Yaniv Kaul wrote: > OK, it seems to fail

Re: [ovirt-devel] oVirt 4.2.0 blockers review

2017-11-28 Thread Dan Kenigsberg
On Tue, Nov 28, 2017 at 12:58 PM, Sandro Bonazzola wrote: > Hi, > I'm waiting for last blockers to be fixed for starting a 4.2.0 RC build. > Assignee are in the TO list of this email. > So far we are down to 7 bugs: https://bugzilla.redhat. >

Re: [ovirt-devel] oVirt 4.2.0 blockers review

2017-11-28 Thread Dan Kenigsberg
I've just been made aware of *Bug 1513071* - sos: postgresql plugin unable to collect dump from postgresql95 db which sounds like at least a nasty regression, if not a blocker. Because of this, ovirt-log-collector does not include the

Re: [ovirt-devel] oVirt 4.2.0 blockers review

2017-11-28 Thread Dan Kenigsberg
On Tue, Nov 28, 2017 at 9:54 PM, Michal Skrivanek < michal.skriva...@redhat.com> wrote: > > On 28 Nov 2017, at 06:36, Dan Kenigsberg <dan...@redhat.com> wrote: > > On Tue, Nov 28, 2017 at 12:58 PM, Sandro Bonazzola <sbona...@redhat.com> > wrote: > >

Re: [ovirt-devel] oVirt CI now supports Fedora 27 and Fedora Rawhide

2017-11-24 Thread Dan Kenigsberg
On Fri, Nov 24, 2017 at 1:46 PM, Barak Korren <bkor...@redhat.com> wrote: > On 24 November 2017 at 13:27, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> >>> On Nov 23, 2017 17:23, "Nir Soffer" <nsof...@redhat.com> wrote: >>> >>

Re: [ovirt-devel] oVirt CI now supports Fedora 27 and Fedora Rawhide

2017-11-23 Thread Dan Kenigsberg
On Thu, Nov 23, 2017 at 4:03 PM, Nir Soffer <nsof...@redhat.com> wrote: > On Thu, Nov 23, 2017 at 3:59 PM Dan Kenigsberg <dan...@redhat.com> wrote: >> >> On Thu, Nov 23, 2017 at 1:56 PM, Nir Soffer <nsof...@redhat.com> wrote: >> > On Thu, Nov 23, 201

Re: [ovirt-devel] [VDSM] testWait (virttests.v2v_test.PipelineProcTests) failing randomly on CI

2017-11-23 Thread Dan Kenigsberg
https://gerrit.ovirt.org/#/c/84472/ should fix it, as discussed during our recent vdsm call. On Nov 23, 2017 14:04, "Nir Soffer" wrote: > We have random failures in fc26 and fc27. > > The test should be marked as xfail until we fix it. > >

Re: [ovirt-devel] oVirt CI now supports Fedora 27 and Fedora Rawhide

2017-11-23 Thread Dan Kenigsberg
On Thu, Nov 23, 2017 at 1:56 PM, Nir Soffer wrote: > On Thu, Nov 23, 2017 at 1:51 PM Edward Haas wrote: >> >> Per what I see, all CI jobs on vdsm/fc27 fail. >> This is the second time this week, please consider reverting. >> >> We should try to avoid such

Re: [ovirt-devel] oVirt 4.2.0 blockers review

2017-11-29 Thread Dan Kenigsberg
On Tue, Nov 28, 2017 at 10:29 PM, Michal Skrivanek <michal.skriva...@redhat.com> wrote: > >> On 28 Nov 2017, at 15:17, Dan Kenigsberg <dan...@redhat.com> wrote: >> >> >> >> On Tue, Nov 28, 2017 at 9:54 PM, Michal Skrivanek >> <michal.skriva

<    1   2   3   4   5   6   >