On Wed, Apr 23, 2025 at 12:49:57PM -0400, Sean Anderson wrote: > The block size must be smaller than the zone length, otherwise fio will > fail immediately. In theory yes. In practice such a zone size makes zero sense, and will not work with any zoned file systems or other users. So instead we should just warn about a silly zone size here instead of trying to handle it.