From 5a7dc53e7f389219b3a8f40322f2a403a86c5975 Mon Sep 17 00:00:00 2001 From: braam Date: Thu, 6 Jun 2002 19:26:17 +0000 Subject: [PATCH] Change paths to use Lustre pathname instead of obd --- lustre/tests/common.sh | 12 ++++++------ lustre/tests/fs.sh | 8 ++++---- lustre/tests/rundbench | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index 5cc7f06..964c9f8 100644 --- a/lustre/tests/common.sh +++ b/lustre/tests/common.sh @@ -4,7 +4,7 @@ export PATH=$PATH:/sbin:/usr/sbin [ -d /r ] && R=/r PORTALS=$SRCDIR../../portals -LUSTRE=$SRCDIR../../obd +LUSTRE=$SRCDIR../../lustre PTLCTL=$PORTALS/linux/utils/ptlctl DBGCTL=$PORTALS/linux/utils/debugctl @@ -193,8 +193,8 @@ setup_portals() { setup_lustre() { [ -c /dev/obd ] || mknod /dev/obd c 10 241 - do_insmod $LUSTRE/class/obdclass.o || exit -1 - do_insmod $LUSTRE/rpc/ptlrpc.o || exit -1 + do_insmod $LUSTRE/obdclass/obdclass.o || exit -1 + do_insmod $LUSTRE/ptlrpc/ptlrpc.o || exit -1 do_insmod $LUSTRE/ldlm/ldlm.o || exit -1 do_insmod $LUSTRE/extN/extN.o || \ echo "info: can't load extN.o module, not fatal if using ext3" @@ -204,12 +204,12 @@ setup_lustre() { do_insmod $LUSTRE/mds/mds_extN.o || \ echo "info: can't load mds_extN.o module, needs extN.o" do_insmod $LUSTRE/obdecho/obdecho.o || exit -1 - do_insmod $LUSTRE/ext2obd/obdext2.o || exit -1 - do_insmod $LUSTRE/filterobd/obdfilter.o || exit -1 + do_insmod $LUSTRE/obdext2/obdext2.o || exit -1 + do_insmod $LUSTRE/obdfilter/obdfilter.o || exit -1 do_insmod $LUSTRE/ost/ost.o || exit -1 do_insmod $LUSTRE/osc/osc.o || exit -1 do_insmod $LUSTRE/mdc/mdc.o || exit -1 - do_insmod $LUSTRE/llight/llite.o || exit -1 + do_insmod $LUSTRE/llite/llite.o || exit -1 list_mods diff --git a/lustre/tests/fs.sh b/lustre/tests/fs.sh index 736258f..b158c6e 100644 --- a/lustre/tests/fs.sh +++ b/lustre/tests/fs.sh @@ -12,16 +12,16 @@ dd if=/dev/zero of=/tmp/fs bs=1024 count=10000 mke2fs -b 4096 -F /tmp/fs losetup /dev/loop/0 /tmp/fs -insmod $R/usr/src/obd/class/obdclass.o -insmod $R/usr/src/obd/ext2obd/obdext2.o +insmod $R/usr/src/lustre/obdclass/obdclass.o +insmod $R/usr/src/lustre/obdext2/obdext2.o mknod /dev/obd c 10 241 -$R/usr/src/obd/utils/obdctl < /proc/sys/portals/debug cd /mnt/lustre -cp /usr/src/obd/demos/dbench/client.txt . -/usr/src/obd/demos/dbench/dbench $1 +cp /usr/src/lustre/demos/dbench/client.txt . +/usr/src/lustre/demos/dbench/dbench $1 -- 1.8.3.1