]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/osd-backfill/osd-backfill-recovery-log.sh
import ceph quincy 17.2.6
[ceph.git] / ceph / qa / standalone / osd-backfill / osd-backfill-recovery-log.sh
index 6f20d90b5b5add968d39ff64900d919a4e79ccc3..f9a14493215d2dec256bae71738c1db2cedd841e 100755 (executable)
@@ -26,6 +26,7 @@ function run() {
     export CEPH_ARGS
     CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
     CEPH_ARGS+="--mon-host=$CEPH_MON --osd_max_backfills=1 --debug_reserver=20 "
+    CEPH_ARGS+="--osd_mclock_override_recovery_settings=true "
 
     local funcs=${@:-$(set | sed -n -e 's/^\(TEST_[0-9a-z_]*\) .*/\1/p')}
     for func in $funcs ; do