From 3086f9d927372641b581fe7f9e33537a5538baf4 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 12 Jan 2015 17:03:20 -0700 Subject: [PATCH] LUDOC-11 proc: fix incorrect example Fix incorrect example for writethrough_cache_enable. It was using "lctl set_param" instead of "lctl get_param" to check the current value. Signed-off-by: Andreas Dilger Change-Id: Ia07d3c7e1ad4d13adf24c0c7f798c1e0cf756a6f Reviewed-on: http://review.whamcloud.com/13358 Tested-by: Jenkins Reviewed-by: Richard Henwood --- LustreProc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LustreProc.xml b/LustreProc.xml index bb6c9cb..d4ea8a1 100644 --- a/LustreProc.xml +++ b/LustreProc.xml @@ -1406,7 +1406,7 @@ write RPCs in flight: 0 To re-enable the writethrough cache on one OST, run: root@oss1# lctl set_param obdfilter.{OST_name}.writethrough_cache_enable=1 To check if the writethrough cache is enabled, run: - root@oss1# lctl set_param obdfilter.*.writethrough_cache_enable=1 + root@oss1# lctl get_param obdfilter.*.writethrough_cache_enable readcache_max_filesize - Controls the maximum size of a file -- 1.8.3.1