[PATCH] man: Fix recover_zbd_write_error option description
Damien Le Moal <[email protected]>
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
---
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