Signed-off-by: Sage Weil <sage@redhat.com>
fi
EXTRA_OPTS=""
-if [ -n "$CEPH_LIB" ]; then
- EXTRA_OPTS+=" --erasure-code-dir $CEPH_LIB"
- EXTRA_OPTS+=" --plugin-dir $CEPH_LIB"
- EXTRA_OPTS+=" --osd-class-dir $CEPH_LIB"
-fi
#! @file ceph-helpers.sh
# @brief Toolbox to manage Ceph cluster dedicated to testing
TIMEOUT=360
EXTRAOPTS=""
-if [ -n "$CEPH_LIB" ]; then
- EXTRAOPTS+=" --erasure-code-dir $CEPH_LIB"
- EXTRAOPTS+=" --plugin-dir $CEPH_LIB"
- EXTRAOPTS+=" --osd-class-dir $CEPH_LIB"
-fi
function setup() {
teardown