Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
14665a711e
commit
d975eb29d0
116 changed files with 6031 additions and 2284 deletions
|
@ -1,13 +1,13 @@
|
|||
'\" t
|
||||
.\" Title: nvme-set-feature
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 10/20/2020
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||
.\" Date: 05/16/2021
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-SET\-FEATURE" "1" "10/20/2020" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-SET\-FEATURE" "1" "05/16/2021" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -34,6 +34,7 @@ nvme-set-feature \- Sets an NVMe feature, returns applicable results
|
|||
.nf
|
||||
\fInvme set\-feature\fR <device> [\-\-namespace\-id=<nsid> | \-n <nsid>]
|
||||
[\-\-feature\-id=<fid> | \-f <fid>] [\-\-value=<value> | \-v <value>]
|
||||
[\-\-uuid\-index=<uuid\-index> | \-U <uuid_index>]
|
||||
[\-\-data\-len=<data\-len> | \-l <data\-len>]
|
||||
[\-\-data=<data\-file> | \-d <data\-file>]
|
||||
[\-\-save| \-s]
|
||||
|
@ -76,6 +77,11 @@ The value for command dword 11, the value you want to set the feature to\&.
|
|||
.RS 4
|
||||
Save the attribute so that it persists through all power states and resets\&.
|
||||
.RE
|
||||
.PP
|
||||
\-U <uuid\-index>, \-\-uuid\-index=<uuid\-index>
|
||||
.RS 4
|
||||
UUID Index of the feature
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
@ -118,6 +124,8 @@ Sets the host id to the ascii string\&.
|
|||
.if n \{\
|
||||
.RE
|
||||
.\}
|
||||
.sp
|
||||
nvme set\-feature /dev/nvme0 \-f 0x81 \-l 8 \-U 0x1
|
||||
.RE
|
||||
.SH "NVME"
|
||||
.sp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue