xfs/013: allow non-write fsstress operations in background workload
authorBrian Foster <bfoster@redhat.com>
Tue, 17 Jun 2014 23:29:22 +0000 (09:29 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 17 Jun 2014 23:29:22 +0000 (09:29 +1000)
commitc1ff85dfb6352424c1f55566dfd50c6bece8d6e4
treed2812766176b76e03341d6b2b34e12ac28dd4c0d
parent36271c9b6834a806d4775843d68bd3c92c32720e
xfs/013: allow non-write fsstress operations in background workload

It has been reported that test xfs/013 probably uses more space than
necessary, exhausting space if run against a several GB sized ramdisk.
xfs/013 primarily creates, links and removes inodes. Most of the space
consumption occurs via the background fsstress workload.

Remove the fsstress -w option that suppresses non-write operations. This
slightly reduces the storage footprint while still providing a
background workload for the test.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/xfs/013