Whamcloud - gitweb
ext2obd/ext2_obd.c: added iput() after reading a bad inode,
[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 "yesterday" > $MNTOBD/hello        # create a file
11 echo "testing" > $MNTOBD/goodbye        # create a file
12 ln -s hello $MNTOBD/link                # create a symbolic link
13 cd $MNTOBD ; touch a b c ; cd -         # create a file