]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone/ceph-helpers.sh: fix mgr module path
authorNoah Watkins <nwatkins@redhat.com>
Fri, 17 Aug 2018 22:21:57 +0000 (15:21 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 4 Dec 2019 18:19:34 +0000 (10:19 -0800)
commitbf3a1a2922c986e69b7ddb2055e5c6ee845a9e4d
treeab60a01e4526d8e9ecdb279b988c5c4fad650202
parent7c138f924ecb2472b640b49995e4204162dde8f6
qa/standalone/ceph-helpers.sh: fix mgr module path

callers of get_python_path were not passing in a $1 parameter, so
ceph_lib was an empty string resulting in an invalid path to the built
cython modules. assume this is called from the `lib` parent directory.

pass path to the manager modules when starting ceph-mgr.

Signed-off-by: Noah Watkins <nwatkins@redhat.com>
(cherry picked from commit 7d3fa9bda3b0160c872e388c9f75cd1cabf9d4b5)
qa/run-standalone.sh
qa/standalone/ceph-helpers.sh