From: Dan Mick Date: Tue, 11 Apr 2017 01:35:12 +0000 (-0700) Subject: stop.sh: boilerplate error (don't stop mon when stopping mgr) X-Git-Tag: v12.0.2~104^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14461%2Fhead;p=ceph.git stop.sh: boilerplate error (don't stop mon when stopping mgr) Signed-off-by: Dan Mick --- diff --git a/src/stop.sh b/src/stop.sh index 33c0932f021e..ce219fd81dd6 100755 --- a/src/stop.sh +++ b/src/stop.sh @@ -52,7 +52,7 @@ while [ $# -ge 1 ]; do stop_all=0 ;; mgr | ceph-mgr ) - stop_mon=1 + stop_mgr=1 stop_all=0 ;; mds | ceph-mds )