diff options
author | Lakshmipathi <lakshmipathi@gluster.com> | 2011-09-30 19:17:04 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-09-30 07:02:36 -0700 |
commit | da73b31942588e345954204f7f3db70f413d3f2e (patch) | |
tree | 2b628328f803adbde53718e0b69447cf71c9ee6a | |
parent | 6c5d3e40a6c1674b4fbe4e312ab01dd81219365c (diff) |
Kill glusterfsd along with glusterd processv3.2.4
Change-Id: Ib1c3c6f6981b07edf64aae50acad859593f36435
BUG: 3546
Reviewed-on: http://review.gluster.com/546
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r-- | glusterfs.spec.in | 4 |
1 files 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 |