On Wed, Mar 12, 2025 at 01:27:59PM -0700, Darrick J. Wong wrote: > > +# The dm-delay map added by this test doesn't work on zoned devices > > +_require_non_zoned_device $SCRATCH_DEV > > Should this kind of check become a part of _require_dm_target? Or does > dm-delay support zoned targets, just not for this test? i.e. check for specific targets in _require_dm_target and reject them on zoned? I can see if that would work. > > +# > > +# The dm-flakey map added by this test doesn't work on zoned devices > > +# because table sizes need to be aligned to the zone size. > > +# > > +_require_non_zoned_device $SCRATCH_DEV > > +_require_non_zoned_device $SCRATCH_RTDEV > > Can we fix the table sizes? I'll take a look.