From: Deepika Upadhyay Date: Tue, 9 Mar 2021 14:15:12 +0000 (+0530) Subject: qa/config/rados: add dispatch delay testing params X-Git-Tag: v15.2.14~35^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42180%2Fhead;p=ceph.git 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) --- 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 +