1
0
Fork 0

Merging upstream version 2.14.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-22 13:00:36 +02:00
parent 0d9181726f
commit f268303a51
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
572 changed files with 4636 additions and 1730 deletions

View file

@ -0,0 +1,62 @@
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.