Change in vdsm[ovirt-3.6]: gluster: Report glusterfs-cli package details

ahino at redhat.com ahino at redhat.com
Sun Aug 23 15:14:30 UTC 2015


Hello Nir Soffer, Dan Kenigsberg,

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

    https://gerrit.ovirt.org/45228

to review the following change.

Change subject: gluster: Report glusterfs-cli package details
......................................................................

gluster: Report glusterfs-cli package details

Report glusterfs-cli package details in getVdsCaps output.
Engine will use this information to validate adding a host
or storage domain to a data center.

Change-Id: Id66bb578e56bdf5dc70759f62c1a1b68cd91d586
Bug-Url: https://bugzilla.redhat.com/1183318
Signed-off-by: Ala Hino <ahino at redhat.com>
Reviewed-on: https://gerrit.ovirt.org/44581
Continuous-Integration: Jenkins CI
Reviewed-by: Nir Soffer <nsoffer at redhat.com>
Reviewed-by: Simone Tiraboschi <stirabos at redhat.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
---
M vdsm/caps.py
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/28/45228/1

diff --git a/vdsm/caps.py b/vdsm/caps.py
index b443fab..89c96ba 100644
--- a/vdsm/caps.py
+++ b/vdsm/caps.py
@@ -763,6 +763,7 @@
                         'libvirt': ('libvirt', 'libvirt-daemon-kvm'),
                         'mom': ('mom',),
                         'librbd1': ('librbd1',),
+                        'glusterfs-cli': ('glusterfs-cli',),
                         }
 
         if _glusterEnabled:
@@ -790,7 +791,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',
+                        'glusterfs-cli': 'glusterfs-cli'}
 
         if _glusterEnabled:
             KEY_PACKAGES.update(GLUSTER_DEB_PACKAGES)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id66bb578e56bdf5dc70759f62c1a1b68cd91d586
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Ala Hino <ahino at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>


More information about the vdsm-patches mailing list