Re: [PATCH v4 09/11] ext4: Atomic writes stress test for bigalloc using fio crc verifier
From: Ojaswin Mujoo
Date: Thu Aug 21 2025 - 04:38:56 EST
On Wed, Aug 13, 2025 at 08:33:44AM +0100, John Garry wrote:
> On 13/08/2025 08:08, Ojaswin Mujoo wrote:
> > > > +_begin_fstest auto rw stress atomicwrites
> > > > +
> > > > +_require_scratch_write_atomic
> > > > +_require_aiodio
> > > do you require fio with a certain version somewhere?
> > Oh right you mentioned that atomic=1 was broken on some older fios.
>
> It was not broken - it just did nothing. I suppose that they are the same
> thing.
>
> > Would you happen to know which version fixed it?
>
> fio 3.38
Thanks, I'll add the version check.
>
> thanks,
> John