From e4438cd0de4c80de6c104c7000074a75ac2db9f2 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 3 Sep 2020 22:29:15 -0600 Subject: [PATCH] LU-944 misc: update max_cached_mb reference Fix a typo max_cache_mb -> max_cached_mb, and update the documented default value from 3/4 of client RAM to 1/2, which has been the case since 2.6. Signed-off-by: Andreas Dilger Change-Id: Icfd269e18e52f6df27f681b4dc850d66023ebbe5 Reviewed-on: https://review.whamcloud.com/39825 Tested-by: jenkins Reviewed-by: Vikentsi Lapa --- LustreProc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LustreProc.xml b/LustreProc.xml index 3c37c8a..ab3b89a 100644 --- a/LustreProc.xml +++ b/LustreProc.xml @@ -1294,9 +1294,9 @@ osc.myth-OST0001-osc-ffff8804296c2800.checksum_type - llite.fsname_instance.max_cache_mb + llite.fsname_instance.max_cached_mb - Maximum amount of read+write data cached by the client. The - default value is 3/4 of the client RAM. + default value is 1/2 of the client RAM. -- 1.8.3.1