1NVME-ZNS-CHANGED-(1) NVMe Manual NVME-ZNS-CHANGED-(1)
2
3
4
6 nvme-zns-changed-zone-list - Retrieve Changed Zone log for the given
7 device
8
10 nvme zns changed-zone-list <device> [-o <fmt> | --output-format=<fmt>]
11 [--namespace-id=<NUM> | -n <NUM>]
12 [--rae | -r]
13
15 For the NVMe device given, requests the namespace’s changed zoned list
16 log and provides the result and returned structure.
17
18 The <device> parameter is mandatory and may be either the NVMe
19 character device (ex: /dev/nvme0), or a namespace block device (ex:
20 /dev/nvme0n1).
21
22 On success, the returned list may be decoded and displayed in one of
23 several ways.
24
26 -o <format>, --output-format=<format>
27 Set the reporting format to normal, json, or binary. Only one
28 output format can be used at a time.
29
30 -r, --rae
31 Retain an Asynchronous Event.
32
34 • Get the changed zone list log for namespace 1
35
36 # nvme zns changed-zone-list /dev/nvme0 -n 1
37
38 • Show the output in json format
39
40 # nvme zns changed-zone-list /dev/nvme0 -o json -n 1
41
43 Part of nvme-cli
44
45
46
47NVMe 11/04/2022 NVME-ZNS-CHANGED-(1)