stop.sh: boilerplate error (don't stop mon when stopping mgr)

Signed-off-by: Dan Mick <dan.mick@redhat.com>
This commit is contained in:
Dan Mick 2017-04-10 18:35:12 -07:00
parent 8c25738f4b
commit 54e6680c8b

View File

@ -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 )