]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: do not use --journal-dio=true
authorLoic Dachary <ldachary@redhat.com>
Sat, 7 Mar 2015 20:22:30 +0000 (21:22 +0100)
committerLoic Dachary <ldachary@redhat.com>
Tue, 10 Mar 2015 16:50:29 +0000 (17:50 +0100)
Direct IO for the journal may cause subtle errors while running the
tests withing a container. Disable Direct IO for all ceph-disk.sh tests.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/ceph-disk.sh

index 56df39a6c7e86656460ae2e3db7d1146073d0a78..5b439cc40a9c772ccc651c2f9b2db923aa9de8c7 100755 (executable)
@@ -31,6 +31,7 @@ FSID=$(uuidgen)
 export CEPH_CONF=$DIR/ceph.conf
 export CEPH_ARGS="--fsid $FSID"
 CEPH_ARGS+=" --chdir="
+CEPH_ARGS+=" --journal-dio=false"
 CEPH_ARGS+=" --run-dir=$DIR"
 CEPH_ARGS+=" --osd-failsafe-full-ratio=.99"
 CEPH_ARGS+=" --mon-host=$MONA"