public inbox for fio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] man: Fix recover_zbd_write_error option description
@ 2025-05-09  2:02 Damien Le Moal
  2025-05-09  2:17 ` Shinichiro Kawasaki
  2025-05-09  3:38 ` fiotestbot
  0 siblings, 2 replies; 4+ messages in thread
From: Damien Le Moal @ 2025-05-09  2:02 UTC (permalink / raw)
  To: fio, Vincent Fu, Jens Axboe; +Cc: Shin'ichiro Kawasaki

Add a missing ".TP" statement after the zone_reset_frequency option
description to get the correct description for the option
recover_zbd_write_error as a new paragraph.

Fixes: 650c4ad385cf ("zbd: add the recover_zbd_write_error option")
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
---
 fio.1 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fio.1 b/fio.1
index 8476b681..69dd892f 100644
--- a/fio.1
+++ b/fio.1
@@ -890,6 +890,7 @@ A number between zero and one that indicates how often a zone reset should be
 issued if the zone reset threshold has been exceeded. A zone reset is
 submitted after each (1 / zone_reset_frequency) write requests. This and the
 previous parameter can be used to simulate garbage collection activity.
+.TP
 .BI recover_zbd_write_error \fR=\fPbool
 If this option is specified together with the option \fBcontinue_on_error\fR,
 check the write pointer positions after the failed writes to sequential write
-- 
2.49.0


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

end of thread, other threads:[~2025-05-09 12:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09  2:02 [PATCH] man: Fix recover_zbd_write_error option description Damien Le Moal
2025-05-09  2:17 ` Shinichiro Kawasaki
2025-05-09 12:41   ` Vincent Fu
2025-05-09  3:38 ` fiotestbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox