From e039e7b3ea99e4f572f5d10897181968e66bdf91 Mon Sep 17 00:00:00 2001 From: braam Date: Tue, 26 Nov 2002 20:59:44 +0000 Subject: [PATCH] - hacked up script for easy testing of two mdc two mountpoints. --- lustre/tests/llmount2-hack.sh | 26 ++++++++++++++++++++++++++ lustre/tests/llmountcleanup2-hack.sh | 25 +++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 lustre/tests/llmount2-hack.sh create mode 100644 lustre/tests/llmountcleanup2-hack.sh 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 <