]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs: add a test that zoned file systems with rump RTG can't be mounted
authorChristoph Hellwig <hch@lst.de>
Fri, 19 Dec 2025 05:35:44 +0000 (06:35 +0100)
committerZorro Lang <zlang@kernel.org>
Wed, 31 Dec 2025 20:59:50 +0000 (04:59 +0800)
commitf4ec120ffd251564cc78d6d0dae78ca93cb5b648
treede74f1991e9c60e665bf1903fed2adc79a7eb053
parentf02d4965d48f59f53a729e9ddd55fb8fcc373f85
xfs: add a test that zoned file systems with rump RTG can't be mounted

Garbage collection assumes all zones contain the full amount of blocks.
Mkfs already ensures this happens, but the kernel mount code did not
verify this.  Instead such a file system would eventually fail scrub.

Add a test to verify the new superblock verifier check.

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