]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: ignore normal slow IO warnings for cephfs 23457/head
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 7 Aug 2018 00:55:42 +0000 (17:55 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Sun, 12 Aug 2018 20:59:59 +0000 (13:59 -0700)
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>
qa/cephfs/conf/mds.yaml
qa/cephfs/conf/mon.yaml [new file with mode: 0644]
qa/cephfs/conf/osd.yaml [new file with mode: 0644]

index 86ebf550110bd3b9a4c54981fbf9e007148a49f3..0c2f8380547d2b85445b11eb80c28cfe820ce199 100644 (file)
@@ -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 (file)
index 0000000..8d1babb
--- /dev/null
@@ -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 (file)
index 0000000..1087202
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      osd:
+        osd op complaint time: 180