]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/ceph_objectstore_tool.py: set mgr module path
authorNoah Watkins <nwatkins@redhat.com>
Fri, 17 Aug 2018 22:24:10 +0000 (15:24 -0700)
committerNoah Watkins <nwatkins@redhat.com>
Fri, 17 Aug 2018 22:24:10 +0000 (15:24 -0700)
Signed-off-by: Noah Watkins <nwatkins@redhat.com>
qa/standalone/special/ceph_objectstore_tool.py

index ba876dffb9ca78291eb36f189600f3303a6417ed..8507913acd950b6387cce6ef4f2187a3b92ff85e 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=1 CEPH_PORT=7400 {path}/src/vstart.sh --filestore --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 MGR_PYTHON_PATH={path}/src/pybind/mgr {path}/src/vstart.sh --filestore --short -l {new} -d {opt} > /dev/null 2>&1".format(new=NEW, opt=opt, path=CEPH_ROOT), shell=True)
     print("DONE")