]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs: add a test to check that data growfs fails with internal rt device
authorChristoph Hellwig <hch@lst.de>
Fri, 22 Nov 2024 06:30:14 +0000 (07:30 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 30 Jan 2025 05:52:05 +0000 (06:52 +0100)
commita6264ab77292b8f4b502e1c00f5a79232716aed8
treeaa7a4209c996671764d2836af84766f288da9e96
parentda0df10f85168cbf151add1c0d595cb2706b6d91
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>
tests/xfs/4204 [new file with mode: 0755]
tests/xfs/4204.out [new file with mode: 0644]