From 5ab812e483b0aabc7c5d57ca528cdeafdbe0e02d Mon Sep 17 00:00:00 2001 From: grev Date: Tue, 23 Sep 2008 13:54:16 +0000 Subject: [PATCH] b=14471 i=Adilger get rid of LPROC --- lustre/tests/sanity.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 11eeeab..c159ed2 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3265,9 +3265,8 @@ set_checksums() { [ "$ORIG_CSUM" ] || ORIG_CSUM=`lctl get_param -n osc.*.checksums | head -n1` - for f in $LPROC/osc/*/checksums; do - echo $1 >> $f - done + + lctl set_param -n osc.*.checksums=$1 return 0 } -- 1.8.3.1