Skip to content

Commit

Permalink
stop.sh: add 'mgr' arg
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Jan 31, 2017
1 parent d7b580c commit 36cafa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stop.sh
Expand Up @@ -51,6 +51,10 @@ while [ $# -ge 1 ]; do
stop_mon=1
stop_all=0
;;
mgr | ceph-mgr )
stop_mon=1
stop_all=0
;;
mds | ceph-mds )
stop_mds=1
stop_all=0
Expand Down

0 comments on commit 36cafa8

Please sign in to comment.