Whamcloud - gitweb
file obdiolib.h was initially added on branch b_md.
[fs/lustre-release.git] / lustre / tests / llmount2-hackcleanup.sh
1 #!/bin/sh
2 # suggested boilerplate for test script
3
4 LCONF=${LCONF:-../utils/lconf}
5 NAME=${NAME:-local2-hack}
6
7 config=$NAME.xml
8
9 umount /mnt/lustre1
10 umount /mnt/lustre2
11 ../utils/lctl <<EOF
12 name2dev OSC2_localhost
13 cleanup
14 detach
15 name2dev MDC2_mds1
16 cleanup
17 detach
18 quit
19 EOF
20
21 ${LCONF} --cleanup $config