t/zbd: rename logical_block_size to min_seq_write_size
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Mon, 6 Mar 2023 05:58:39 +0000 (14:58 +0900)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 7 Mar 2023 17:45:41 +0000 (12:45 -0500)
commit79201772c8091386077bf3bdc31f53211a0e020d
treef02983ce667fbaa4257f3637f48c1273f8ef614d
parent051b5785bc47ab216fa3db9dceb6184073dcc88a
t/zbd: rename logical_block_size to min_seq_write_size

The test script t/zbd/test-zbd-support assumes that the logical block
size is the minimum size unit to write to sequential write required
zones, then it uses a variable named 'logical_block_size' to keep the
minimum size. The assumption is true for ZNS devices but not for ZBC/ZAC
devices. Rename the variable from 'logical_block_size' to
'min_seq_write_size' to not imply the wrong assumption.

Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/zbd/test-zbd-support