On Wed, Mar 12, 2025 at 01:30:08PM -0700, Darrick J. Wong wrote: > > + > > +# This test tries to grow the data device, which doesn't work for internal > > +# zoned RT devices > > +if [ -z "$SCRATCH_RTDEV" ]; then > > + _require_xfs_scratch_non_zoned > > +fi > > Does growfs work for external zoned rt devices? It works, but the amount grown needs to be aligned to the zone size. So this test won't work either and the above comment needs to be correct. A test based on this one that tests zoned grows will follow in the next series.