Skip to content

Commit

Permalink
Merge PR ceph#38889 into master
Browse files Browse the repository at this point in the history
* refs/pull/38889/head:
	qa: add delays only for osd/mds

Reviewed-by: Jeff Layton <[email protected]>
  • Loading branch information
batrick committed Jan 14, 2021
2 parents 855c134 + ef19481 commit bc57344
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions qa/suites/fs/thrash/multifs/msgr-failures/osd-mds-delay.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
overrides:
ceph:
conf:
global:
osd:
ms inject socket failures: 2500
ms inject delay type: osd mds
ms inject delay type: client mds
ms inject delay probability: .005
ms inject delay max: 1
mon client directed command retry: 5
mds:
ms inject socket failures: 2500
ms inject delay type: client mds osd
ms inject delay probability: .005
ms inject delay max: 1
mon client directed command retry: 5
Expand Down
10 changes: 8 additions & 2 deletions qa/suites/fs/thrash/workloads/msgr-failures/osd-mds-delay.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
overrides:
ceph:
conf:
global:
osd:
ms inject socket failures: 2500
ms inject delay type: osd mds
ms inject delay type: client mds
ms inject delay probability: .005
ms inject delay max: 1
mon client directed command retry: 5
mds:
ms inject socket failures: 2500
ms inject delay type: client mds osd
ms inject delay probability: .005
ms inject delay max: 1
mon client directed command retry: 5
Expand Down

0 comments on commit bc57344

Please sign in to comment.