From Dan Kenigsberg <danken(a)redhat.com>:
Dan Kenigsberg has posted comments on this change.
Change subject: virt: vmstats: never raise if stat is missing.
......................................................................
Patch Set 4: Code-Review+2
I hate this exception swallowing, but I give up being holly.
--
To view, visit https://gerrit.ovirt.org/77995
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib7f19fe26151fbc4d9fe6ff9c83ca3db77ff6e25
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek(a)redhat.com>
Gerrit-Reviewer: Milan Zamazal <mzamazal(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
Gerrit-HasComments: No
From Dan Kenigsberg <danken(a)redhat.com>:
Dan Kenigsberg has submitted this change and it was merged.
Change subject: net,static: Configure NM with slaves-order=name
......................................................................
net,static: Configure NM with slaves-order=name
NM by default, adds bond slaves based on their index.
In order to be consistent with initscripts ordering, the order is
changed to follow the slaves names instead of the index.
Note: This solution is available from NM version 1.8, part of RHEL 7.4
and Fedora 26.
Change-Id: Ic0e0c740ae8284b9843f114c215d5dad62996837
Bug-Url: https://bugzilla.redhat.com/1463218
Signed-off-by: Edward Haas <edwardh(a)redhat.com>
---
M static/Makefile.am
A static/etc/NetworkManager/conf.d/vdsm.conf
M vdsm.spec.in
3 files changed, 15 insertions(+), 0 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Dan Kenigsberg: Looks good to me, approved
Edward Haas: Verified
--
To view, visit https://gerrit.ovirt.org/78362
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic0e0c740ae8284b9843f114c215d5dad62996837
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-4.1
Gerrit-Owner: Edward Haas <edwardh(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Edward Haas <edwardh(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Petr Horáček <phoracek(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
From Dan Kenigsberg <danken(a)redhat.com>:
Dan Kenigsberg has submitted this change and it was merged.
Change subject: dockerfile: Add missing glusterfs-api package
......................................................................
dockerfile: Add missing glusterfs-api package
This package is required for vdsm.gluster.gfapi module. Importing this
module during imports tests fail on Fedora 25 becuase libgfapi is not
installed in this image. For some reason, this library is included in
the Fedora 24 and Centos 7 image.
Add the library to all dockerfiles to make sure the library exists even
if the base image is modified in the future.
Change-Id: Ieaf94a2d3a94cb6693893db8de70063ad1503510
Signed-off-by: Nir Soffer <nsoffer(a)redhat.com>
---
M docker/Dockerfile.centos
M docker/Dockerfile.fedora.24
M docker/Dockerfile.fedora.25
3 files changed, 3 insertions(+), 0 deletions(-)
Approvals:
Nir Soffer: Verified
Jenkins CI: Passed CI tests
Dan Kenigsberg: Looks good to me, approved
Sahina Bose: Looks good to me, but someone else must approve
--
To view, visit https://gerrit.ovirt.org/76744
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieaf94a2d3a94cb6693893db8de70063ad1503510
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsoffer(a)redhat.com>
Gerrit-Reviewer: Sahina Bose <sabose(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
From Yaniv Bronhaim <ybronhei(a)redhat.com>:
Yaniv Bronhaim has posted comments on this change.
Change subject: spec: make sure infra package is deleted on upgrade
......................................................................
Patch Set 2:
(1 comment)
https://gerrit.ovirt.org/#/c/78357/2/vdsm.spec.in
File vdsm.spec.in:
Line 119: Requires: safelease >= 1.0-7
Line 120: Requires: mom >= 0.5.8
Line 121: Requires(pre): shadow-utils
Line 122:
Line 123: Obsoletes: %{name}-infra <= %{version}-%{release}
> why would we have vdsm-infra in 4.19? isn't <=4.18 enough?
so seems like < 4.19 is the right thing to do iiuc.. I prefer to be explicit in the spec. since 4.19 you shouldn't see vdsm-infra
Line 124:
Line 125: %if 0%{?with_openvswitch}
Line 126: Requires: openvswitch >= 2.0.0
Line 127: %endif
--
To view, visit https://gerrit.ovirt.org/78357
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I8c975bffe713b716dfa9a8bc1bbee6d9a24fb144
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Irit Goihman <igoihman(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Irit Goihman <igoihman(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski(a)gmail.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
Gerrit-HasComments: Yes
From Dan Kenigsberg <danken(a)redhat.com>:
Dan Kenigsberg has submitted this change and it was merged.
Change subject: tests: python3: avoid decoding errors
......................................................................
tests: python3: avoid decoding errors
We have one test which wants to feed libvirt with incorrect xml.
To make it work properly under python3, we need to read the data
as bytes (not as strings) and decode it to string when needed.
No intended changes in behaviour.
Change-Id: I5283854daf63ded0354d434e6e7d777a633664e3
Signed-off-by: Francesco Romani <fromani(a)redhat.com>
---
M tests/vmfakecon.py
1 file changed, 12 insertions(+), 6 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Dan Kenigsberg: Verified; Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/78044
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5283854daf63ded0354d434e6e7d777a633664e3
Gerrit-PatchSet: 12
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Polednik <mpolednik(a)redhat.com>
Gerrit-Reviewer: Petr Horáček <phoracek(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>