Skip to content

Commit df60924

Browse files
committed
Merge branch 'update-docs-for-compare' of https://github.com/minwooim/fio
* 'update-docs-for-compare' of https://github.com/minwooim/fio: docs: update docs for verify_mode=compare of io_uring_cmd
2 parents 43c67b9 + f0aec1d commit df60924

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HOWTO.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2896,7 +2896,9 @@ with the caveat that when used on the command line, they must come after the
28962896
**read**
28972897
Use Read commands for data verification
28982898
**compare**
2899-
Use Compare commands for data verification
2899+
Use Compare commands for data verification. This option is only valid with
2900+
specific pattern(s), which means it *must* be given with `verify=pattern` and
2901+
`verify_pattern=<pattern>`.
29002902

29012903
.. option:: sg_write_mode=str : [sg]
29022904

fio.1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,9 @@ Specifies the type of command to be used in the verification phase. Defaults to
26862686
Use Read commands for data verification
26872687
.TP
26882688
.B compare
2689-
Use Compare commands for data verification
2689+
Use Compare commands for data verification. This option is only valid with
2690+
specific pattern(s), which means it *must* be given with `verify=pattern` and
2691+
`verify_pattern=<pattern>`.
26902692
.TP
26912693
.RE
26922694
.RE

0 commit comments

Comments
 (0)