fi
source $CEPH_ROOT/qa/standalone/ceph-helpers.sh
+export $CEPH_LIB
+
set -x
PS4='${BASH_SOURCE[0]}:$LINENO: ${FUNCNAME[0]}: '
CEPH_ARGS+=" --mon-host=$CEPH_MON"
CEPH_ARGS+=" --chdir="
CEPH_ARGS+=" --journal-dio=false"
- CEPH_ARGS+=" --erasure-code-dir=$CEPH_LIB"
- CEPH_ARGS+=" --plugin-dir=$CEPH_LIB"
CEPH_ARGS+=" --log-file=$dir/\$name.log"
CEPH_ARGS+=" --pid-file=$dir/\$name.pidfile"
- CEPH_ARGS+=" --osd-class-dir=$CEPH_LIB"
CEPH_ARGS+=" --run-dir=$dir"
CEPH_ARGS+=" --osd-failsafe-full-ratio=.99"
CEPH_ARGS+=" --osd-journal-size=100"