Change in vdsm[master]: ceph: Report librbd1 version also on Debian

nsoffer at redhat.com nsoffer at redhat.com
Tue Aug 11 18:23:26 UTC 2015


Nir Soffer has uploaded a new change for review.

Change subject: ceph: Report librbd1 version also on Debian
......................................................................

ceph: Report librbd1 version also on Debian

In commit c447c3964e (ceph: Report librbd1 package details) Debian
support was missing. This patch add the missing configuration.

Change-Id: Ic97979fd208364f3e2009ab29930702688a42d5a
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
---
M vdsm/caps.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/30/44730/1

diff --git a/vdsm/caps.py b/vdsm/caps.py
index b443fab..8eba376 100644
--- a/vdsm/caps.py
+++ b/vdsm/caps.py
@@ -790,7 +790,8 @@
     elif getos() == OSName.DEBIAN and python_apt:
         KEY_PACKAGES = {'qemu-kvm': 'qemu-kvm', 'qemu-img': 'qemu-utils',
                         'vdsm': 'vdsmd', 'spice-server': 'libspice-server1',
-                        'libvirt': 'libvirt0', 'mom': 'mom'}
+                        'libvirt': 'libvirt0', 'mom': 'mom',
+                        'librbd1': 'librbd1'}
 
         if _glusterEnabled:
             KEY_PACKAGES.update(GLUSTER_DEB_PACKAGES)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic97979fd208364f3e2009ab29930702688a42d5a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list