Skip to content

Commit

Permalink
qa: ignore normal slow IO warnings for cephfs
Browse files Browse the repository at this point in the history
Generally the slow warnings we get are just over the threshold. These warnings
are related to deploying multiple Ceph daemons side-by-side. Let's see how we
do with two minutes.

Ignoring the warnings entirely is unsatisfactory as they serve as a useful
canary in the coal mine when you see warnings for ops > some unreasonably large
amount of time.

Fixes: http://tracker.ceph.com/issues/26900

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit fc6e683)
  • Loading branch information
batrick authored and smithfarm committed Sep 5, 2018
1 parent 0be60a6 commit 4201ed0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 5 additions & 3 deletions qa/cephfs/conf/mds.yaml
Expand Up @@ -2,8 +2,10 @@ overrides:
ceph:
conf:
mds:
debug mds: 20
debug ms: 1
mds debug frag: true
mds debug scatterstat: true
mds op complaint time: 180
mds verify scatter: true
mds debug frag: true
debug ms: 1
debug mds: 20
osd op complaint time: 180
5 changes: 5 additions & 0 deletions qa/cephfs/conf/mon.yaml
@@ -0,0 +1,5 @@
overrides:
ceph:
conf:
osd:
mon op complaint time: 120
5 changes: 5 additions & 0 deletions qa/cephfs/conf/osd.yaml
@@ -0,0 +1,5 @@
overrides:
ceph:
conf:
osd:
osd op complaint time: 180

0 comments on commit 4201ed0

Please sign in to comment.