Re: [PATCH v2 0/4] zbd: fix unexpected random write stop
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 14 Apr 2025 15:27:17 +0900, Shin'ichiro Kawasaki wrote:
> When a random write target offset points to a zone that is not writable,
> zbd_convert_to_write_zone() attempts to convert the write offset to a
> different, writable zone. However, the conversion fails under a specific
> set of conditions. This series addresses the failure. The first two
> patches prepare for the fix. The third patch fixes the failure. The
> fourth patch adds a test case to confirm the fix.
>
> [...]
Applied, thanks!
[1/4] zbd: move zone finish operation to zbd_convert_to_write_zone()
commit: 2a87f2690c5fe8f3b2097e626abaed6e53a1c476
[2/4] zbd: factor out zbd_pick_write_zone()
commit: fbac34f1a4c1205222659770158f8b6c842debcc
[3/4] zbd: finish zone when all random write target zones have small remainder
commit: e2e29bf6f8300186d267fa46a7b266d14d174575
[4/4] t/zbd: add test for the case all write zones have small remainder
commit: 96afc2337db197a59fae916b5ff4226af8b0108f
Best regards,
--
Jens Axboe