On Tue, Dec 5, 2023 at 5:19 PM Johannes Thumshirn <Johannes.Thumshirn@xxxxxxx> wrote: > > On 05.12.23 18:12, Filipe Manana wrote: > > On Tue, Dec 5, 2023 at 12:45 PM Johannes Thumshirn > > <johannes.thumshirn@xxxxxxx> wrote: > >> > >> Test a simple 4k write on all RAID profiles currently supported with the > >> raid-stripe-tree. > >> > >> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@xxxxxxx> > > > [...] > > > > > > > Any ideias? > > > > Oh for non-zoned drives, you do actually need "-O raid-stripe-tree" > added to mkfs. Will fix this ASAP, so it can be run on non-zoned as well. Ok, that's it, running as: MKFS_OPTIONS="-O raid-stripe-tree" ./check btrfs/304 The test passes. Thanks. >