mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
tests: --osd-scrub-load-threshold=2000 for more consistency
In a test environment, consistency is more important than performances. Effectively disable the test that would postpone a scrub depending on the load average. It is assumed that a machine with a load average higher than 2000 won't be useable anyway. http://tracker.ceph.com/issues/14027 Refs: #14027 Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
2d8d706191
commit
99bcc7cf16
@ -491,6 +491,7 @@ function activate_osd() {
|
||||
ceph_args+=" --osd-backfill-full-ratio=.99"
|
||||
ceph_args+=" --osd-failsafe-full-ratio=.99"
|
||||
ceph_args+=" --osd-journal-size=100"
|
||||
ceph_args+=" --osd-scrub-load-threshold=2000"
|
||||
ceph_args+=" --osd-data=$osd_data"
|
||||
ceph_args+=" --chdir="
|
||||
ceph_args+=" --erasure-code-dir=.libs"
|
||||
|
@ -460,7 +460,7 @@ $DAEMONOPTS
|
||||
osd journal size = 100
|
||||
osd class tmp = out
|
||||
osd class dir = $OBJCLASS_PATH
|
||||
osd scrub load threshold = 5.0
|
||||
osd scrub load threshold = 2000.0
|
||||
osd debug op order = true
|
||||
filestore wbthrottle xfs ios start flusher = 10
|
||||
filestore wbthrottle xfs ios hard limit = 20
|
||||
|
Loading…
Reference in New Issue
Block a user