]> git.apps.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)
committerNoah Watkins <nwatkins@redhat.com>
Fri, 17 Aug 2018 22:21:57 +0000 (15:21 -0700)
commit7d3fa9bda3b0160c872e388c9f75cd1cabf9d4b5
treef13571bf1f5339b94832508e780ea4284a00406f
parentacd02343f4ab49477182fd1c79cadacda53148f6
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>
qa/run-standalone.sh
qa/standalone/ceph-helpers.sh