Skip to content

Instantly share code, notes, and snippets.

@azat
Created March 19, 2014 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azat/9637624 to your computer and use it in GitHub Desktop.
Save azat/9637624 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
#
# http://en.opensuse.org/SDB:XFStests
#
export TEST_DIR=/xfs-playground/test
#export TEST_DEV=/dev/sdb1
#export SCRATCH_DEV=/dev/sdb1
export TEST_DEV=/dev/sdb1
export SCRATCH_DEV=/dev/sdc1
export SCRATCH_MNT=/xfs-playground/scratch
#export MOUNT_OPTIONS="-o block_validity"
export MOUNT_OPTIONS="-o acl,user_xattr -o block_validity"
export MKFS_OPTIONS="-O bigalloc -t ext4"
export FSTYP=ext4
#mke2fs $MKFS_OPTIONS $TEST_DEV
#mke2fs $MKFS_OPTIONS $SCRATCH_DEV
./check $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment