1
0
Fork 0

Adding upstream version 2.7.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:25:41 +01:00
parent 04338f02fe
commit d6e1a5d456
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
663 changed files with 15529 additions and 6994 deletions

View file

@ -3,19 +3,21 @@ nvme-wdc-vs-telemetry-controller-option(1)
NAME
----
nvme-wdc-vs-telemetry-controller-option - Disable/Enable the controller initiated option of the telemetry log page.
nvme-wdc-vs-telemetry-controller-option - Disable/Enable the controller
initiated option of the telemetry log page.
SYNOPSIS
--------
[verse]
'nvme wdc vs-telemetry-controller-option' <device> [--disable, -d] [--enable, -e]
[--status, -s]
'nvme wdc vs-telemetry-controller-option' <device>
[--disable, -d] [--enable, -e] [--status, -s]
DESCRIPTION
-----------
For the NVMe device given, sends the WDC Vendor Specific set feature command to disable, enable or get current status
of the controller initiated option of the telemetry log page.
For the NVMe device given, sends the WDC Vendor Specific set feature command to
disable, enable or get current status the controller initiated option of the
telemetry log page.
The <device> parameter is mandatory NVMe character device (ex: /dev/nvme0).
@ -34,8 +36,8 @@ OPTIONS
-s::
--status::
Returns the current status (enabled or disabled) of the controller initiated option of the telemetry log page.
Returns the current status (enabled or disabled) of the controller
initiated option of the telemetry log page.
EXAMPLES
--------