From d1043ff77d75a420a4e919099d93c2fd284f1139 Mon Sep 17 00:00:00 2001 From: pschwan Date: Wed, 27 Feb 2002 04:26:22 +0000 Subject: [PATCH] - llmount.sh creates for you a /tmp/ogdb in the hostfs, and waits for you to press enter before it continues. This lets you set breakpoints and debug the mount/startup process. - Run 'mynid localhost' instead of 'mynid' --- lustre/tests/llmount.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lustre/tests/llmount.sh b/lustre/tests/llmount.sh index bc2bf4c..6518ed5 100755 --- a/lustre/tests/llmount.sh +++ b/lustre/tests/llmount.sh @@ -19,8 +19,12 @@ insmod $R/usr/src/obd/mds/mds.o || exit -1 insmod $R/usr/src/obd/mdc/mdc.o || exit -1 insmod $R/usr/src/obd/llight/llight.o || exit -1 +$R/usr/src/obd/utils/obdctl modules > $R/tmp/ogdb +echo "The GDB module script is in /tmp/ogdb. Press enter to continue" +read + $R/usr/src/portals/linux/utils/ptlctl <