1NVME-RESV-NOTIF-L(1) NVMe Manual NVME-RESV-NOTIF-L(1)
2
3
4
6 nvme-resv-notif-log - Send NVMe Reservation Notification log page
7 request, return result and log
8
10 nvme resv-notif-log <device> [--output-format=<fmt> | -o <fmt>]
11
13 Retrieves NVMe Reservation Notification log page from an NVMe device
14 and provides the returned structure.
15
16 The <device> parameter is mandatory and may be either the NVMe
17 character device (ex: /dev/nvme0), or a namespace block device (ex:
18 /dev/nvme0n1).
19
20 On success, the returned Reservation Notification log structure may be
21 returned in one of several ways depending on the option flags; the
22 structure may parsed by the program and printed in a readable format or
23 the raw buffer may be printed to stdout for another program to parse.
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
31 • Get the Reservation Notification log and print it in a human
32 readable format:
33
34 # nvme resv-notif-log /dev/nvme0
35
36 • Print the output in json format:
37
38 # nvme resv-notif-log /dev/nvme0 -o json
39
41 Part of the nvme-user suite
42
43
44
45NVMe 09/29/2023 NVME-RESV-NOTIF-L(1)