]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/osd/osd-rep-recov-eio.sh
import quincy beta 17.1.0
[ceph.git] / ceph / qa / standalone / osd / osd-rep-recov-eio.sh
index bf1adde9892d93e57381a80453eae142ae998ef2..6f871ef8fa8c8c303ec19a89837409dbbb57405b 100755 (executable)
@@ -29,6 +29,7 @@ function run() {
     export CEPH_ARGS
     CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
     CEPH_ARGS+="--mon-host=$CEPH_MON "
+    CEPH_ARGS+="--osd-mclock-profile=high_recovery_ops "
 
 
     local funcs=${@:-$(set | sed -n -e 's/^\(TEST_[0-9a-z_]*\) .*/\1/p')}
@@ -301,7 +302,7 @@ function TEST_rep_backfill_unfound() {
 
     sleep 15
 
-    for tmp in $(seq 1 100); do
+    for tmp in $(seq 1 360); do
       state=$(get_state 2.0)
       echo $state | grep backfill_unfound
       if [ "$?" = "0" ]; then