From b49b05ddf62ef51eb8ee2ac4cefe07dbeec87389 Mon Sep 17 00:00:00 2001 From: rread Date: Wed, 12 Nov 2003 06:18:10 +0000 Subject: [PATCH] cleanup replay-single.sh --- lustre/tests/replay-single.sh | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 7d97622..a28caef 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -72,8 +72,6 @@ cleanup() { umount $MOUNT || : rmmod llite || : -# $LCONF --cleanup --zeroconf --mds_uuid mds1_UUID --mds_nid $mds_HOST \ -# --local_nid $client_HOST --profile client_facet --mount $MOUNT stop mds ${FORCE} $MDSLCONFARGS stop ost ${FORCE} --dump cleanup.log } @@ -93,13 +91,10 @@ start mds $MDSLCONFARGS --reformat # 0-conf client [ -d $MOUNT ] || mkdir /mnt/lustre -insmod ../llite/llite.o || : -../utils/lctl modules > /r/tmp/ogdb-`hostname` -cp ../utils/llmount /sbin/mount.lustre -mount -t lustre $mds_HOST:/mds1/client_facet $MOUNT - -#$LCONF --zeroconf --mds_uuid mds1_UUID --mds_nid `h2$NETTYPE $mds_HOST` \ -# --local_nid `h2$NETTYPE $client_HOST` --profile client_facet --mount $MOUNT +insmod $LUSTRE/llite/llite.o || : +cp $LUSTRE/utils/llmount /sbin/mount.lustre +[ -d /r ] && $LCTL modules > /r/tmp/ogdb-`hostname` +mount -t lustre `facet_host mds`:/mds1/client_facet $MOUNT echo $TIMEOUT > /proc/sys/lustre/timeout echo $UPCALL > /proc/sys/lustre/upcall -- 1.8.3.1