Whamcloud - gitweb
fix setup method for ext2 obd devices
[fs/lustre-release.git] / lustre / demos / obdtest.sh
1 #! /bin/bash
2 # Utility script to create an OBD snapshot.  If an existing filesystem is
3 # not already mounted on /mnt/obd, we call the basic OBD setup script to
4 # create and mount a filesystem for us.
5 OBDDIR="`dirname $0`/.."
6 . $OBDDIR/demos/config.sh
7
8 [ ! -d $MNTOBD/lost+found ] && $OBDDIR/demos/obdfssetup.sh
9
10 echo "echo yesterday >> $MNTOBD/hello"  # create a file
11 echo "yesterday" > $MNTOBD/hello
12 echo "echo testing > $MNTOBD/goodbye"   # create a file
13 echo "testing" > $MNTOBD/goodbye
14 plog ln -s hello $MNTOBD/link           # create a symbolic link
15 cd $MNTOBD ; plog touch a b c ; cd -            # create a file