]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: make _scratch_mkfs_blocksized usable
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 3 Feb 2016 21:14:01 +0000 (13:14 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 12 Feb 2016 17:39:04 +0000 (09:39 -0800)
commit6e374f7187b7befd1397e3022f708d2a818eca63
treec154aba3608a5aaf5a227650a99eccdae11f2253
parent4aebac828a68bdd26860577423894dcb8637e3b5
xfstests: make _scratch_mkfs_blocksized usable

The default mkfs.xfs options contain -b size=4096, so all tests
using _scratch_mkfs_blocksized won't actually run unless those
options are changed.  As we're trying to specificly test 1k
blocks we should always override the default option.

v2: Move the function to common/rc

Signed-off-by: Christoph Hellwig <hch@lst.de>
[darrick.wong@oracle.com: move function to common/rc]
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
common/rc
common/reflink