]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/config/rados.yaml: enable osd_debug_verify_cached_snaps
authorSamuel Just <sjust@redhat.com>
Wed, 14 Dec 2016 23:48:59 +0000 (15:48 -0800)
committerSamuel Just <sjust@redhat.com>
Wed, 4 Jan 2017 21:46:24 +0000 (13:46 -0800)
Also, make map gaps more likely.

Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit d4b6615a49e4635113f9ba900e9c57147b224357)

qa/config/rados.yaml
qa/suites/rados/thrash/thrashers/mapgap.yaml

index 96a4444e93db20450dff8b51547d094ea7892e0a..6d9aa9df05d26855c3a5b829fe6d4d167eac1006 100644 (file)
@@ -4,3 +4,4 @@ overrides:
       osd:
         osd op queue: debug_random
         osd op queue cut off: debug_random
+        osd debug verify cached snaps: true
index 016563bd8eaa5f979e50b9ccd67983b90324e39f..26c30320e55d2a04b7fb151f9c09c72bee18ea5f 100644 (file)
@@ -16,6 +16,6 @@ tasks:
     - osd_map_cache_size
 - thrashosds:
     timeout: 1800
-    chance_pgnum_grow: 1
-    chance_pgpnum_fix: 1
-    chance_test_map_discontinuity: 0.5
+    chance_pgnum_grow: 0.25
+    chance_pgpnum_fix: 0.25
+    chance_test_map_discontinuity: 2