From: rread Date: Tue, 16 Jul 2002 21:06:44 +0000 (+0000) Subject: - simple config, mostly to load modules X-Git-Tag: v1_7_100~5301 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=7dc07d4660fc13856bb5e101aec225885b0d9d7f;p=fs%2Flustre-release.git - simple config, mostly to load modules --- diff --git a/lustre/tests/llsimple.sh b/lustre/tests/llsimple.sh new file mode 100755 index 0000000..d22ddc6 --- /dev/null +++ b/lustre/tests/llsimple.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +SRCDIR="`dirname $0`/" +[ -f $SRCDIR/common.sh ] || SRCDIR="/lib/lustre" + +. $SRCDIR/common.sh + +setup_opts "$@" + +setup_portals || exit $? +setup_lustre || exit $?