summaryrefslogtreecommitdiffstats
path: root/Documentation/nvme-verify.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-24 07:57:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-24 07:57:54 +0000
commit66e4b69042cd3b44acd42f1fad2109180c1bc48b (patch)
tree8bd8e664ae856167566375357963062e8112f181 /Documentation/nvme-verify.txt
parentReleasing debian version 2.5-1. (diff)
downloadnvme-cli-66e4b69042cd3b44acd42f1fad2109180c1bc48b.tar.xz
nvme-cli-66e4b69042cd3b44acd42f1fad2109180c1bc48b.zip
Merging upstream version 2.7.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Documentation/nvme-verify.txt')
-rw-r--r--Documentation/nvme-verify.txt47
1 files changed, 28 insertions, 19 deletions
diff --git a/Documentation/nvme-verify.txt b/Documentation/nvme-verify.txt
index 3c8039a..01dabbf 100644
--- a/Documentation/nvme-verify.txt
+++ b/Documentation/nvme-verify.txt
@@ -9,16 +9,16 @@ SYNOPSIS
--------
[verse]
'nvme-verify' <device> [--namespace-id=<nsid> | -n <nsid>]
- [--start-block=<slba> | -s <slba>]
- [--block-count=<nlb> | -c <nlb>]
- [--limited-retry | -l]
- [--force-unit-access | -f]
- [--prinfo=<prinfo> | -p <prinfo>]
- [--ref-tag=<reftag> | -r <reftag>]
- [--app-tag-mask=<appmask> | -m <appmask>]
- [--app-tag=<apptag> | -a <apptag>]
- [--storage-tag<storage-tag> | -S <storage-tag>]
- [--storage-tag-check | -C]
+ [--start-block=<slba> | -s <slba>]
+ [--block-count=<nlb> | -c <nlb>] [--limited-retry | -l]
+ [--force-unit-access | -f]
+ [--prinfo=<prinfo> | -p <prinfo>]
+ [--ref-tag=<reftag> | -r <reftag>]
+ [--app-tag-mask=<appmask> | -m <appmask>]
+ [--app-tag=<apptag> | -a <apptag>]
+ [--storage-tag<storage-tag> | -S <storage-tag>]
+ [--storage-tag-check | -C]
+ [--output-format=<fmt> | -o <fmt>] [--verbose | -v]
DESCRIPTION
-----------
@@ -27,28 +27,28 @@ reading data and metadata.
OPTIONS
-------
---namespace-id=<nsid>::
-n <nsid>::
+--namespace-id=<nsid>::
Namespace ID use in the command.
---start-block=<slba>::
-s <slba>::
+--start-block=<slba>::
Start block address.
---block-count=<nlb>::
-c <nlb>::
+--block-count=<nlb>::
Number of logical blocks to Verify.
---limited-retry::
-l::
+--limited-retry::
Sets the limited retry flag.
---force-unit-access::
-f::
+--force-unit-access::
Set the force-unit access flag.
---prinfo=<prinfo>::
-p <prinfo>::
+--prinfo=<prinfo>::
Protection Information field definition.
+
[]
@@ -63,16 +63,16 @@ metadata is passes.
|0|Set to 1 enables checking the reference tag
|=================
---ref-tag=<reftag>::
-r <reftag>::
+--ref-tag=<reftag>::
Optional reftag when used with protection information.
---app-tag-mask=<appmask>::
-m <appmask>::
+--app-tag-mask=<appmask>::
Optional application tag mask when used with protection information.
---app-tag=<apptag>::
-a <apptag>::
+--app-tag=<apptag>::
Optional application tag when used with protection information.
-S <storage-tag>::
@@ -83,6 +83,15 @@ metadata is passes.
--storage-tag-check::
This flag enables Storage Tag field checking as part of Verify operation.
+-o <fmt>::
+--output-format=<fmt>::
+ Set the reporting format to 'normal', 'json' or 'binary'. Only one
+ output format can be used at a time.
+
+-v::
+--verbose::
+ Increase the information detail in the output.
+
EXAMPLES
--------
No examples yet.