From: braam Date: Tue, 26 Nov 2002 20:59:44 +0000 (+0000) Subject: - hacked up script for easy testing of two mdc two mountpoints. X-Git-Tag: v1_7_100~1^90~127 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e039e7b3ea99e4f572f5d10897181968e66bdf91;p=fs%2Flustre-release.git - hacked up script for easy testing of two mdc two mountpoints. --- diff --git a/lustre/tests/llmount2-hack.sh b/lustre/tests/llmount2-hack.sh new file mode 100644 index 0000000..d17805a --- /dev/null +++ b/lustre/tests/llmount2-hack.sh @@ -0,0 +1,26 @@ +#!/bin/sh +# suggested boilerplate for test script + +LCONF=${LCONF:-../utils/lconf} +NAME=${NAME:-local2} + +config=$NAME.xml +mkconfig=./$NAME.sh + +if [ ! -f $config -o $mkconfig -nt $config ]; then + sh $mkconfig $config || exit 1 +fi + +${LCONF} -v --reformat --gdb $config || exit 2 + +../utils/lctl <