From: Patrick Donnelly Date: Thu, 25 Mar 2021 20:21:07 +0000 (-0700) Subject: qa: simplify recall triggers for bug X-Git-Tag: v16.2.2~23^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=38bfd5c9af9cd2eb92dce7971f8805812124b4ec;p=ceph.git qa: simplify recall triggers for bug Signed-off-by: Patrick Donnelly (cherry picked from commit 020fb9611cbaa68f633769671a4d6a4f38f60287) --- diff --git a/qa/suites/fs/bugs/client_trim_caps/tasks/trim-i24137.yaml b/qa/suites/fs/bugs/client_trim_caps/tasks/trim-i24137.yaml index bc5cea98f757e..7ef15b31f9b7d 100644 --- a/qa/suites/fs/bugs/client_trim_caps/tasks/trim-i24137.yaml +++ b/qa/suites/fs/bugs/client_trim_caps/tasks/trim-i24137.yaml @@ -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