2025-02-16 11:09:01 +01:00
|
|
|
nvme-set-property(1)
|
|
|
|
====================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
nvme-set-property - Writes and shows the defined NVMe controller property
|
2025-02-16 12:16:19 +01:00
|
|
|
for NVMe over Fabric
|
2025-02-16 11:09:01 +01:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
[verse]
|
2025-02-16 12:25:41 +01:00
|
|
|
'nvme set-property' <device> [--offset=<offset> | -O <offset>]
|
|
|
|
[--value=<val> | -V <val>]
|
|
|
|
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
2025-02-16 11:09:01 +01:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2025-02-16 12:16:19 +01:00
|
|
|
Writes and shows the defined NVMe controller property for NVMe over Fabric.
|
2025-02-16 11:09:01 +01:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
2025-02-16 12:26:52 +01:00
|
|
|
-O <offset>::
|
|
|
|
--offset=<offset>::
|
2025-02-16 12:25:41 +01:00
|
|
|
The offset of the property.
|
2025-02-16 11:09:01 +01:00
|
|
|
|
2025-02-16 12:26:52 +01:00
|
|
|
-V <val>::
|
|
|
|
--value=<val>::
|
2025-02-16 11:09:01 +01:00
|
|
|
The value of the property to be set.
|
|
|
|
|
2025-02-16 12:25:41 +01:00
|
|
|
-o <fmt>::
|
|
|
|
--output-format=<fmt>::
|
|
|
|
Set the reporting format to 'normal', 'json' or 'binary'. Only one
|
|
|
|
output format can be used at a time.
|
|
|
|
|
|
|
|
-v::
|
|
|
|
--verbose::
|
|
|
|
Increase the information detail in the output.
|
|
|
|
|
2025-02-16 11:09:01 +01:00
|
|
|
EXAMPLES
|
|
|
|
--------
|
|
|
|
No examples (yet).
|
|
|
|
|
|
|
|
NVME
|
|
|
|
----
|
|
|
|
Part of the nvme-user suite
|