From: Sage Weil Date: Thu, 2 Feb 2017 03:38:30 +0000 (-0500) Subject: qa/suites/rados/thrash: vary backoff settings X-Git-Tag: v12.0.1~441^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=105e9d4234fd05561106967b410f7cf3033a54c2;p=ceph.git qa/suites/rados/thrash: vary backoff settings Signed-off-by: Sage Weil --- 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 000000000000..4743d26eb63b --- /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 000000000000..e69de29bb2d1 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 000000000000..6521afef6b68 --- /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