On 11/20/20 6:45 PM, Dmitry Fomichev wrote: > This patch series contains bug fixes and refactoring changes > related to support for Zoned Block Devices (ZBD) in fio. > The highlights: > > - fix several errors related to running workloads that span > a mix of conventional zones and write pointer zones. > - improve counting of sectors with data (SWD). > - remove dependencies on particular zone types in the code. > - add code to gracefully handle offline zones. Hi Dmitry, This patch series looks interesting. Out of curiosity, do you perhaps know how much of the modified code is covered by the tests in t/zbd? Thanks, Bart.