File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments