From 7e4e3314cda3381f7593f1ebaab0a21d69e4956e Mon Sep 17 00:00:00 2001 From: Tokunori Ikegami Date: Fri, 27 Jan 2023 01:47:32 +0900 Subject: [PATCH] doc: Add storage-tag option description for compare, read and write commands Signed-off-by: Tokunori Ikegami --- Documentation/nvme-compare.txt | 5 +++++ Documentation/nvme-read.txt | 5 +++++ Documentation/nvme-write.txt | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/Documentation/nvme-compare.txt b/Documentation/nvme-compare.txt index 11299bd7..0137d8d7 100644 --- a/Documentation/nvme-compare.txt +++ b/Documentation/nvme-compare.txt @@ -26,6 +26,7 @@ SYNOPSIS [--show-command | -v] [--dry-run | -w] [--latency | -t] + [--storage-tag | -g ] [--storage-tag-check | -C ] [--force] @@ -140,6 +141,10 @@ metadata is passes. --latency:: Print out the latency the IOCTL took (in us). +--storage-tag=:: +-g :: + Variable Sized Expected Logical Block Storage Tag(ELBST). + --storage-tag-check=:: -C :: This bit specifies the Storage Tag field shall be checked as part of end-to-end diff --git a/Documentation/nvme-read.txt b/Documentation/nvme-read.txt index c5f0e522..1757fd30 100644 --- a/Documentation/nvme-read.txt +++ b/Documentation/nvme-read.txt @@ -26,6 +26,7 @@ SYNOPSIS [--show-command | -v] [--dry-run | -w] [--latency | -t] + [--storage-tag | -g ] [--storage-tag-check | -C ] [--force] @@ -130,6 +131,10 @@ metadata is passes. --latency:: Print out the latency the IOCTL took (in us). +--storage-tag=:: +-g :: + Variable Sized Expected Logical Block Storage Tag(ELBST). + --storage-tag-check=:: -C :: This bit specifies the Storage Tag field shall be checked as part of end-to-end diff --git a/Documentation/nvme-write.txt b/Documentation/nvme-write.txt index 837bd5ca..89aa667f 100644 --- a/Documentation/nvme-write.txt +++ b/Documentation/nvme-write.txt @@ -26,6 +26,7 @@ SYNOPSIS [--show-command | -v] [--dry-run | -w] [--latency | -t] + [--storage-tag | -g ] [--storage-tag-check | -C ] [--force] @@ -138,6 +139,10 @@ metadata is passes. --latency:: Print out the latency the IOCTL took (in us). +--storage-tag=:: +-g :: + Variable Sized Expected Logical Block Storage Tag(ELBST). + --storage-tag-check=:: -C :: This bit specifies the Storage Tag field shall be checked as part of end-to-end -- 2.50.1