Skip to content

Commit

Permalink
docs: update docs for verify_mode=compare of io_uring_cmd
Browse files Browse the repository at this point in the history
Add missing limitation of verify_mode=compare in io_uring_cmd
ioengine.  Data verification with NVMe COMPARE command has been
introduced in Commit 6170d92 ("io_uring: Support Compare command
for verification") and this should have documented COMPARE command only
supports in case of data pattern verification.

The two more options should be with --verify_mode=compare.
	verify_mode=compare
	verify=pattern
	verify_pattern=<pattern>

Signed-off-by: Minwoo Im <[email protected]>
  • Loading branch information
minwooim committed Mar 1, 2025
1 parent 43c67b9 commit d9d92d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fio.1
Original file line number Diff line number Diff line change
Expand Up @@ -2686,7 +2686,9 @@ Specifies the type of command to be used in the verification phase. Defaults to
Use Read commands for data verification
.TP
.B compare
Use Compare commands for data verification
Use Compare commands for data verification. This option is only valid with
specific pattern(s), which means it *must* be given with `verify=pattern` and
`verify_pattern=<pattern>`.
.TP
.RE
.RE
Expand Down

0 comments on commit d9d92d6

Please sign in to comment.