From: Sage Weil Date: Tue, 22 Mar 2016 15:47:03 +0000 (-0400) Subject: test/test-erasure-code.sh: disable pg temp priming X-Git-Tag: v10.1.1~140^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8260%2Fhead;p=ceph.git test/test-erasure-code.sh: disable pg temp priming If we prime pg_temp, there is a race where this test expects an out OSD to not be in the acting set but it will be there initially. Fixes: #15211 Signed-off-by: Sage Weil --- diff --git a/src/test/erasure-code/test-erasure-code.sh b/src/test/erasure-code/test-erasure-code.sh index 132876667c8f..a8661f3e7f5a 100755 --- a/src/test/erasure-code/test-erasure-code.sh +++ b/src/test/erasure-code/test-erasure-code.sh @@ -25,7 +25,7 @@ function run() { export CEPH_MON="127.0.0.1:7101" # git grep '\<7101\>' : there must be only one export CEPH_ARGS CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " - CEPH_ARGS+="--mon-host=$CEPH_MON " + CEPH_ARGS+="--mon-host=$CEPH_MON --mon-osd-prime-pg-temp=false" setup $dir || return 1 run_mon $dir a || return 1