Skip to content

Commit 7f5999e

Browse files
ikegami-tigaw
authored andcommitted
doc: add mgmt-addr-list-log command
Added the nvme-mgmt-addr-list-log.txt file. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 692599b commit 7f5999e

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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.

0 commit comments

Comments
 (0)