]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: remove remaining references to compression_dir
authorSage Weil <sage@redhat.com>
Mon, 20 Jun 2016 19:57:02 +0000 (15:57 -0400)
committerSage Weil <sage@redhat.com>
Mon, 20 Jun 2016 19:57:02 +0000 (15:57 -0400)
Removed in 38c7f4a06673e4806d327931744338a7393b45ef

Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph-disk/tests/ceph-disk.sh
src/test/mon/mkfs.sh

index 3c471d4b64abfdd81df3565ae5898c6029c8d317..1ee049e6c0a8794e9f8a8f128ba1a30b435e7fb2 100644 (file)
@@ -364,7 +364,6 @@ function run() {
     CEPH_ARGS+=" --journal-dio=false"
     CEPH_ARGS+=" --erasure-code-dir=$CEPH_LIB"
     CEPH_ARGS+=" --plugin-dir=$CEPH_LIB"
-    CEPH_ARGS+=" --compression-dir=$CEPH_LIB"
     CEPH_ARGS+=" --log-file=$dir/\$name.log"
     CEPH_ARGS+=" --pid-file=$dir/\$name.pidfile"
     CEPH_ARGS+=" --osd-class-dir=$CEPH_LIB"
index 0e2335d04165c4188b0981c103e601aa3a76e0bc..045d235dc716440d7a475fa2062a6b161aff2808 100755 (executable)
@@ -45,7 +45,6 @@ function mon_mkfs() {
         --id $MON_ID \
         --fsid $fsid \
         --erasure-code-dir=$CEPH_LIB \
-        --compression-dir=$CEPH_LIB \
         --mkfs \
         --mon-data=$MON_DIR \
         --mon-initial-members=$MON_ID \
@@ -60,7 +59,6 @@ function mon_run() {
         --mon-osd-full-ratio=.99 \
         --mon-data-avail-crit=1 \
         --erasure-code-dir=$CEPH_LIB \
-        --compression-dir=$CEPH_LIB \
         --mon-data=$MON_DIR \
         --log-file=$MON_DIR/log \
         --mon-cluster-log-file=$MON_DIR/log \
@@ -88,7 +86,6 @@ function auth_none() {
         --mon-osd-full-ratio=.99 \
         --mon-data-avail-crit=1 \
         --erasure-code-dir=$CEPH_LIB \
-        --compression-dir=$CEPH_LIB \
         --mon-data=$MON_DIR \
         --extract-monmap $MON_DIR/monmap
 
@@ -156,7 +153,6 @@ function makedir() {
         --id $MON_ID \
         --mon-osd-full-ratio=.99 \
         --mon-data-avail-crit=1 \
-        --compression-dir=$CEPH_LIB \
         --erasure-code-dir=$CEPH_LIB \
         --mkfs \
         --mon-data=$toodeep 2>&1 | tee $DIR/makedir.log