This caused qa/standalone/misc/test-ceph-helpers.sh to fail
"MGR_MODULE_DEPENDENCY 8 mgr modules have failed dependencies"
Fixes: http://tracker.ceph.com/issues/38262
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit
8bc623b9492a3a80642b0497654779d631f360b9)
Conflicts:
qa/run-standalone.sh : Resolved for LD_LIBRARY_PATH
PATH=$(pwd)/bin:$PATH
+export LD_LIBRARY_PATH="$(pwd)/lib"
+
# TODO: Use getops
dryrun=false
if [[ "$1" = "--dry-run" ]]; then