xfs/076: only create files on the data device
authorDarrick J. Wong <djwong@kernel.org>
Wed, 16 Mar 2022 22:12:32 +0000 (15:12 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 10 Apr 2022 12:36:00 +0000 (20:36 +0800)
commit4a21f002880a89a233512af21db3923c769e2250
treec4a52aa6a5e36dcc2911ab6090b8be7645a78c8c
parentb3a59bb6dc16e26776f4c46e62f0381393068bfd
xfs/076: only create files on the data device

This test checks that filesystems with sparse inode support can continue
to allocate inodes when free space gets fragmented.  Inodes only exist
on the data device, so we need to ensure that realtime is not enabled on
the filesystem so that the rt metadata doesn't mess with the inode usage
percentage and cause a test failure.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/076