]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/config/rados: add dispatch delay testing params 42180/head
authorDeepika Upadhyay <dupadhya@redhat.com>
Tue, 9 Mar 2021 14:15:12 +0000 (19:45 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Mon, 5 Jul 2021 11:41:20 +0000 (17:11 +0530)
these parameters have proven to catch some of the uncaught bugs such as:
https://tracker.ceph.com/issues/48417, adopting them will help in
preventing more such hard to debug bugs.

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
(cherry picked from commit b2c2a4326c89b45a61b129c09ac7838c27188a0a)

qa/suites/rados/thrash/msgr-failures/osd-dispatch-delay.yaml [new file with mode: 0644]

diff --git a/qa/suites/rados/thrash/msgr-failures/osd-dispatch-delay.yaml b/qa/suites/rados/thrash/msgr-failures/osd-dispatch-delay.yaml
new file mode 100644 (file)
index 0000000..aff059f
--- /dev/null
@@ -0,0 +1,7 @@
+overrides:
+  ceph:
+    conf:
+      global:
+        osd debug inject dispatch delay duration: 0.1
+        osd debug inject dispatch delay probability: 0.1
+