From: Andreas Dilger Date: Tue, 13 Jan 2015 00:03:20 +0000 (-0700) Subject: LUDOC-11 proc: fix incorrect example X-Git-Tag: 2.7.0~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3086f9d927372641b581fe7f9e33537a5538baf4;p=doc%2Fmanual.git 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 --- 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