]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/thrash-erasure-code*/thrashers/*: less likely resv rejection injection 24667/head
authorSage Weil <sage@redhat.com>
Thu, 18 Oct 2018 22:15:08 +0000 (17:15 -0500)
committerSage Weil <sage@redhat.com>
Thu, 18 Oct 2018 22:17:41 +0000 (17:17 -0500)
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 <sage@redhat.com>
qa/suites/rados/thrash-erasure-code-big/thrashers/default.yaml
qa/suites/rados/thrash-erasure-code-big/thrashers/fastread.yaml
qa/suites/rados/thrash-erasure-code-shec/thrashers/default.yaml
qa/suites/rados/thrash-erasure-code/thrashers/default.yaml
qa/suites/rados/thrash-erasure-code/thrashers/fastread.yaml

index 9983f9ca988228044fbec1ca5e88766034e2df10..13ca050fef0199395dc807083b119673c9d3329a 100644 (file)
@@ -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
index adaaae4bd5385b5cd5f106982b743cae5292ca49..918dd24f7ac50af0db7b707924b4c168d057aa04 100644 (file)
@@ -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
index d70ed14e4898dd7b86f7a7702a9e100029bd27b1..a438f43fcfd849ced168412b9013757f6911c36f 100644 (file)
@@ -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
index b5b240c41e4f55dc533f7f5d65c9495f34328558..31c19704c2fd3583b7e3e8c61727072ddd5b0fc1 100644 (file)
@@ -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
index 86db1af54dfd92c6231c546c8752a844ed750c72..473a717842d0ebbc4290ab031caf649b7599a7fe 100644 (file)
@@ -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