From: Richard Henwood Date: Wed, 22 Jun 2011 23:34:41 +0000 (-0400) Subject: LU-409: only load llite_lloop module if kernel < 2.6.32 or LOAD_LLOOP X-Git-Tag: 2.0.64.0~13 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=5b840606641c3b227c451056c37a941cc13696c9 LU-409: only load llite_lloop module if kernel < 2.6.32 or LOAD_LLOOP A bug was introduced with change: I63ebc7a8e0a8de6d34ffce5fd625df6db7216d32 This fixes it. Change-Id: I001d348dd3233977a4e972ccf01ac51bc3bcbae9 Signed-off-by: Richard Henwood Reviewed-on: http://review.whamcloud.com/1002 Reviewed-by: wangdi Reviewed-by: Andreas Dilger Tested-by: Hudson Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index f0218c0..a2bcc7d 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -386,7 +386,7 @@ load_modules_local() { } load_module llite/lustre - load_module_llite/llite_lloop + load_module_llite_lloop [ -d /r ] && OGDB=${OGDB:-"/r/tmp"} OGDB=${OGDB:-$TMP} rm -f $OGDB/ogdb-$HOSTNAME