The issue number was for an rbd backport. It should be [1].
[1] https://tracker.ceph.com/issues/24137
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit
f96e4f0ff703c9977e84a4c201463453160b0b61)
+++ /dev/null
-# 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
--- /dev/null
+# 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