]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: simplify recall triggers for bug
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 25 Mar 2021 20:21:07 +0000 (13:21 -0700)
committersinguliere <singuliere@autistici.org>
Fri, 9 Apr 2021 05:30:03 +0000 (07:30 +0200)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 020fb9611cbaa68f633769671a4d6a4f38f60287)

qa/suites/fs/bugs/client_trim_caps/tasks/trim-i24137.yaml

index bc5cea98f757e8b3bbd73a5f8502eac6a0844d89..7ef15b31f9b7dd8d1583d5aba08b85db9a510602 100644 (file)
@@ -2,18 +2,13 @@
 # "It's too tricky to arrange inodes in session->caps. we don't know if it
 # still works in the future." -Zheng
 
-overrides:
-  ceph:
-    log-ignorelist:
-      - MDS cache is too large
-      - \(MDS_CACHE_OVERSIZED\)
 tasks:
 - exec:
     mon.a:
-    - "ceph tell mds.* config set mds_min_caps_per_client 1"
+    - ceph config set mds mds_min_caps_per_client 1
 - background_exec:
     mon.a:
-    - "sleep 30 && ceph tell mds.* config set mds_cache_memory_limit 1"
+    - "sleep 30 && ceph config set mds mds_max_caps_per_client 1"
 - exec:
     client.0:
     - ceph_test_trim_caps