From: grev Date: Wed, 22 Oct 2008 17:56:12 +0000 (+0000) Subject: b=16551 (att 19784) X-Git-Tag: v1_7_130~1^15~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4fd99f298b4d1abacd3556a438b1a2dee9be82ec;p=fs%2Flustre-release.git b=16551 (att 19784) o=Adilger i=grev skip replay/recovery tests if remote MDS/OSS with nodsh b=16551 (att 19835) i=Nathan do skip_rem[mds|ost] check only if test suit is run; fail acc-sm if tests suits were skipped due to nodsh b=17326 i=Alexey.Lyashkov remove now-useless remount/reconfig for liblustre; always add accept=all for lnet module --- diff --git a/lustre/tests/replay-vbr.sh b/lustre/tests/replay-vbr.sh index bdbbdb6..65a98e8 100644 --- a/lustre/tests/replay-vbr.sh +++ b/lustre/tests/replay-vbr.sh @@ -19,7 +19,8 @@ init_test_env $@ [ -n "$CLIENTS" ] || { skip "Need two or more clients" && exit 0; } [ $CLIENTCOUNT -ge 2 ] || \ { skip "Need two or more clients, have $CLIENTCOUNT" && exit 0; } -# +remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0 + [ "$SLOW" = "no" ] && EXCEPT_SLOW=""