From: Darrick J. Wong Date: Thu, 20 Feb 2025 21:47:07 +0000 (-0800) Subject: xfs/206: update mkfs filtering for rt groups feature X-Git-Tag: v2025.03.09~37 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d4f6426f6399ac03c6867c1cfc81b27eb82a59d;p=xfstests-dev.git xfs/206: update mkfs filtering for rt groups feature Filter out the new mkfs lines that show the rtgroup information, since this test is heavily dependent on old mkfs output. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/206 b/tests/xfs/206 index ef5f4868..01531e1f 100755 --- a/tests/xfs/206 +++ b/tests/xfs/206 @@ -65,6 +65,7 @@ mkfs_filter() -e "/exchange=/d" \ -e '/metadir=.*/d' \ -e 's/, parent=[01]//' \ + -e '/rgcount=/d' \ -e "/^Default configuration/d" }