On 4/30/24 06:30, Shin'ichiro Kawasaki wrote:
Recently, two problems were found regarding fio zonemode=zbd option. The first problem is the unexpected zone resets and the verify failures when verify_backlog option is specified. The second is the unexpected failure of test case 31 in t/zbd/test-zbd-support. The first two patches address the first problem, and the last patch addresses the second, respectively. Shin'ichiro Kawasaki (3): zbd: remove unnecessary verify_backlog check in zbd_file_reset() t/zbd: add test case to confirm verify_backlog=1 options t/zbd: avoid test case 31 failure with small devices t/zbd/test-zbd-support | 19 +++++++++++++++++-- zbd.c | 3 --- 2 files changed, 17 insertions(+), 5 deletions(-)
Applied. Thanks.