From e5766199ae0c1cc882d3a52d9c94fd41f56296d2 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 25 Nov 2008 08:19:04 +0000 Subject: [PATCH] b=17397 i=green - few minor issues fixed --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index a0cb6ee..2694e5d 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5645,7 +5645,7 @@ test_151() { fi $LCTL set_param -n obdfilter.*.read_cache_enable=1 - $LCTL set_param obdfilter.*.writethrough_cache_enable=0 + $LCTL set_param obdfilter.*.writethrough_cache_enable=1 rm -f $DIR/$tfile } run_test 151 "test cache on oss and controls ===============================" -- 1.8.3.1