From 6b7efb211900978b7efd894526bc0aaa633bd074 Mon Sep 17 00:00:00 2001 From: Deepika Upadhyay Date: Tue, 9 Mar 2021 19:45:12 +0530 Subject: [PATCH] qa/config/rados: add dispatch delay testing params 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 (cherry picked from commit b2c2a4326c89b45a61b129c09ac7838c27188a0a) --- .../rados/thrash/msgr-failures/osd-dispatch-delay.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qa/suites/rados/thrash/msgr-failures/osd-dispatch-delay.yaml 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 index 000000000000..aff059fb8bc0 --- /dev/null +++ b/qa/suites/rados/thrash/msgr-failures/osd-dispatch-delay.yaml @@ -0,0 +1,7 @@ +overrides: + ceph: + conf: + global: + osd debug inject dispatch delay duration: 0.1 + osd debug inject dispatch delay probability: 0.1 + -- 2.47.3