From c22d5a0fce9dfc311856e427d9fc145369bb6f9c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 18 Oct 2018 17:15:08 -0500 Subject: [PATCH] qa/suites/rados/thrash-erasure-code*/thrashers/*: less likely resv rejection injection For EC pools we have a lot of shards, and 30% probability on each one means we are very like to repeatedly fail backfill reservations.. long enough that teuthology gives up waiting. Signed-off-by: Sage Weil --- qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml | 2 +- qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml | 2 +- qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml | 2 +- qa/suites/rados/thrash-erasure-code/thrashers/default.yaml | 2 +- qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml index 9983f9ca98822..13ca050fef019 100644 --- a/qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml @@ -6,7 +6,7 @@ overrides: - slow request conf: osd: - osd debug reject backfill probability: .3 + osd debug reject backfill probability: .1 osd scrub min interval: 60 osd scrub max interval: 120 osd max backfills: 6 diff --git a/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml b/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml index adaaae4bd5385..918dd24f7ac50 100644 --- a/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml +++ b/qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml @@ -7,7 +7,7 @@ overrides: mon: mon osd pool ec fast read: 1 osd: - osd debug reject backfill probability: .3 + osd debug reject backfill probability: .1 osd scrub min interval: 60 osd scrub max interval: 120 osd max backfills: 2 diff --git a/qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml b/qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml index d70ed14e4898d..a438f43fcfd84 100644 --- a/qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml +++ b/qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml @@ -6,7 +6,7 @@ overrides: - slow request conf: osd: - osd debug reject backfill probability: .3 + osd debug reject backfill probability: .1 osd scrub min interval: 60 osd scrub max interval: 120 osd max backfills: 3 diff --git a/qa/suites/rados/thrash-erasure-code/thrashers/default.yaml b/qa/suites/rados/thrash-erasure-code/thrashers/default.yaml index b5b240c41e4f5..31c19704c2fd3 100644 --- a/qa/suites/rados/thrash-erasure-code/thrashers/default.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashers/default.yaml @@ -5,7 +5,7 @@ overrides: - objects unfound and apparently lost conf: osd: - osd debug reject backfill probability: .3 + osd debug reject backfill probability: .1 osd scrub min interval: 60 osd scrub max interval: 120 osd max backfills: 2 diff --git a/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml b/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml index 86db1af54dfd9..473a717842d0e 100644 --- a/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml +++ b/qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml @@ -7,7 +7,7 @@ overrides: mon: mon osd pool ec fast read: 1 osd: - osd debug reject backfill probability: .3 + osd debug reject backfill probability: .1 osd scrub min interval: 60 osd scrub max interval: 120 osd max backfills: 3 -- 2.39.5