]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests shared/298: various fixes
authorEric Sandeen <sandeen@sandeen.net>
Tue, 14 May 2013 18:08:45 +0000 (13:08 -0500)
committerRich Johnston <rjohnston@sgi.com>
Tue, 14 May 2013 18:08:45 +0000 (13:08 -0500)
commitecd7386cc9ddb9c4661bae563dc9cbb5835a9e45
tree7ce59644bb814e28924c78b7ec00b5d35fb151e7
parent05aab5cf04e791eb5e85c00722a721909f6c0ae0
xfstests shared/298: various fixes

fix shared/298:

* don't include common/config, not needed and breaks
  stuff when $SCRATCH_DEV_POOL is defined:
    Error: $SCRATCH_DEV should be unset when $SCRATCH_DEV_POOL is set
* make sure xfs_io has fiemap, we'll need it
* add -F to the xfs_io invocation, again, for use on
  old xfsprogs on non-xfs filesystems
* ignore ENOSPC errors from "garbage" loop; the only goal
  is to fill it, ENOSPC doesn't matter.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/shared/298