ZBC and ZAC require that writes to sequential write required zones shall be aligned to physical block size. However, the t/zbd/test-zbd-support script uses logical block size as the minimum write unit, then some test cases fail due to unaligned write command errors. This series fix the failures. The first patch is a preparation. The second patch fixes the test script to refer the correct size as the minimum write size. Shin'ichiro Kawasaki (2): t/zbd: rename logical_block_size to min_seq_write_size t/zbd: fix minimum write size to sequential write required zones t/zbd/functions | 28 +++++++++++++++++++++++++--- t/zbd/test-zbd-support | 42 +++++++++++++++++++++--------------------- 2 files changed, 46 insertions(+), 24 deletions(-) -- 2.38.1