Skip to content

Commit cffe607

Browse files
ikegami-tigaw
authored andcommitted
doc: add dispersed-ns-participating-nss-log command
Added the nvme-dispersed-ns-participating-nss-log.txt file. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 6dba527 commit cffe607

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
nvme-dispersed-ns-participating-nss-log(1)
2+
==========================================
3+
4+
NAME
5+
----
6+
nvme-dispersed-ns-participating-nss-log - Retrieve Dispersed Namespace
7+
Participating NVM Subsystems Log, show it
8+
9+
SYNOPSIS
10+
--------
11+
[verse]
12+
'nvme dispersed-ns-participating-nss-log' <device>
13+
[--namespace-id=<nsid> | -n <nsid>] [--verbose | -v]
14+
[--output-format=<fmt> | -o <fmt>] [--timeout=<timeout>]
15+
16+
DESCRIPTION
17+
-----------
18+
Retrieve Dispersed Namespace Participating NVM Subsystems Log, show it
19+
20+
The <device> parameter is mandatory NVMe character device (ex: /dev/nvme0).
21+
22+
On success it returns 0, error code otherwise.
23+
24+
OPTIONS
25+
-------
26+
-n <nsid>::
27+
--namespace-id=<nsid>::
28+
The namespace identifier to delete.
29+
Retrieve the dispersed namespace participating NVM subsystems log for
30+
the given nsid.
31+
32+
-v::
33+
--verbose::
34+
Increase the information detail in the output.
35+
36+
-o <fmt>::
37+
--output-format=<fmt>::
38+
Set the reporting format to 'normal', 'json' or 'binary'. Only one
39+
output format can be used at a time.
40+
41+
-t <timeout>::
42+
--timeout=<timeout>::
43+
Override default timeout value. In milliseconds.
44+
45+
EXAMPLES
46+
--------
47+
* Has the program issue a dispersed-ns-participating-nss-log
48+
+
49+
------------
50+
# nvme dispersed-ns-participating-nss-log /dev/nvme0 --namespace-id=2
51+
------------
52+
53+
NVME
54+
----
55+
Part of the nvme-user suite.

0 commit comments

Comments
 (0)