From da73b31942588e345954204f7f3db70f413d3f2e Mon Sep 17 00:00:00 2001 From: Lakshmipathi Date: Fri, 30 Sep 2011 19:17:04 +0530 Subject: Kill glusterfsd along with glusterd process Change-Id: Ib1c3c6f6981b07edf64aae50acad859593f36435 BUG: 3546 Reviewed-on: http://review.gluster.com/546 Reviewed-by: Vijay Bellur Tested-by: Gluster Build System --- glusterfs.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index ceb7a2448..bf4c3413c 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -184,8 +184,8 @@ if [ $? -eq 0 ]; then kill -9 `pgrep -f gsyncd.py` &> /dev/null -killall glusterd &> /dev/null -#add marker translator +killall glusterd glusterfsd &> /dev/null +# add marker translator glusterd --xlator-option *.upgrade=on else glusterd --xlator-option *.upgrade=on -- cgit