Skip to content
Snippets Groups Projects
Commit 87821a7c authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Clean up llecho.sh script to use new helper methods

parent c773ee5b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ SRCDIR="`dirname $0`"
setup
$R/usr/src/portals/linux/utils/ptlctl <<EOF
$PTLCTL <<EOF
mynid localhost
setup tcp
connect localhost 1234
......@@ -14,11 +14,9 @@ add_uuid ost
quit
EOF
mknod /dev/obd c 10 241
echo 8191 > /proc/sys/portals/debug
echo 8191 > /proc/sys/portals/trace
$R/usr/src/obd/utils/obdctl <<EOF
$OBDCTL <<EOF
device 0
attach obdecho
setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment