]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/standalone: drop CEPH_LIB hacks
authorSage Weil <sage@redhat.com>
Wed, 10 Jan 2018 18:26:02 +0000 (12:26 -0600)
committerSage Weil <sage@redhat.com>
Tue, 6 Mar 2018 20:44:49 +0000 (14:44 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/ceph-helpers.sh
qa/standalone/mon/mkfs.sh

index 2d84ef8eabd62cecc3a4edf7f42f86a9c358ddd4..7268374bba88293e3eb6b22d10dee105639de6c8 100755 (executable)
@@ -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
index 3a4f07bb0b87ddd2b53537e2693051e693bd212c..6650bdb499a3cc0dfc1cbc60391912f083b9d3bd 100755 (executable)
@@ -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