From: Sage Weil Date: Wed, 10 Jan 2018 18:26:02 +0000 (-0600) Subject: qa/standalone: drop CEPH_LIB hacks X-Git-Tag: v13.0.2~78^2~73 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5ee5bbace16b3dc41cd9ec3cd81f47d72e459ba8;p=ceph.git qa/standalone: drop CEPH_LIB hacks Signed-off-by: Sage Weil --- diff --git a/qa/standalone/ceph-helpers.sh b/qa/standalone/ceph-helpers.sh index 2d84ef8eabd..7268374bba8 100755 --- a/qa/standalone/ceph-helpers.sh +++ b/qa/standalone/ceph-helpers.sh @@ -39,11 +39,6 @@ else 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 diff --git a/qa/standalone/mon/mkfs.sh b/qa/standalone/mon/mkfs.sh index 3a4f07bb0b8..6650bdb499a 100755 --- a/qa/standalone/mon/mkfs.sh +++ b/qa/standalone/mon/mkfs.sh @@ -28,11 +28,6 @@ CEPH_MON=127.0.0.1:7110 # git grep '\<7110\>' : there must be only one 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