From: grev Date: Wed, 22 Oct 2008 17:56:07 +0000 (+0000) Subject: b=16551 (att 19784) X-Git-Tag: v1_7_130~1^161 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=43af7fb81bfdce9cd0d6ad1b9c0cde37890c53b4;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/lfscktest.sh b/lustre/tests/lfscktest.sh index d7691f6..67fbd7e 100755 --- a/lustre/tests/lfscktest.sh +++ b/lustre/tests/lfscktest.sh @@ -25,6 +25,9 @@ LUSTRE=${LUSTRE:-`dirname $0`/..} init_test_env $@ . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} +remote_mds && skip "remote MDS" && exit 0 +remote_ost && skip "remote OST" && exit 0 + # if nothing mounted, don't nuke MOUNT variable needed in llmount.sh WAS_MOUNTED=$(mounted_lustre_filesystems | head -1) if [ -z "$WAS_MOUNTED" ]; then