From: Patrick Donnelly Date: Thu, 25 Mar 2021 17:58:54 +0000 (-0700) Subject: qa: fix name for qa task referencing tracker issue X-Git-Tag: v16.2.2~23^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8d8cec5af8065e27bd3ddde65d1097764e16c722;p=ceph.git qa: fix name for qa task referencing tracker issue The issue number was for an rbd backport. It should be [1]. [1] https://tracker.ceph.com/issues/24137 Signed-off-by: Patrick Donnelly (cherry picked from commit f96e4f0ff703c9977e84a4c201463453160b0b61) --- diff --git a/qa/suites/fs/bugs/client_trim_caps/tasks/trim-i22073.yaml b/qa/suites/fs/bugs/client_trim_caps/tasks/trim-i22073.yaml deleted file mode 100644 index bc5cea98f75..00000000000 --- a/qa/suites/fs/bugs/client_trim_caps/tasks/trim-i22073.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# Note this test is unlikely to exercise the code as expected in the future: -# "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" -- background_exec: - mon.a: - - "sleep 30 && ceph tell mds.* config set mds_cache_memory_limit 1" -- exec: - client.0: - - ceph_test_trim_caps - - ceph_test_ino_release_cb 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 new file mode 100644 index 00000000000..bc5cea98f75 --- /dev/null +++ b/qa/suites/fs/bugs/client_trim_caps/tasks/trim-i24137.yaml @@ -0,0 +1,20 @@ +# Note this test is unlikely to exercise the code as expected in the future: +# "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" +- background_exec: + mon.a: + - "sleep 30 && ceph tell mds.* config set mds_cache_memory_limit 1" +- exec: + client.0: + - ceph_test_trim_caps + - ceph_test_ino_release_cb