Change in vdsm[ovirt-3.5.2]: Adding qemu-kvm-ev and qemu-img-ev to caps report

sbonazzo at redhat.com sbonazzo at redhat.com
Fri May 8 11:18:58 UTC 2015


Hello Yaniv Bronhaim, Dan Kenigsberg,

I'd like you to do a code review.  Please visit

    https://gerrit.ovirt.org/40693

to review the following change.

Change subject: Adding qemu-kvm-ev and qemu-img-ev to caps report
......................................................................

Adding qemu-kvm-ev and qemu-img-ev to caps report

ev suffix for those packages were added - report their versions for
qemu-img and qemu-kvm packages.

Change-Id: I74dde92e56b2a03cfa915176de302319c98d102c
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1218581
Reviewed-on: https://gerrit.ovirt.org/40648
Reviewed-by: Sandro Bonazzola <sbonazzo at redhat.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
Tested-by: Sandro Bonazzola <sbonazzo at redhat.com>
---
M vdsm/caps.py
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/93/40693/1

diff --git a/vdsm/caps.py b/vdsm/caps.py
index ce59ef6..7f1242d 100644
--- a/vdsm/caps.py
+++ b/vdsm/caps.py
@@ -693,8 +693,10 @@
 
     if getos() in (OSName.RHEVH, OSName.OVIRT, OSName.FEDORA, OSName.RHEL,
                    OSName.POWERKVM):
-        KEY_PACKAGES = {'qemu-kvm': ('qemu-kvm', 'qemu-kvm-rhev'),
-                        'qemu-img': ('qemu-img', 'qemu-img-rhev'),
+        KEY_PACKAGES = {'qemu-kvm': ('qemu-kvm', 'qemu-kvm-rhev',
+                                     'qemu-kvm-ev'),
+                        'qemu-img': ('qemu-img', 'qemu-img-rhev',
+                                     'qemu-img-ev'),
                         'vdsm': ('vdsm',),
                         'spice-server': ('spice-server',),
                         'libvirt': ('libvirt', 'libvirt-daemon-kvm'),


-- 
To view, visit https://gerrit.ovirt.org/40693
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I74dde92e56b2a03cfa915176de302319c98d102c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5.2
Gerrit-Owner: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list