On Mon, Apr 29, 2024 at 03:04:51PM +0530, Chandan Babu R wrote: > On Mon, Apr 08, 2024 at 03:32:38 PM +0200, Christoph Hellwig wrote: > > v5 file systems have been the default for more than 10 years. Drop > > support for non-v5 enabled kernels and xfsprogs. > > > > Hi, > > This patch is causing xfs/077 to fail as shown below, That's not a failure, but it isn't run. AFAICS it is because _require_meta_uuid expects to work on a scratch fs, but none is generated beforehand as the _require_xfs_mkfs_crc that did that under the hood now went away. The fix is to probably just nuke _require_meta_uuid and explicitly create a CRC-enabled fs. I'll look into that.