1NVME-ZNS-OPEN-ZON(1)              NVMe Manual             NVME-ZNS-OPEN-ZON(1)
2
3
4

NAME

6       nvme-zns-open-zone - Opens one or all zones
7

SYNOPSIS

9       nvme zns open-zone <device> [--namespace-id=<NUM> | -n <NUM>]
10                                     [--start-lba=<LBA> | -s <LBA>]
11                                     [--zrwaa | -r]
12                                     [--select-all | -a]
13                                     [--timeout=<timeout> | -t <timeout>]
14

DESCRIPTION

16       For the NVMe device given, issues the Zone Management Send command with
17       the "Open Zone" action. This will transition the zone to the opened
18       state.
19
20       The <device> parameter is mandatory and may be either the NVMe
21       character device (ex: /dev/nvme0), or a namespace block device (ex:
22       /dev/nvme0n1).
23

OPTIONS

25       -n <NUM>, --namespace-id=<NUM>
26           Use the provided namespace id for the command. If not provided, the
27           namespace id of the block device will be used. If the command is
28           issued to a non-block device, the parameter is required.
29
30       -s <lba>, --start-lba=<lba>
31           The starting LBA of the zone to open.
32
33       -r, --zrwaa
34           Allocate Zone Random Write Area to zone
35
36       -a, --select-all
37           Select all zones for this action
38
39       -t <timeout>, --timeout=<timeout>
40           Override default timeout value. In milliseconds.
41

EXAMPLES

43       •   Open the first zone on namespace 1:
44
45               # nvme zns open-zone /dev/nvme0 -n 1 -s 0
46

NVME

48       Part of nvme-cli
49
50
51
52NVMe                              04/11/2022              NVME-ZNS-OPEN-ZON(1)
Impressum