]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/test-erasure-code.sh: disable pg temp priming 8260/head
authorSage Weil <sage@redhat.com>
Tue, 22 Mar 2016 15:47:03 +0000 (11:47 -0400)
committerSage Weil <sage@redhat.com>
Tue, 22 Mar 2016 15:47:03 +0000 (11:47 -0400)
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 <sage@redhat.com>
src/test/erasure-code/test-erasure-code.sh

index 132876667c8f520fca06f5dd844887c702e13a98..a8661f3e7f5a023dfefea0ac940fdacffa1ceb64 100755 (executable)
@@ -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