From: rread Date: Wed, 12 Nov 2003 06:18:10 +0000 (+0000) Subject: cleanup replay-single.sh X-Git-Tag: v1_7_0_51~2^7~271 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b49b05ddf62ef51eb8ee2ac4cefe07dbeec87389;p=fs%2Flustre-release.git cleanup replay-single.sh --- 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