From 299591728836ae072cb537fae6b76a6ad1738208 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Tue, 16 Jan 2024 02:36:19 -0700 Subject: [PATCH] LU-17428 doc: remove default value for lru_age_max The actual value of lru_max_age doesn't need to be documented in the manual, since it is different in various Lustre versions. Signed-off-by: Andreas Dilger Change-Id: I910c2da31c3baaa1017a52869046faf9693ebbe5 Reviewed-on: https://review.whamcloud.com/c/doc/manual/+/53684 Tested-by: jenkins Reviewed-by: Aurelien Degremont --- LustreProc.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LustreProc.xml b/LustreProc.xml index 6d76ae1..1551b38 100644 --- a/LustreProc.xml +++ b/LustreProc.xml @@ -2563,8 +2563,7 @@ nid refs peer max tx min holding locks for an excessive time, which reduces memory usage on both the client and server, as well as reducing work during server recovery. - The lru_max_age is set and printed in milliseconds, - and by default is 3900000 ms (65 minutes). + The lru_max_age is printed in milliseconds. Since Lustre 2.11, in addition to setting the maximum lock age in milliseconds, it can also be set using a suffix of s or ms to indicate seconds or -- 1.8.3.1