diff --git a/qa/suites/rados/thrash/backoff/aggressive_peering.yaml b/qa/suites/rados/thrash/backoff/aggressive_peering.yaml new file mode 100644 index 00000000000..4743d26eb63 --- /dev/null +++ b/qa/suites/rados/thrash/backoff/aggressive_peering.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + osd peering aggressive backoff: true diff --git a/qa/suites/rados/thrash/backoff/normal.yaml b/qa/suites/rados/thrash/backoff/normal.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/rados/thrash/backoff/peering_and_recovery.yaml b/qa/suites/rados/thrash/backoff/peering_and_recovery.yaml new file mode 100644 index 00000000000..6521afef6b6 --- /dev/null +++ b/qa/suites/rados/thrash/backoff/peering_and_recovery.yaml @@ -0,0 +1,6 @@ +overrides: + ceph: + conf: + osd: + osd peering aggressive backoff: true + osd recovery aggressive backoff: true