]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: ceph_objectstore_tool.py: run vstart with MGR=1 14365/head
authorKefu Chai <kchai@redhat.com>
Sat, 8 Apr 2017 02:20:16 +0000 (10:20 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 8 Apr 2017 02:42:43 +0000 (10:42 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/ceph_objectstore_tool.py

index ac68228a4e4328f5f92721c19eb315362ddef51e..2bbe1743b85852f635f26a91886f06e77f01e933 100755 (executable)
@@ -152,7 +152,7 @@ def cat_file(level, filename):
 def vstart(new, opt=""):
     print("vstarting....", end="")
     NEW = new and "-n" or "-N"
-    call("MON=1 OSD=4 MDS=0 MGR=0 CEPH_PORT=7400 {path}/src/vstart.sh --short -l {new} -d {opt} > /dev/null 2>&1".format(new=NEW, opt=opt, path=CEPH_ROOT), shell=True)
+    call("MON=1 OSD=4 MDS=0 MGR=1 CEPH_PORT=7400 {path}/src/vstart.sh --short -l {new} -d {opt} > /dev/null 2>&1".format(new=NEW, opt=opt, path=CEPH_ROOT), shell=True)
     print("DONE")