Adding upstream version 2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
50aec1e4c5
commit
1b3a431c1d
521 changed files with 21541 additions and 21644 deletions
|
@ -9,16 +9,16 @@ SYNOPSIS
|
|||
--------
|
||||
[verse]
|
||||
'nvme get-log' <device> [--log-id=<log-id> | -i <log-id>]
|
||||
[--log-len=<log-len> | -l <log-len>]
|
||||
[--aen=<aen> | -a <aen>]
|
||||
[--namespace-id=<nsid> | -n <nsid>]
|
||||
[--raw-binary | -b]
|
||||
[--lpo=<offset> | -o <offset>]
|
||||
[--lsp=<field> | -s <field>]
|
||||
[--lsi=<field> | -S <field>]
|
||||
[--rae | -r]
|
||||
[--csi=<command_set_identifier> | -y <command_set_identifier>]
|
||||
[--ot | -O]
|
||||
[--log-len=<log-len> | -l <log-len>]
|
||||
[--aen=<aen> | -a <aen>]
|
||||
[--namespace-id=<nsid> | -n <nsid>]
|
||||
[--raw-binary | -b]
|
||||
[--lpo=<offset> | -o <offset>]
|
||||
[--lsp=<field> | -s <field>]
|
||||
[--lsi=<field> | -S <field>]
|
||||
[--rae | -r]
|
||||
[--csi=<command_set_identifier> | -y <command_set_identifier>]
|
||||
[--ot=<offset_type> | -O <offset_type>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -86,7 +86,14 @@ OPTIONS
|
|||
|
||||
-O::
|
||||
--ot::
|
||||
Offset Type
|
||||
This field specifies the offset type. If set to false, the
|
||||
Log Page Offset Lower field and the Log Page Offset Upper
|
||||
field specify the byte offset into the log page to be returned.
|
||||
If set to true, the Log Page Offset Lower field and the Log
|
||||
Page Offset Upper field specify the index into the list of
|
||||
data structures in the log page to be returned.
|
||||
The default is byte offset. If the option is specified
|
||||
the index mode is used.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue