Change in vdsm[ovirt-3.5]: Adding pkgs version details to POWERKVM os

ybronhei at redhat.com ybronhei at redhat.com
Mon Oct 13 16:11:14 UTC 2014


Yaniv Bronhaim has uploaded a new change for review.

Change subject: Adding pkgs version details to POWERKVM os
......................................................................

Adding pkgs version details to POWERKVM os

In getCaps vdsm does not report about qemu-* libvirt mom and kernel rpms
versions over PPC arch.
Same as other rhel\fedora dists, the rpms are named the same.
Therefore this patch adds the same handling to POWERKVM arch.

Change-Id: Id46249d8a2b5a492f425cced5af5bcfa630f39ae
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1151488
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
---
M vdsm/caps.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/87/34087/1

diff --git a/vdsm/caps.py b/vdsm/caps.py
index 2016a6a..04e924c 100644
--- a/vdsm/caps.py
+++ b/vdsm/caps.py
@@ -704,7 +704,8 @@
 
     pkgs = {'kernel': kernelDict()}
 
-    if getos() in (OSName.RHEVH, OSName.OVIRT, OSName.FEDORA, OSName.RHEL):
+    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'),
                         'vdsm': ('vdsm',),


-- 
To view, visit http://gerrit.ovirt.org/34087
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id46249d8a2b5a492f425cced5af5bcfa630f39ae
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list