]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs: add a test to check that data growfs fails with internal rt device
authorChristoph Hellwig <hch@lst.de>
Thu, 8 May 2025 05:34:35 +0000 (07:34 +0200)
committerZorro Lang <zlang@kernel.org>
Thu, 8 May 2025 19:17:17 +0000 (03:17 +0800)
commitac4afb483f4e735d493cfd126c9f8b1d37cb9ca9
tree67db318b063ce3329bb26289ac8ade25d09f59e9
parent66f5b97a09fbb49bf27846dd3e0431e1b081ca66
xfs: add a test to check that data growfs fails with internal rt device

The internal RT device directly follows the data device on the same
block device.  This implies the data device can't be grown, and growfs
should handle this gracefully.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/637 [new file with mode: 0755]
tests/xfs/637.out [new file with mode: 0644]