Whamcloud - gitweb
Update copyright and license information.
[fs/lustre-release.git] / lustre / demos / snap3clean.sh
1 #!/bin/sh
2 # Utility script for cleaning up a third snapshot created by setup3.sh
3 #
4 # Copyright (C) 2001  Cluster File Systems, Inc.
5 #
6 # This code is issued under the GNU General Public License.
7 # See the file COPYING in this distribution
8
9 OBDDIR="`dirname $0`/.."
10 . $OBDDIR/demos/config.sh
11
12 plog umount $MNTSNAP2
13
14 plog log "CLEANUP /dev/obd3"
15 $OBDDIR/class/obdcontrol -f << EOF
16 device /dev/obd3
17 cleanup
18 detach
19 quit
20 EOF
21
22 $OBDDIR/demos/snapclean.sh