1NVME-ZNS-ZONE-MGM(1) NVMe Manual NVME-ZNS-ZONE-MGM(1)
2
3
4
6 nvme-zns-zone-mgmt-recv - Zone Management Receive command
7
9 nvme zns zone-mgmt-recv <device> [--namespace-id=<NUM> | -n <NUM>]
10 [--start-lba=<LBA> | -s <LBA>]
11 [--data-len=<IONUM>, -l <IONUM>]
12 [--zra=<NUM>, -z <NUM>]
13 [--zrasf=<NUM>, -a <NUM>]
14 [--zra-spec-feat, -f]
15 [--output-format=<FMT>, -o <FMT>]
16
18 For the NVMe device given, issues the Zone Management Receive command
19 with the requested receive action and additional action specific
20 parameters. This is the generic interface provided for forward
21 compatibility as new actions are created that this program isn’t aware
22 of at the time of its development. As such, this is a generic command
23 that does not do any additional decoding for specific types of data
24 received. This will only report the data as a hex dump, or binary.
25
27 -n <NUM>, --namespace-id=<NUM>
28 Use the provided namespace id for the command. If not provided, the
29 namespace id of the block device will be used. If the command is
30 issued to a non-block device, the parameter is required.
31
32 -s <lba>, --start-lba=<lba>
33 The starting LBA of the zone to manage receive.
34
35 --data-len=<NUM> -l <NUM> Received data buffer length
36
37 -z <NUM>, --zra=<NUM>
38 Zone Receive Action
39
40 -a <NUM> --zrasf=<NUM> Zone Receive Action Specific field
41
42 -f, --zra-spec-feat
43 Enable Zone Receive Action Specific features
44
45 -o <FMT>, --output-format=<FMT>
46 Output format: normal|json|binary
47
49 • Hex dump of a report all zones
50
51 # nvme zns zone-mgmt-recv /dev/nvme0 -n 1 -s 0 -z 0 -a 0 -l 4k
52
53 • Binary dump of a report all zones
54
55 # nvme zns zone-mgmt-recv /dev/nvme0 -n 1 -s 0 -z 0 -a 0 -o -l 4k binary > report.out
56
58 Part of nvme-cli
59
60
61
62NVMe 09/29/2023 NVME-ZNS-ZONE-MGM(1)