summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorSoumya Koduri <skoduri@redhat.com>2016-10-03 12:35:39 +0530
committerKaleb KEITHLEY <kkeithle@redhat.com>2016-10-19 06:55:23 -0700
commit20d2b36f3acc2f27527b7913d2ad939848395aeb (patch)
tree293da4746371001d36782a77b6dd4ad395069362 /glusterfs.spec.in
parentfd045aefbd2ea8315f76e6659753ebd1d7b6d801 (diff)
common-ha: Use UpdateExports dbus msg for refresh-config
In nfs-ganesha 2.4, new dbs msg type "UpdateExports" support has been added. With this support, the exports can be re-configured dynamically without the need to re-export the entries. Change-Id: Iee7330d33e91db1126974a2ff46becb3764f2e5e BUG: 1382258 Signed-off-by: Soumya Koduri <skoduri@redhat.com> Reviewed-on: http://review.gluster.org/15617 Smoke: Gluster Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index a5b94686b86..e70ec0cdfb3 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -371,7 +371,8 @@ Summary: NFS-Ganesha configuration
Group: Applications/File
Requires: %{name}-server%{?_isa} = %{version}-%{release}
-Requires: nfs-ganesha-gluster, pcs, dbus
+Requires: nfs-ganesha-gluster >= 2.4.0
+Requires: pcs, dbus
%if ( 0%{?rhel} && 0%{?rhel} == 6 )
Requires: cman, pacemaker, corosync
%endif