1
0
Fork 0
nvme-cli/Documentation/nvme-ocp-get-clear-pcie-correctable-errors.txt
Daniel Baumann dbdc28cb89
Adding upstream version 2.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 13:00:33 +02:00

62 lines
No EOL
1.5 KiB
Text

nvme-ocp-get-clear-pcie-correctable-errors(1)
=========================================
NAME
----
nvme-ocp-get-clear-pcie-correctable-errors - Define and print get-clear-pcie-correctable-errors value
SYNOPSIS
--------
[verse]
'nvme ocp get-clear-pcie-correctable-errors' <device> [--sel=<select> | -s <select>]
[--namespace-id <nsid> | -n <nsid>] [--no-uuid | -u]
DESCRIPTION
-----------
The <device> parameter is mandatory and may be either the NVMe character
device (ex: /dev/nvme0) or block device (ex: /dev/nvme0n1).
This will only work on OCP compliant devices supporting this feature.
Results for any other device are undefined.
On success it returns 0, error code otherwise.
OPTIONS
-------
-n <nsid>::
--namespace-id=<nsid>::
NSID: Assign the different kind of nsid value(like
active, inactive and invalid nsids) and check
the get feature command response:
-s <select>::
--sel=<select>::
Select (SEL): This field specifies which value of the attributes
to return in the provided data:
+
[]
|==================
|Select|Description
|0|Current
|1|Default
|2|Saved
|3|Supported capabilities
|4-7|Reserved
|==================
-u::
--no-uuid::
Do not try to automatically detect UUID index for this command (required
for old OCP 1.0 support)
EXAMPLES
--------
* Has the program issue a get-clear-pcie-correctable-errors to retrieve the 0xC3 get features.
+
------------
# nvme ocp get-clear-pcie-correctable-errors /dev/nvme0
------------
NVME
----
Part of the nvme-user suite.