Change in vdsm[master]: build: Change dependency on glusterfs-cli and glusterfs-fuse

ahino at redhat.com ahino at redhat.com
Wed Jul 1 10:33:05 UTC 2015


Ala Hino has uploaded a new change for review.

Change subject: build: Change dependency on glusterfs-cli and glusterfs-fuse
......................................................................

build: Change dependency on glusterfs-cli and glusterfs-fuse

Originally, glusterfs-cli and glusterfs-fuse were required only
when not building vdsm on RHEV.
We changed the spec file to always require
gluster-cli and glusterfs-fuse in order to use gluster get volume
info api to implement mounting gluster backup servers
(https://gerrit.ovirt.org/40665).
However, requiring these dependencies fails vdsm build on ppc64le.
This patch revert requiring glusterfs-cli and glusterfs-fuse
dependencies as were originally defined.

Change-Id: I4cf424e7055ad071561d037b65972dde3b1b0b8b
Signed-off-by: Ala Hino <ahino at redhat.com>
---
M vdsm.spec.in
1 file changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/97/43097/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index a4dc9f1..defee9e 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -235,10 +235,6 @@
 Requires: qemu-img >= 2:2.0.0-1
 %endif # rhel
 
-# GlusterFS client-side RPMs needed for Gluster SD
-Requires: glusterfs-cli >= %{gluster_version}
-Requires: glusterfs-fuse >= %{gluster_version}
-
 Requires: psmisc >= 22.6-15
 Requires: bridge-utils
 Requires: sos
@@ -590,6 +586,7 @@
 VDSM hook used for applying IPv6 configuration through custom network
 properties
 
+# GlusterFS client-side RPMs needed for Gluster SD
 %if 0%{?with_gluster}
 %package gluster
 Summary:        Gluster Plugin for VDSM
@@ -597,6 +594,8 @@
 Requires: glusterfs-server >= %{gluster_version}
 Requires: glusterfs-api >= %{gluster_version}
 Requires: glusterfs-geo-replication >= %{gluster_version}
+Requires: glusterfs-cli >= %{gluster_version}
+Requires: glusterfs-fuse >= %{gluster_version}
 Requires: python-magic
 Requires: python-blivet
 Requires: xfsprogs


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4cf424e7055ad071561d037b65972dde3b1b0b8b
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ala Hino <ahino at redhat.com>


More information about the vdsm-patches mailing list