From 5e5638795ce820de7e087c438e618eaf7335059b Mon Sep 17 00:00:00 2001 From: Lakshmipathi Date: Mon, 6 Jun 2011 04:17:24 +0000 Subject: 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 efed334a2..d01e87e34 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