From c818ab7fe668e3d3e56a3757ff6f47c20309effd Mon Sep 17 00:00:00 2001 From: rread Date: Tue, 30 Jul 2002 05:15:08 +0000 Subject: [PATCH] - deleted --- lustre/tests/llxmlsetup.sh | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 lustre/tests/llxmlsetup.sh diff --git a/lustre/tests/llxmlsetup.sh b/lustre/tests/llxmlsetup.sh deleted file mode 100755 index 6296806..0000000 --- a/lustre/tests/llxmlsetup.sh +++ /dev/null @@ -1,35 +0,0 @@ -SRCDIR="`dirname $0`/" -. $SRCDIR/common.sh - -# Setup the portals and lustre RPC bits. For now -# that means we need to set 4 additional variables -# here for ptlctl to use during its config. There -# should be some XML aware solution soon. Also -# the code to load only the nessisary modules -# should go in to obdctl. - -NETWORK=tcp -LOCALHOST=localhost -SERVER=localhost -PORT=2432 - -setup_portals || exit $? -setup_lustre || exit $? - -# Loopback devices are still only supported in the -# scripts so we're borrowing that functionality. -new_fs ext3 /tmp/mds 25000 -new_fs ext3 /tmp/ost 10000 - -# Configure the node based on the XML provided. -$OBDCTL --xml $1 || exit $? - -export DEBUG_WAIT=no - -# The mountpoint information in the XML is currently -# neglected so this needs to be done here. - -echo -echo "To mount the filesystem:" -echo "mount -t lustre_lite -o ost=`$OBDCTL name2dev osc-srv`,mds=`$OBDCTL name2dev mdc-srv` none /mnt/lustre" - -- 1.8.3.1