On 9/25/19 10:29 AM, Shin'ichiro Kawasaki wrote: > The commit ad46c5715ffc "filesetup: honor the offset option" intended to fix > a failure observed with null ioengine, but it affected all other ioengines. It > changed io_size and caused t/zbd/test-zbd-support test script failures for > zoned block devices. > > This patch series suggests to replace the commit with the better fix which > affects only null ioengine and filecreate ioengine. The cause of the failure was > that fio does not extend file size even when it is smaller than io_size + offset > if null ioengine is set. This failure is observed also for filecreate ioengine. > The first patch reverts the fix affecting all ioengines. The second patch > extends file size for null ioengine and filecreate ioengine when file size is > smaller than io_size + offset. Applied, thanks. -- Jens Axboe