From f5055a9827cb27cdbc7d9422c58a7895efd273b2 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 31 Mar 2004 04:11:48 +0000 Subject: [PATCH] Remove ancient files. --- lustre/tests/ba-echo.sh | 38 ---------------------------------- lustre/tests/ba-mount.sh | 53 ------------------------------------------------ 2 files changed, 91 deletions(-) delete mode 100644 lustre/tests/ba-echo.sh delete mode 100644 lustre/tests/ba-mount.sh diff --git a/lustre/tests/ba-echo.sh b/lustre/tests/ba-echo.sh deleted file mode 100644 index b28c5f4..0000000 --- a/lustre/tests/ba-echo.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -config=${1:-ba-echo.xml} - -LMC_REAL="${LMC:-../utils/lmc} -m $config" -LMC="save_cmd" - -TCPBUF=1048576 -OST=${OST:-ba-ost-1} -CLIENT=${CLIENT:-`hostname`} - -UUIDLIST=${UUIDLIST:-/usr/local/admin/ba-ost/UUID.txt} - -h2tcp () { - echo "${1}" -} -BATCH=/tmp/lmc-batch.$$ -save_cmd() { - echo "$@" >> $BATCH -} - -[ -f $config ] && rm $config - -# Client node -${LMC} --add net --node $CLIENT --tcpbuf $TCPBUF --nid '*' --nettype tcp - -OST_UUID=`awk "/$OST / { print \\$3 }" $UUIDLIST` -[ "$OST_UUID" ] && OST_UUID="--ostuuid=$OST_UUID" || echo "$OST: no UUID" - -# server node -${LMC} --add net --node $OST --tcpbuf $TCPBUF --nid $OST --nettype tcp -${LMC} --add ost --node $OST --ost ost1 --osdtype=obdecho $OST_UUID - -# osc on client -${LMC} --add echo_client --node $CLIENT --ost ost1 - -$LMC_REAL --batch $BATCH -rm -f $BATCH diff --git a/lustre/tests/ba-mount.sh b/lustre/tests/ba-mount.sh deleted file mode 100644 index ac05660..0000000 --- a/lustre/tests/ba-mount.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/bash - -# There are configurations for three machines in this config file: the OST, -# the MDS/client, other clients -# -# To start your cluster using the ba-mount.xml file that this produces, first -# run: -# > lconf ba-mount.xml -# on the MDS/client, and then run: -# > lconf --node client ba-mount.xml -# on any other clients. - -config=${1:-ba-mount.xml} - -LMC_REAL="${LMC:-../utils/lmc} -m $config" -LMC="save_cmd" - -TCPBUF=1048576 -OST=${OST:-ba-ost-1} -MDS=`hostname` - -UUIDLIST=${UUIDLIST:-/usr/local/admin/ba-ost/UUID.txt} - -h2tcp () { - echo "${1}" -} -BATCH=/tmp/lmc-batch.$$ -save_cmd() { - echo "$@" >> $BATCH -} - -[ -f $config ] && rm $config - -# MDS/client node -${LMC} --add net --node $MDS --tcpbuf $TCPBUF --nid $MDS --nettype tcp -${LMC} --add mds --node $MDS --mds mds1 --dev /tmp/mds1 --size 50000 - -OST_UUID=`awk "/$OST / { print \\$3 }" $UUIDLIST` -[ "$OST_UUID" ] && OST_UUID="--ostuuid $OST_UUID" || echo "$OST: no UUID" - -# server node -${LMC} --add net --node $OST --tcpbuf $TCPBUF --nid $OST --nettype tcp -${LMC} --add ost --node $OST --ost ost1 $OST_UUID --dev bluearc - -# mount point on the MDS/client -${LMC} --add mtpt --node $MDS --path /mnt/lustre --mds mds1 --lov ost1 - -# other clients -${LMC} --add net --node client --tcpbuf $TCPBUF --nid '*' --nettype tcp -${LMC} --add mtpt --node client --path /mnt/lustre --mds mds1 --lov ost1 - -$LMC_REAL --batch $BATCH -rm -f $BATCH -- 1.8.3.1