diff options
author | Piotr Dałek <piotr.dalek@corp.ovh.com> | 2017-06-28 15:47:03 +0200 |
---|---|---|
committer | Piotr Dałek <piotr.dalek@corp.ovh.com> | 2017-07-20 09:35:55 +0200 |
commit | b0134cc7a8707afdc94452aeaaa5eed834f965f2 (patch) | |
tree | 81fe364e821b9ea9fb703472177f9adf1094c4e6 /qa/suites/rados | |
parent | doc: document new force-recovery/force-backfill commands (diff) | |
download | ceph-b0134cc7a8707afdc94452aeaaa5eed834f965f2.tar.xz ceph-b0134cc7a8707afdc94452aeaaa5eed834f965f2.zip |
qa: add force/cancel recovery/backfill to QA testing
This randomly issues pg force-recovery/force-backfill and
pg cancel-force-recovery/cancel-force-backfill during QA
testing. Disabled for upgrades from hammer, jewel and kraken.
Signed-off-by: Piotr Dałek <piotr.dalek@corp.ovh.com>
Diffstat (limited to 'qa/suites/rados')
-rw-r--r-- | qa/suites/rados/upgrade/jewel-x-singleton/3-thrash/default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/suites/rados/upgrade/jewel-x-singleton/3-thrash/default.yaml b/qa/suites/rados/upgrade/jewel-x-singleton/3-thrash/default.yaml index a83c77dab19..da4c7ef94d0 100644 --- a/qa/suites/rados/upgrade/jewel-x-singleton/3-thrash/default.yaml +++ b/qa/suites/rados/upgrade/jewel-x-singleton/3-thrash/default.yaml @@ -20,4 +20,5 @@ split_tasks: chance_thrash_cluster_full: 0 chance_thrash_pg_upmap: 0 chance_thrash_pg_upmap_items: 0 + chance_force_recovery: 0 - print: "**** done thrashosds 3-thrash" |