On Wed, Oct 13, 2021 at 03:09:02PM +0900, Shin'ichiro Kawasaki wrote: > The test cases #5, #6, #15 and #37 writes data and read it back (or > write with verify option for read back). When test target zones have > zone capacity unaligned to the block size, read request can not be made > to all of the written data, and the test cases fail. > > To avoid the failures, check zone capacity of zones and get block size > which can align to the zone capacities. Then use the block size for the > test cases. > > Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > --- Reviewed-by: Niklas Cassel <niklas.cassel@xxxxxxx>