From 98b3dc2c657f771d8cf95e26e898684ec72c2bf3 Mon Sep 17 00:00:00 2001 From: Stephane Thiell Date: Tue, 7 Jan 2020 10:56:58 -0800 Subject: [PATCH] LUDOC-11 misc: fix typo in lru_size=clear command Fix a small typo in the command to flush the xattr cache from the client by cancelling the MDC locks. Signed-off-by: Stephane Thiell Change-Id: I449a1471414ed3195f6cbb4bd21691a0470eff90 Reviewed-on: https://review.whamcloud.com/37153 Tested-by: jenkins Reviewed-by: Joseph Gmitter --- LazySizeOnMDT.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LazySizeOnMDT.xml b/LazySizeOnMDT.xml index 9032341..3192aed 100644 --- a/LazySizeOnMDT.xml +++ b/LazySizeOnMDT.xml @@ -45,7 +45,7 @@ If it is necessary to access up-to-date LSoM data that has gone stale, it is possible to flush the xattr cache from the client by cancelling the MDC locks via - ldlm set_param ldlm.namespaces.*mdc*.lru_size=clear. + lctl set_param ldlm.namespaces.*mdc*.lru_size=clear. Otherwise, the file attributes will be dropped from the client cache if the file has not been accessed before the LDLM lock timeout. The timeout is stored via -- 1.8.3.1