All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] zbd: fix open zone status check for non-write jobs
@ 2025-01-21  8:39 Shin'ichiro Kawasaki
  2025-01-21  8:39 ` [PATCH 1/2] zbd: do not check open zones status and limits when jobs do not write Shin'ichiro Kawasaki
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Shin'ichiro Kawasaki @ 2025-01-21  8:39 UTC (permalink / raw)
  To: fio, Jens Axboe, Vincent Fu; +Cc: Damien Le Moal, Shin'ichiro Kawasaki

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.

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-01-22  1:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21  8:39 [PATCH 0/2] zbd: fix open zone status check for non-write jobs Shin'ichiro Kawasaki
2025-01-21  8:39 ` [PATCH 1/2] zbd: do not check open zones status and limits when jobs do not write Shin'ichiro Kawasaki
2025-01-21  9:17   ` Niklas Cassel
2025-01-22  1:11     ` Shinichiro Kawasaki
2025-01-21  8:39 ` [PATCH 2/2] t/zbd: add test case to confirm no max_open_zones limit check Shin'ichiro Kawasaki
2025-01-21  8:49 ` [PATCH 0/2] zbd: fix open zone status check for non-write jobs fiotestbot
2025-01-21  9:14 ` Niklas Cassel
2025-01-22  1:02   ` Shinichiro Kawasaki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.