Skip to content

Commit

Permalink
stop.sh: boilerplate error (don't stop mon when stopping mgr)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Mick <[email protected]>
  • Loading branch information
dmick committed Apr 11, 2017
1 parent 8c25738 commit 54e6680
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 54e6680

Please sign in to comment.