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 Feb 24, 2017
1 parent 985138e commit a4188fb
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 a4188fb

Please sign in to comment.