summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xextras/stop-all-gluster-processes.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/stop-all-gluster-processes.sh b/extras/stop-all-gluster-processes.sh
index f11c634007c..69fd601273e 100755
--- a/extras/stop-all-gluster-processes.sh
+++ b/extras/stop-all-gluster-processes.sh
@@ -176,16 +176,16 @@ main()
shift $((OPTIND-1))
kill_mounts TERM
- kill_bricks_and_services TERM
kill_georep_gsync TERM
+ kill_bricks_and_services TERM
sleep 5;
echo ""
# still not Terminated? let's pass SIGKILL
kill_mounts KILL
- kill_bricks_and_services KILL
kill_georep_gsync KILL
+ kill_bricks_and_services KILL
exit ${errors};
}