From ddb2505383441b0bf41e31c13f90420f5d14d1dc Mon Sep 17 00:00:00 2001 From: Lakshmipathi Date: Mon, 6 Jun 2011 04:11:19 +0000 Subject: rpmbuild : restart glusterd after installing geo-replication rpm Signed-off-by: Lakshmipathi.G Signed-off-by: Anand Avati BUG: 2901 (Cannot start geo-replication) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2901 --- glusterfs.spec.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index efed334a234..d01e87e34c7 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -237,6 +237,10 @@ fi %{_libdir}/glusterfs/%{version}/rpc-transport/rdma* %endif +%post geo-replication +#restart glusterd. +/etc/init.d/glusterd restart &> /dev/null + %if 0%{!?_without_geo-replication:1} %files geo-replication %defattr(-,root,root) -- cgit