Whamcloud - gitweb
snap/snap.c: fixed check for snap_create() to test for correct
[fs/lustre-release.git] / lustre / obdclass / cleanup.sh
1 #!/bin/sh
2
3 umount /mnt/obd
4 rmmod obdfs
5
6 ./obdcontrol -f << EOF
7 cleanup
8 detach
9 quit
10 EOF
11
12 rmmod obdext2
13 rmmod obdclass
14