From 105e9d4234fd05561106967b410f7cf3033a54c2 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 1 Feb 2017 22:38:30 -0500 Subject: [PATCH] qa/suites/rados/thrash: vary backoff settings Signed-off-by: Sage Weil --- qa/suites/rados/thrash/backoff/aggressive_peering.yaml | 5 +++++ qa/suites/rados/thrash/backoff/normal.yaml | 0 qa/suites/rados/thrash/backoff/peering_and_recovery.yaml | 6 ++++++ 3 files changed, 11 insertions(+) create mode 100644 qa/suites/rados/thrash/backoff/aggressive_peering.yaml create mode 100644 qa/suites/rados/thrash/backoff/normal.yaml create mode 100644 qa/suites/rados/thrash/backoff/peering_and_recovery.yaml 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