From: pschwan Date: Wed, 27 Feb 2002 04:26:22 +0000 (+0000) Subject: - llmount.sh creates for you a /tmp/ogdb in the hostfs, and waits for you to X-Git-Tag: 0.4.2~591 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d1043ff77d75a420a4e919099d93c2fd284f1139;p=fs%2Flustre-release.git - 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' --- 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 <