From dd32518af5bf051034f0ce5cb7b207d308907943 Mon Sep 17 00:00:00 2001 From: bobijam Date: Mon, 29 Jun 2009 07:09:43 +0000 Subject: [PATCH] Branch b1_8 b=18478 obdecho cannot attach remote ost device. --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index a28cfbb..6364f1b 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5922,10 +5922,10 @@ test_180() { load_module obdecho/obdecho local OBD=`$LCTL dl | awk ' /obdfilter/ { print $4; exit; }'` - obdecho_create_test $OBD + [ "x$OBD" != "x" ] && obdecho_create_test $OBD OBD=`$LCTL dl | awk ' /-osc-/ { print $4; exit; }'` - obdecho_create_test $OBD + [ "x$OBD" != "x" ] && obdecho_create_test $OBD rmmod obdecho } run_test 180 "test obdecho ============================================" -- 1.8.3.1