File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ nvme-mgmt-addr-list-log(1)
2+ ==========================
3+
4+ NAME
5+ ----
6+ nvme-mgmt-addr-list-log - Retrieve Management Address List Log, show it
7+
8+ SYNOPSIS
9+ --------
10+ [verse]
11+ 'nvme mgmt-addr-list-log' <device> [--verbose | -v]
12+ [--output-format=<fmt> | -o <fmt>] [--timeout=<timeout>]
13+
14+ DESCRIPTION
15+ -----------
16+ Retrieve Management Address List Log, show it
17+
18+ The <device> parameter is mandatory NVMe character device (ex: /dev/nvme0).
19+
20+ On success it returns 0, error code otherwise.
21+
22+ OPTIONS
23+ -------
24+ -v::
25+ --verbose::
26+ Increase the information detail in the output.
27+
28+ -o <fmt>::
29+ --output-format=<fmt>::
30+ Set the reporting format to 'normal', 'json' or 'binary'. Only one
31+ output format can be used at a time.
32+
33+ -t <timeout>::
34+ --timeout=<timeout>::
35+ Override default timeout value. In milliseconds.
36+
37+ EXAMPLES
38+ --------
39+ * Has the program issue a mgmt-addr-list-log
40+ +
41+ ------------
42+ # nvme mgmt-addr-list-log /dev/nvme0
43+ ------------
44+
45+ NVME
46+ ----
47+ Part of the nvme-user suite.
You can’t perform that action at this time.
0 commit comments