]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
stop.sh: add 'mgr' arg
authorSage Weil <sage@redhat.com>
Thu, 26 Jan 2017 17:06:23 +0000 (12:06 -0500)
committerSage Weil <sage@redhat.com>
Mon, 27 Feb 2017 14:56:55 +0000 (09:56 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/stop.sh

index 4082cfdcbe0c368031034ab8648ce6dc961e9f97..33c0932f021e515d999d03d2fe3228ef2bb3ac86 100755 (executable)
@@ -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