From: Patrick Donnelly Date: Tue, 7 Aug 2018 00:55:42 +0000 (-0700) Subject: qa: ignore normal slow IO warnings for cephfs X-Git-Tag: v12.2.9~34^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=62587d63a40d7681c334b6ae6343fdc23f8520fc;p=ceph.git qa: ignore normal slow IO warnings for cephfs 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 (cherry picked from commit fc6e683832125a1042638f21b623e29d0d4c34d8) --- diff --git a/qa/cephfs/conf/mds.yaml b/qa/cephfs/conf/mds.yaml index 86ebf550110b..0c2f8380547d 100644 --- a/qa/cephfs/conf/mds.yaml +++ b/qa/cephfs/conf/mds.yaml @@ -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 diff --git a/qa/cephfs/conf/mon.yaml b/qa/cephfs/conf/mon.yaml new file mode 100644 index 000000000000..8d1babb30442 --- /dev/null +++ b/qa/cephfs/conf/mon.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + mon op complaint time: 120 diff --git a/qa/cephfs/conf/osd.yaml b/qa/cephfs/conf/osd.yaml new file mode 100644 index 000000000000..1087202f9987 --- /dev/null +++ b/qa/cephfs/conf/osd.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + osd: + osd op complaint time: 180