summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--glusterfs.spec.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 58192922f..85ae0d6aa 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -97,7 +97,6 @@ is in userspace and easily manageable.
This package provides support to FUSE based clients.
-
%prep
%setup -q -n %{name}-%{version}
@@ -129,6 +128,12 @@ find %{buildroot}%{_libdir} -name '*.a' | xargs rm -f
%post core
/sbin/ldconfig -n %{_libdir}
/sbin/chkconfig --add glusterd
+#killall glusterfsd,glusterfs,glusterd
+/usr/bin/killall glusterfsd 2>/dev/null || true;
+/usr/bin/killall glusterfs 2>/dev/null || true;
+/usr/bin/killall glusterd 2>/dev/null || true;
+#start glusterd
+/usr/sbin/glusterd
%postun core
/sbin/ldconfig -n %{_libdir}