Whamcloud - gitweb
land v0.9.1 on HEAD, in preparation for a 1.0.x branch
[fs/lustre-release.git] / lustre / tests / run-llog.sh
1 #!/bin/bash
2 insmod ../obdclass/llog_test.o
3 ../utils/lctl modules > /r/tmp/ogdb-localhost.localdomain
4 echo "NOW reload debugging syms.."
5
6 # Using ignore_errors will allow lctl to cleanup even if the test
7 # fails.
8 ../utils/lctl <<EOF
9 ignore_errors
10 newdev
11 attach llog_test llt_name llt_uuid
12 setup mds1
13 cleanup
14 detach
15 EOF
16 rmmod llog_test