From 5ee5bbace16b3dc41cd9ec3cd81f47d72e459ba8 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 10 Jan 2018 12:26:02 -0600 Subject: [PATCH] qa/standalone: drop CEPH_LIB hacks Signed-off-by: Sage Weil --- qa/standalone/ceph-helpers.sh | 5 ----- qa/standalone/mon/mkfs.sh | 5 ----- 2 files changed, 10 deletions(-) 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 -- 2.39.5