]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
vstart.sh: start mgr after mon, before osds
authorSage Weil <sage@redhat.com>
Wed, 26 Jul 2017 21:22:25 +0000 (17:22 -0400)
committerSage Weil <sage@redhat.com>
Wed, 26 Jul 2017 21:22:25 +0000 (17:22 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/vstart.sh

index 88c35d5e96fd6f3250462261c4bd88aaa29d6025..d1285bd061a7b8a3770fe73a4ab9d43794842334 100755 (executable)
@@ -867,6 +867,10 @@ if [ $CEPH_NUM_MON -gt 0 ]; then
     start_mon
 fi
 
+if [ $CEPH_NUM_MGR -gt 0 ]; then
+    start_mgr
+fi
+
 # osd
 if [ $CEPH_NUM_OSD -gt 0 ]; then
     start_osd
@@ -903,10 +907,6 @@ done
 
 # mgr
 
-if [ $CEPH_NUM_MGR -gt 0 ]; then
-    start_mgr
-fi
-
 if [ "$ec" -eq 1 ]; then
     ceph_adm <<EOF
 osd erasure-code-profile set ec-profile m=2 k=2