]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/erasure-code/test-erasure-eio.sh
import ceph 14.2.5
[ceph.git] / ceph / qa / standalone / erasure-code / test-erasure-eio.sh
index af8b29b9c508c016a4a7835f2355fa06d2431925..ce234d4adbd4f3c131c3e0df080c22e1a3bcb305 100755 (executable)
@@ -26,7 +26,6 @@ function run() {
     export CEPH_ARGS
     CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
     CEPH_ARGS+="--mon-host=$CEPH_MON "
-    CEPH_ARGS+="--osd-objectstore=filestore "
 
     local funcs=${@:-$(set | sed -n -e 's/^\(TEST_[0-9a-z_]*\) .*/\1/p')}
     for func in $funcs ; do