Re: [PATCH v2 0/2] stat: improve zone reset count reporting
Jens Axboe <[email protected]> Thu, 09 Oct 2025 13:17:11 -0600
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 09 Oct 2025 11:39:26 +0900, Shin'ichiro Kawasaki wrote:
> When the zbd zonemode is specified, write or trim workloads can trigger
> zone resets. Fio tracks the count of zone resets and includes the
> information in its reports. However, current implementation has two
> problems. Firstly, the zone reset count is reported even when the zbd
> zonemode is not specified. For non-zbd zonemode, the zone reset count is
> meaningless. Secondly, the zone reset count is not reported when the
> json output format is specified. This series resolves these two problems
> with two patches respectively.
>
> [...]
Applied, thanks!
[1/2] stat: report zone reset count only when zonemode is set to zbd
commit: 7089300f2dae18dbcb05dbb75fe73606658a12d9
[2/2] stat: report zone reset count in json output format
commit: b9b306b542afb8a3059c2035fb2034a89e4660d1
Best regards,
--
Jens Axboe