Hello Shin'ichiro, On Tue, Jan 21, 2025 at 05:39:11PM +0900, Shin'ichiro Kawasaki wrote: > Currently, fio checks if each zone within the IO range is in an open > condition or not. This check is done even if the job does not perform > any write operations, and causes confusion among users. > > This series addresses the problem. The first patch fixes it, and the > second patch adds a test case to confirm the fix. If the first patch fixes something, then perhaps it should have a Fixes tag? I guess the commit 8ac768899d63 ("zbd: do not reset extra zones in open conditions") is the proper one to reference here? Kind regards, Niklas > > Shin'ichiro Kawasaki (2): > zbd: do not check open zones status and limits when jobs do not write > t/zbd: add test case to confirm no max_open_zones limit check > > t/zbd/test-zbd-support | 29 +++++++++++++++++++++++++++++ > zbd.c | 10 ++++++++++ > 2 files changed, 39 insertions(+) > > -- > 2.47.0 > >