From 59f641e2958af3a6a94f151b60d362ed722d67c9 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 10 Dec 2019 13:24:50 -0800 Subject: [PATCH] qa: reduce cache size further 1M isn't low enough to trigger recall/trimming. Signed-off-by: Patrick Donnelly --- qa/tasks/cephfs/test_client_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephfs/test_client_limits.py b/qa/tasks/cephfs/test_client_limits.py index 75f7a68415f58..7b496d751e3bc 100644 --- a/qa/tasks/cephfs/test_client_limits.py +++ b/qa/tasks/cephfs/test_client_limits.py @@ -40,7 +40,7 @@ class TestClientLimits(CephFSTestCase): # Set MDS cache memory limit to a low value that will make the MDS to # ask the client to trim the caps. - cache_memory_limit = "1M" + cache_memory_limit = "1K" self.set_conf('mds', 'mds_cache_memory_limit', cache_memory_limit) self.set_conf('mds', 'mds_recall_max_caps', open_files/2) -- 2.39.5