Skip to content

Commit

Permalink
Merge pull request ceph#14461 from dmick/master
Browse files Browse the repository at this point in the history
stop.sh: boilerplate error (don't stop mon when stopping mgr)

Reviewed-by: Josh Durgin <[email protected]>
  • Loading branch information
jdurgin authored Apr 11, 2017
2 parents 8c25738 + 54e6680 commit 000629f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 000629f

Please sign in to comment.