From 811af31e6c0806b661ebfe6097625e83968a735c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 22 Mar 2016 11:47:03 -0400 Subject: [PATCH] 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 --- src/test/erasure-code/test-erasure-code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3