From cbde684c4a9b851d4e1ac17c4e323878a8eb4410 Mon Sep 17 00:00:00 2001 From: rread Date: Tue, 27 Aug 2002 23:59:29 +0000 Subject: [PATCH] - replace llmount and llmountcleanup with versions that use lconf. - remove old xml files --- lustre/tests/llmount.sh | 12 ++++----- lustre/tests/llmountcleanup.sh | 10 ++++--- lustre/tests/mds.xml | 24 ----------------- lustre/tests/net-local.xml | 60 ------------------------------------------ 4 files changed, 13 insertions(+), 93 deletions(-) delete mode 100644 lustre/tests/mds.xml delete mode 100644 lustre/tests/net-local.xml diff --git a/lustre/tests/llmount.sh b/lustre/tests/llmount.sh index d29f574..508208c 100755 --- a/lustre/tests/llmount.sh +++ b/lustre/tests/llmount.sh @@ -1,10 +1,10 @@ #!/bin/sh -SRCDIR="`dirname $0`/" -. $SRCDIR/common.sh +LCONF=../utils/lconf -export DEBUG_WAIT=yes -. $SRCDIR/llsetup.sh $SRCDIR/net-local.cfg $SRCDIR/mds.cfg $SRCDIR/obdfilter.cfg $SRCDIR/client-mount.cfg $SRCDIR/ldlm.cfg || exit 2 +if [ ! -f local.xml ]; then + ./local.sh +fi + +${LCONF} --gdb local.xml -debug_client_on -#debug_client_off diff --git a/lustre/tests/llmountcleanup.sh b/lustre/tests/llmountcleanup.sh index 6b861a4..136f507 100755 --- a/lustre/tests/llmountcleanup.sh +++ b/lustre/tests/llmountcleanup.sh @@ -1,6 +1,10 @@ #!/bin/sh -SRCDIR="`dirname $0`/" -. $SRCDIR/common.sh +LCONF=../utils/lconf + +if [ ! -f local.xml ]; then + ./local.sh +fi + +${LCONF} --cleanup local.xml -. $SRCDIR/llcleanup.sh $SRCDIR/net-local.cfg $SRCDIR/mds.cfg $SRCDIR/obdfilter.cfg $SRCDIR/client-mount.cfg $SRCDIR/ldlm.cfg || exit 2 \ No newline at end of file diff --git a/lustre/tests/mds.xml b/lustre/tests/mds.xml deleted file mode 100644 index acb3f01..0000000 --- a/lustre/tests/mds.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - extN - /dev/sda1 - - - - diff --git a/lustre/tests/net-local.xml b/lustre/tests/net-local.xml deleted file mode 100644 index 3e7d15b..0000000 --- a/lustre/tests/net-local.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - localhost - 2432 - - - - - - - - - - - - - - - - - - - extN - /tmp/obd-srv - no - - - - - extN - /tmp/mds-srv - - - - - - - - - - - - - - - - - - - - - /mnt/lustre - dev - - - -- 1.8.3.1