diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-20 07:04:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-11-20 07:04:31 +0000 |
commit | 727de41af97db70722cfc1898ebb027b9e339969 (patch) | |
tree | 990f71500c8feeb9f437c5021522ebaff3915141 /Documentation/nvme-zns-open-zone.txt | |
parent | Adding upstream version 1.15. (diff) | |
download | nvme-cli-727de41af97db70722cfc1898ebb027b9e339969.tar.xz nvme-cli-727de41af97db70722cfc1898ebb027b9e339969.zip |
Adding upstream version 1.16.upstream/1.16
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/nvme-zns-open-zone.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/nvme-zns-open-zone.txt b/Documentation/nvme-zns-open-zone.txt index 23acf1c..bf1c911 100644 --- a/Documentation/nvme-zns-open-zone.txt +++ b/Documentation/nvme-zns-open-zone.txt @@ -8,9 +8,10 @@ nvme-zns-open-zone - Opens one or all zones SYNOPSIS -------- [verse] -'nvme zns open-zone nvme zns id-ctrl' <device> [--namespace-id=<NUM> | -n <NUM>] +'nvme zns open-zone' <device> [--namespace-id=<NUM> | -n <NUM>] [--start-lba=<LBA> | -s <LBA>] [--select-all | -a] + [--timeout=<timeout> | -t <timeout>] DESCRIPTION ----------- @@ -36,6 +37,10 @@ OPTIONS --select-all:: Select all zones for this action +-t <timeout>:: +--timeout=<timeout>:: + Override default timeout value. In milliseconds. + EXAMPLES -------- * Open the first zone on namespace 1: |