Merging upstream version 2.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
736f2f7c80
commit
37275c4af3
530 changed files with 12276 additions and 4877 deletions
14
.github/workflows/appimage.yml
vendored
14
.github/workflows/appimage.yml
vendored
|
@ -17,6 +17,13 @@ jobs:
|
|||
image: ghcr.io/igaw/linux-nvme/debian:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: fixup permissions
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
run: |
|
||||
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
|
||||
- name: build
|
||||
run: |
|
||||
scripts/build.sh appimage
|
||||
|
@ -36,11 +43,10 @@ jobs:
|
|||
needs: build-appimage
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'linux-nvme/nvme-cli' }}
|
||||
steps:
|
||||
- name: Download artifact
|
||||
uses: dawidd6/action-download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
workflow: ${{ github.event.workflow_run.workflow_id }}
|
||||
workflow_conclusion: success
|
||||
name: AppImage
|
||||
path: AppImage
|
||||
- name: FTP Deployer
|
||||
uses: sand4rt/ftp-deployer@v1.8
|
||||
with:
|
||||
|
|
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: enable foreign arch
|
||||
uses: dbhi/qus/action@main
|
||||
- name: compile and run unit tests
|
||||
uses: mosteo-actions/docker-run@v1
|
||||
uses: mosteo-actions/docker-run@v2
|
||||
with:
|
||||
image: ghcr.io/igaw/linux-nvme/ubuntu-cross-${{ matrix.arch }}:latest
|
||||
guest-dir: /build
|
||||
|
@ -89,6 +89,7 @@ jobs:
|
|||
- name: build
|
||||
run: |
|
||||
scripts/build.sh -m muon
|
||||
|
||||
build-make-static:
|
||||
name: make static
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -99,3 +100,14 @@ jobs:
|
|||
- name: build
|
||||
run: |
|
||||
make static
|
||||
|
||||
build-distro:
|
||||
name: build libnvme and nvme-cli separately
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/igaw/linux-nvme/debian:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: build
|
||||
run: |
|
||||
scripts/build.sh distro
|
||||
|
|
26
.github/workflows/docs.yaml
vendored
Normal file
26
.github/workflows/docs.yaml
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
name: docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- Documentation/**
|
||||
pull_request:
|
||||
branches: [master]
|
||||
paths:
|
||||
- Documentation/**
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-docs:
|
||||
name: build documentation
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/igaw/linux-nvme/debian:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: build
|
||||
run: |
|
||||
scripts/build.sh docs
|
|
@ -46,6 +46,9 @@ linknvme:nvme-micron-smart-add-log[1]::
|
|||
linknvme:nvme-micron-temperature-stats[1]::
|
||||
Retrieves temperature information of given micron device
|
||||
|
||||
linknvme:nvme-ocp-internal-log[1]::
|
||||
Retrieves and parses OCP Telemetry DA1 and DA2 logs.
|
||||
|
||||
linknvme:nvme-netapp-ontapdevices[1]::
|
||||
Display information about ONTAP devices
|
||||
|
||||
|
|
|
@ -29,15 +29,14 @@ adoc_sources = [
|
|||
'nvme-endurance-event-agg-log',
|
||||
'nvme-endurance-log',
|
||||
'nvme-error-log',
|
||||
'nvme-fid-support-effects-log',
|
||||
'nvme-mi-cmd-support-effects-log',
|
||||
'nvme-fdp-configs',
|
||||
'nvme-fdp-usage',
|
||||
'nvme-fdp-stats',
|
||||
'nvme-fdp-events',
|
||||
'nvme-fdp-set-events',
|
||||
'nvme-fdp-stats',
|
||||
'nvme-fdp-status',
|
||||
'nvme-fdp-update',
|
||||
'nvme-fdp-set-events',
|
||||
'nvme-fdp-usage',
|
||||
'nvme-fid-support-effects-log',
|
||||
'nvme-flush',
|
||||
'nvme-format',
|
||||
'nvme-fw-commit',
|
||||
|
@ -57,6 +56,7 @@ adoc_sources = [
|
|||
'nvme-id-iocs',
|
||||
'nvme-id-ns',
|
||||
'nvme-id-nvmset',
|
||||
'nvme-inspur-nvme-vendor-log',
|
||||
'nvme-intel-id-ctrl',
|
||||
'nvme-intel-internal-log',
|
||||
'nvme-intel-lat-stats',
|
||||
|
@ -73,6 +73,7 @@ adoc_sources = [
|
|||
'nvme-list-ns',
|
||||
'nvme-list-subsys',
|
||||
'nvme-lockdown',
|
||||
'nvme-mi-cmd-support-effects-log',
|
||||
'nvme-micron-clear-pcie-errors',
|
||||
'nvme-micron-internal-log',
|
||||
'nvme-micron-nand-stats',
|
||||
|
@ -84,14 +85,26 @@ adoc_sources = [
|
|||
'nvme-netapp-smdevices',
|
||||
'nvme-ns-descs',
|
||||
'nvme-ns-rescan',
|
||||
'nvme-nvm-id-ctrl',
|
||||
'nvme-nvme-mi-recv',
|
||||
'nvme-nvme-mi-send',
|
||||
'nvme-nvm-id-ctrl',
|
||||
'nvme-ocp-latency-monitor-log',
|
||||
'nvme-ocp-smart-add-log',
|
||||
'nvme-ocp-clear-fw-activate-history',
|
||||
'nvme-ocp-clear-pcie-correctable-error-counters',
|
||||
'nvme-ocp-device-capability-log',
|
||||
'nvme-ocp-eol-plp-failure-mode',
|
||||
'nvme-ocp-error-recovery-log',
|
||||
'nvme-ocp-get-dssd-async-event-config',
|
||||
'nvme-ocp-get-dssd-power-state-feature',
|
||||
'nvme-ocp-get-plp-health-check-interval',
|
||||
'nvme-ocp-latency-monitor-log',
|
||||
'nvme-ocp-set-dssd-async-event-config',
|
||||
'nvme-ocp-set-dssd-power-state-feature',
|
||||
'nvme-ocp-set-plp-health-check-interval',
|
||||
'nvme-ocp-set-telemetry-profile',
|
||||
'nvme-ocp-smart-add-log',
|
||||
'nvme-ocp-telemetry-string-log-page',
|
||||
'nvme-ocp-unsupported-reqs-log-pages',
|
||||
'nvme-ocp-internal-log',
|
||||
'nvme-persistent-event-log',
|
||||
'nvme-pred-lat-event-agg-log',
|
||||
'nvme-predictable-lat-log',
|
||||
|
@ -106,20 +119,20 @@ adoc_sources = [
|
|||
'nvme-rpmb',
|
||||
'nvme-sanitize',
|
||||
'nvme-sanitize-log',
|
||||
'nvme-seagate-clear-fw-activate-history',
|
||||
'nvme-seagate-clear-pcie-correctable-errors',
|
||||
'nvme-seagate-cloud-SSD-plugin-version',
|
||||
'nvme-seagate-get-ctrl-tele',
|
||||
'nvme-seagate-get-host-tele',
|
||||
'nvme-seagate-help',
|
||||
'nvme-seagate-plugin-version',
|
||||
'nvme-seagate-version',
|
||||
'nvme-seagate-vs-fw-activate-history',
|
||||
'nvme-seagate-vs-internal-log',
|
||||
'nvme-seagate-vs-log-page-sup',
|
||||
'nvme-seagate-vs-pcie-stats',
|
||||
'nvme-seagate-vs-smart-add-log',
|
||||
'nvme-seagate-vs-temperature-stats',
|
||||
'nvme-seagate-cloud-SSD-plugin-version',
|
||||
'nvme-seagate-vs-fw-activate-history',
|
||||
'nvme-seagate-clear-fw-activate-history',
|
||||
'nvme-security-recv',
|
||||
'nvme-security-send',
|
||||
'nvme-self-test-log',
|
||||
|
@ -132,6 +145,7 @@ adoc_sources = [
|
|||
'nvme-subsystem-reset',
|
||||
'nvme-supported-log-pages',
|
||||
'nvme-telemetry-log',
|
||||
'nvme-tls-key',
|
||||
'nvme-toshiba-clear-pcie-correctable-errors',
|
||||
'nvme-toshiba-vs-internal-log',
|
||||
'nvme-toshiba-vs-smart-add-log',
|
||||
|
@ -145,8 +159,8 @@ adoc_sources = [
|
|||
'nvme-wdc-clear-assert-dump',
|
||||
'nvme-wdc-clear-fw-activate-history',
|
||||
'nvme-wdc-clear-pcie-correctable-errors',
|
||||
'nvme-wdc-cloud-boot-SSD-version',
|
||||
'nvme-wdc-cloud-SSD-plugin-version',
|
||||
'nvme-wdc-cloud-boot-SSD-version',
|
||||
'nvme-wdc-drive-essentials',
|
||||
'nvme-wdc-drive-log',
|
||||
'nvme-wdc-drive-resize',
|
||||
|
@ -190,7 +204,6 @@ adoc_sources = [
|
|||
'nvme-zns-zone-append',
|
||||
'nvme-zns-zone-mgmt-recv',
|
||||
'nvme-zns-zone-mgmt-send',
|
||||
'nvme-inspur-nvme-vendor-log',
|
||||
]
|
||||
|
||||
adoc_includes = [
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-admin-passthru
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-ADMIN\-PASSTHR" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-ADMIN\-PASSTHR" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -43,7 +43,7 @@ nvme-admin-passthru \- Submit an arbitrary admin command, return results
|
|||
[\-\-metadata\-len=<len> | \-m <len>]
|
||||
[\-\-input\-file=<file> | \-i <file>]
|
||||
[\-\-read | \-r] [\-\-write | \-w]
|
||||
[\-\-timeout=<to> | \-t <to>]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
[\-\-show\-command | \-s]
|
||||
[\-\-dry\-run | \-d]
|
||||
[\-\-raw\-binary | \-b]
|
||||
|
@ -146,6 +146,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
|
|
@ -760,7 +760,7 @@ nvme-admin-passthru(1) Manual Page
|
|||
[--metadata-len=<len> | -m <len>]
|
||||
[--input-file=<file> | -i <file>]
|
||||
[--read | -r] [--write | -w]
|
||||
[--timeout=<to> | -t <to>]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
[--show-command | -s]
|
||||
[--dry-run | -d]
|
||||
[--raw-binary | -b]
|
||||
|
@ -985,6 +985,17 @@ printed to stdout for another program to parse.</p></div>
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1027,7 +1038,7 @@ Or if you want to save that structure to a file:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -19,7 +19,7 @@ SYNOPSIS
|
|||
[--metadata-len=<len> | -m <len>]
|
||||
[--input-file=<file> | -i <file>]
|
||||
[--read | -r] [--write | -w]
|
||||
[--timeout=<to> | -t <to>]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
[--show-command | -s]
|
||||
[--dry-run | -d]
|
||||
[--raw-binary | -b]
|
||||
|
@ -123,6 +123,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
* The following will run the admin command with opcode=6 and cdw10=1, which
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-ana-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-ANA\-LOG" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-ANA\-LOG" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -835,7 +835,7 @@ Print the ANA log page in a human readable format:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-attach-ns
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-ATTACH\-NS" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-ATTACH\-NS" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -841,7 +841,7 @@ controller identifiers.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-boot-part-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-BOOT\-PART\-LO" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-BOOT\-PART\-LO" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -846,7 +846,7 @@ Retrieve Boot Partition data to boot_part_log.bin
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-capacity-mgmt
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-CAPACITY\-MGMT" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-CAPACITY\-MGMT" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -37,6 +37,7 @@ nvme-capacity-mgmt \- Send capacity management command to configure/create/delet
|
|||
[\-\-cap\-lower=<cap\-lower> | \-l <cap\-lower>]
|
||||
[\-\-cap\-upper=<cap\-upper> | \-u <cap\-upper>]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -78,6 +79,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
No examples provided yet\&.
|
||||
|
|
|
@ -753,7 +753,8 @@ nvme-capacity-mgmt(1) Manual Page
|
|||
[--element-id=<element-id> | -i <element-id>]
|
||||
[--cap-lower=<cap-lower> | -l <cap-lower>]
|
||||
[--cap-upper=<cap-upper> | -u <cap-upper>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -843,6 +844,17 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).</p></di
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -863,7 +875,7 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).</p></di
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -14,6 +14,7 @@ SYNOPSIS
|
|||
[--cap-lower=<cap-lower> | -l <cap-lower>]
|
||||
[--cap-upper=<cap-upper> | -u <cap-upper>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -55,6 +56,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
No examples provided yet.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-changed-ns-list-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-CHANGED\-NS\-L" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-CHANGED\-NS\-L" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -846,7 +846,7 @@ Print the raw Changed Namespace List log to a file:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-cmdset-ind-id-ns
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-CMDSET\-IND\-I" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-CMDSET\-IND\-I" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -889,7 +889,7 @@ Have the program return the raw structure in binary:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-compare
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-COMPARE" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-COMPARE" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -54,6 +54,7 @@ nvme-compare \- Send an NVMe Compare command, provide results
|
|||
[\-\-storage\-tag\-check | \-C]
|
||||
[\-\-force]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -221,6 +222,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
No examples yet\&.
|
||||
|
|
|
@ -770,7 +770,8 @@ nvme-compare(1) Manual Page
|
|||
[--storage-tag<storage-tag> | -g <storage-tag>]
|
||||
[--storage-tag-check | -C]
|
||||
[--force]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -1096,6 +1097,14 @@ metadata is passes.</p></td>
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1116,7 +1125,7 @@ metadata is passes.</p></td>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -30,6 +30,7 @@ SYNOPSIS
|
|||
[--storage-tag-check | -C]
|
||||
[--force]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -163,6 +164,9 @@ metadata is passes.
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
No examples yet.
|
||||
|
|
|
@ -27,7 +27,7 @@ SYNOPSIS
|
|||
[--keep-alive-tmo=<#> | -k <#>]
|
||||
[--reconnect-delay=<#> | -c <#>]
|
||||
[--ctrl-loss-tmo=<#> | -l <#>]
|
||||
[--duplicate-connect | -D] [--disable-sqflow | -d]
|
||||
[--duplicate-connect | -D] [--disable-sqflow ]
|
||||
[--hdr-digest | -g] [--data-digest | -G]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
|
||||
|
@ -168,7 +168,6 @@ OPTIONS
|
|||
Allows duplicated connections between same transport host and subsystem
|
||||
port.
|
||||
|
||||
-d::
|
||||
--disable-sqflow::
|
||||
Disables SQ flow control to omit head doorbell update for submission
|
||||
queues when sending nvme completions.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-connect-all
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-CONNECT\-ALL" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-CONNECT\-ALL" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -51,7 +51,7 @@ nvme-connect-all \- Discover and Connect to Fabrics controllers\&.
|
|||
[\-\-nr\-poll\-queues=<#> | \-P <#>]
|
||||
[\-\-queue\-size=<#> | \-Q <#>] [\-\-keyring=<#>]
|
||||
[\-\-tls_key=<#>] [\-\-hdr\-digest | \-g] [\-\-data\-digest | \-G]
|
||||
[\-\-persistent | \-p] [\-\-tls] [\-\-concat] [\-\-quiet | \-S]
|
||||
[\-\-persistent | \-p] [\-\-tls] [\-\-concat] [\-\-quiet]
|
||||
[\-\-dump\-config | \-O] [\-\-nbft] [\-\-no\-nbft]
|
||||
[\-\-nbft\-path=<STR>] [\-\-context=<STR>]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
|
@ -234,7 +234,7 @@ Enable TLS encryption (TCP)\&.
|
|||
Enable secure concatenation (TCP)\&.
|
||||
.RE
|
||||
.PP
|
||||
\-S, \-\-quiet
|
||||
\-\-quiet
|
||||
.RS 4
|
||||
Suppress error messages\&.
|
||||
.RE
|
||||
|
|
|
@ -768,7 +768,7 @@ nvme-connect-all(1) Manual Page
|
|||
[--nr-poll-queues=<#> | -P <#>]
|
||||
[--queue-size=<#> | -Q <#>] [--keyring=<#>]
|
||||
[--tls_key=<#>] [--hdr-digest | -g] [--data-digest | -G]
|
||||
[--persistent | -p] [--tls] [--concat] [--quiet | -S]
|
||||
[--persistent | -p] [--tls] [--concat] [--quiet]
|
||||
[--dump-config | -O] [--nbft] [--no-nbft]
|
||||
[--nbft-path=<STR>] [--context=<STR>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
|
@ -1124,9 +1124,6 @@ cellspacing="0" cellpadding="4">
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-S
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--quiet
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -1276,7 +1273,7 @@ nvme-connect(1)</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -27,7 +27,7 @@ SYNOPSIS
|
|||
[--nr-poll-queues=<#> | -P <#>]
|
||||
[--queue-size=<#> | -Q <#>] [--keyring=<#>]
|
||||
[--tls_key=<#>] [--hdr-digest | -g] [--data-digest | -G]
|
||||
[--persistent | -p] [--tls] [--concat] [--quiet | -S]
|
||||
[--persistent | -p] [--tls] [--concat] [--quiet]
|
||||
[--dump-config | -O] [--nbft] [--no-nbft]
|
||||
[--nbft-path=<STR>] [--context=<STR>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
|
@ -189,7 +189,6 @@ OPTIONS
|
|||
--concat::
|
||||
Enable secure concatenation (TCP).
|
||||
|
||||
-S::
|
||||
--quiet::
|
||||
Suppress error messages.
|
||||
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-connect
|
||||
.\" Author: [see the "AUTHORS" section]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-CONNECT" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-CONNECT" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -51,7 +51,7 @@ nvme-connect \- Connect to a Fabrics controller\&.
|
|||
[\-\-reconnect\-delay=<#> | \-c <#>]
|
||||
[\-\-ctrl\-loss\-tmo=<#> | \-l <#>] [\-\-tos=<#> | \-T <#>]
|
||||
[\-\-keyring=<#>] [\-\-tls_key=<#>]
|
||||
[\-\-duplicate\-connect | \-D] [\-\-disable\-sqflow | \-d]
|
||||
[\-\-duplicate\-connect | \-D] [\-\-disable\-sqflow ]
|
||||
[\-\-hdr\-digest | \-g] [\-\-data\-digest | \-G] [\-\-tls]
|
||||
[\-\-concat] [\-\-dump\-config | \-O] [\-\-application=<id>]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
|
@ -188,7 +188,9 @@ Overrides the default delay (in seconds) before reconnect is attempted after a c
|
|||
.PP
|
||||
\-l <#>, \-\-ctrl\-loss\-tmo=<#>
|
||||
.RS 4
|
||||
Overrides the default controller loss timeout period (in seconds)\&.
|
||||
Overrides the default controller loss timeout period (in seconds)\&. This is the maximum time the kernel will retry a connection, where each retry will be issued after
|
||||
\fIreconnect\-delay\fR
|
||||
seconds\&.
|
||||
.RE
|
||||
.PP
|
||||
\-T <#>, \-\-tos=<#>
|
||||
|
@ -211,7 +213,7 @@ TLS key for the connection (TCP)\&.
|
|||
Allows duplicated connections between same transport host and subsystem port\&.
|
||||
.RE
|
||||
.PP
|
||||
\-d, \-\-disable\-sqflow
|
||||
\-\-disable\-sqflow
|
||||
.RS 4
|
||||
Disables SQ flow control to omit head doorbell update for submission queues when sending nvme completions\&.
|
||||
.RE
|
||||
|
|
|
@ -768,7 +768,7 @@ nvme-connect(1) Manual Page
|
|||
[--reconnect-delay=<#> | -c <#>]
|
||||
[--ctrl-loss-tmo=<#> | -l <#>] [--tos=<#> | -T <#>]
|
||||
[--keyring=<#>] [--tls_key=<#>]
|
||||
[--duplicate-connect | -D] [--disable-sqflow | -d]
|
||||
[--duplicate-connect | -D] [--disable-sqflow ]
|
||||
[--hdr-digest | -g] [--data-digest | -G] [--tls]
|
||||
[--concat] [--dump-config | -O] [--application=<id>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
|
@ -1039,6 +1039,8 @@ cellspacing="0" cellpadding="4">
|
|||
<dd>
|
||||
<p>
|
||||
Overrides the default controller loss timeout period (in seconds).
|
||||
This is the maximum time the kernel will retry a connection, where each
|
||||
retry will be issued after <em>reconnect-delay</em> seconds.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -1081,9 +1083,6 @@ cellspacing="0" cellpadding="4">
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-d
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--disable-sqflow
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -1219,7 +1218,7 @@ and <a href="mailto:hch@lst.de">Christoph Hellwig</a></p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -27,7 +27,7 @@ SYNOPSIS
|
|||
[--reconnect-delay=<#> | -c <#>]
|
||||
[--ctrl-loss-tmo=<#> | -l <#>] [--tos=<#> | -T <#>]
|
||||
[--keyring=<#>] [--tls_key=<#>]
|
||||
[--duplicate-connect | -D] [--disable-sqflow | -d]
|
||||
[--duplicate-connect | -D] [--disable-sqflow ]
|
||||
[--hdr-digest | -g] [--data-digest | -G] [--tls]
|
||||
[--concat] [--dump-config | -O] [--application=<id>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
|
@ -144,6 +144,8 @@ OPTIONS
|
|||
-l <#>::
|
||||
--ctrl-loss-tmo=<#>::
|
||||
Overrides the default controller loss timeout period (in seconds).
|
||||
This is the maximum time the kernel will retry a connection, where each
|
||||
retry will be issued after 'reconnect-delay' seconds.
|
||||
|
||||
-T <#>::
|
||||
--tos=<#>::
|
||||
|
@ -160,7 +162,6 @@ OPTIONS
|
|||
Allows duplicated connections between same transport host and subsystem
|
||||
port.
|
||||
|
||||
-d::
|
||||
--disable-sqflow::
|
||||
Disables SQ flow control to omit head doorbell update for submission
|
||||
queues when sending nvme completions.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-copy
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-COPY" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-COPY" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -51,6 +51,7 @@ nvme-copy \- Send an NVMe Simple Copy command, provide results
|
|||
[\-\-dir\-spec=<spec> | \-S <spec>]
|
||||
[\-\-format=<entry\-format> | \-F <entry\-format>]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -160,6 +161,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
No examples yet\&.
|
||||
|
|
|
@ -767,7 +767,8 @@ nvme-copy(1) Manual Page
|
|||
[--dir-type=<type> | -T <type>]
|
||||
[--dir-spec=<spec> | -S <spec>]
|
||||
[--format=<entry-format> | -F <entry-format>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -1010,6 +1011,17 @@ logical block ranges to a single consecutive destination logical block range.</p
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1030,7 +1042,7 @@ logical block ranges to a single consecutive destination logical block range.</p
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -27,6 +27,7 @@ SYNOPSIS
|
|||
[--dir-spec=<spec> | -S <spec>]
|
||||
[--format=<entry-format> | -F <entry-format>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -122,6 +123,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
No examples yet.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-create-ns
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-CREATE\-NS" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-CREATE\-NS" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -169,6 +169,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value 120,000\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
|
|
@ -1040,6 +1040,17 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).</p></di
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value 120,000. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1071,7 +1082,7 @@ Create a namespace:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -146,6 +146,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value 120,000. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
* Create a namespace:
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-id-ns
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-ID\-NS" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-ID\-NS" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -34,6 +34,7 @@ nvme-delete-ns \- Send NVMe Namespace Management delete namespace command, retur
|
|||
.nf
|
||||
\fInvme delete\-ns\fR <device> [\-\-namespace\-id=<nsid> | \-n <nsid>]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -60,6 +61,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value 120,000\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
No examples yet\&.
|
||||
|
|
|
@ -750,7 +750,8 @@ nvme-id-ns(1) Manual Page
|
|||
<div class="sectionbody">
|
||||
<div class="verseblock">
|
||||
<pre class="content"><em>nvme delete-ns</em> <device> [--namespace-id=<nsid> | -n <nsid>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -803,6 +804,17 @@ The <code>'--namespace-id'</code> option is mandatory.</p></div>
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value 120,000. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -823,7 +835,7 @@ The <code>'--namespace-id'</code> option is mandatory.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
[verse]
|
||||
'nvme delete-ns' <device> [--namespace-id=<nsid> | -n <nsid>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -35,6 +36,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value 120,000. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
No examples yet.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-dera-stat
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DERA\-STAT" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DERA\-STAT" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -797,7 +797,7 @@ Print the Dera Device status and Additional SMART log page in a human readable f
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-detach-ns
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DETACH\-NS" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DETACH\-NS" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -834,7 +834,7 @@ controller identifiers.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-device-self-test
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DEVICE\-SELF\-" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DEVICE\-SELF\-" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -35,6 +35,7 @@ nvme-device-self-test \- Perform the necessary tests to observe the performance
|
|||
\fInvme device\-self\-test\fR <device> [\-\-namespace\-id=<NUM> | \-n <NUM>]
|
||||
[\-\-self\-test\-code=<NUM> | \-s <NUM>] [\-\-wait | \-w]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -73,6 +74,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
|
|
@ -751,7 +751,8 @@ nvme-device-self-test(1) Manual Page
|
|||
<div class="verseblock">
|
||||
<pre class="content"><em>nvme device-self-test</em> <device> [--namespace-id=<NUM> | -n <NUM>]
|
||||
[--self-test-code=<NUM> | -s <NUM>] [--wait | -w]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -833,6 +834,17 @@ device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1).</p></di
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -872,7 +884,7 @@ Abort the device self-test operation in the namespace-id 1:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -11,6 +11,7 @@ SYNOPSIS
|
|||
'nvme device-self-test' <device> [--namespace-id=<NUM> | -n <NUM>]
|
||||
[--self-test-code=<NUM> | -s <NUM>] [--wait | -w]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -52,6 +53,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
* Start a short device self-test in the namespace-id 1:
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-dim
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DIM" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DIM" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -885,7 +885,7 @@ Deregister from Central Discovery Controller (CDC) associated with nvme4
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-dir-receive
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DIR\-RECEIVE" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DIR\-RECEIVE" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -40,6 +40,7 @@ nvme-dir-receive \- Send a directive receive command, returns applicable results
|
|||
[\-\-req\-resource=<nsr> | \-r <nsr>]
|
||||
[\-\-human\-readable | \-H] [\-\-raw\-binary | \-b]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -143,6 +144,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
|
|
@ -756,7 +756,8 @@ nvme-dir-receive(1) Manual Page
|
|||
[--dir-oper=<doper> | -O <doper>]
|
||||
[--req-resource=<nsr> | -r <nsr>]
|
||||
[--human-readable | -H] [--raw-binary | -b]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -931,6 +932,17 @@ cellspacing="0" cellpadding="4">
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -989,7 +1001,7 @@ Get streams directive status :
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -16,6 +16,7 @@ SYNOPSIS
|
|||
[--req-resource=<nsr> | -r <nsr>]
|
||||
[--human-readable | -H] [--raw-binary | -b]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -90,6 +91,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
* Identify directive type supported :
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-dir-send
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DIR\-SEND" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DIR\-SEND" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -41,6 +41,7 @@ nvme-dir-send \- Issue a directive send command, returns applicable results
|
|||
[\-\-target\-dir=<tdir> | \-T <tdir>]
|
||||
[\-\-human\-readable | \-H] [\-\-raw\-binary | \-b]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -149,6 +150,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
|
|
@ -757,7 +757,8 @@ nvme-dir-send(1) Manual Page
|
|||
[--endir=<endir> | -e <endir>]
|
||||
[--target-dir=<tdir> | -T <tdir>]
|
||||
[--human-readable | -H] [--raw-binary | -b]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -944,6 +945,17 @@ cellspacing="0" cellpadding="4">
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1002,7 +1014,7 @@ Release stream ID 3 :
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -17,6 +17,7 @@ SYNOPSIS
|
|||
[--target-dir=<tdir> | -T <tdir>]
|
||||
[--human-readable | -H] [--raw-binary | -b]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -96,6 +97,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
* Enable streams directive :
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-disconnect-all
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DISCONNECT\-AL" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DISCONNECT\-AL" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -825,7 +825,7 @@ Disconnect all existing nvme controllers:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-disconnect
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DISCONNECT" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DISCONNECT" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -862,7 +862,7 @@ Disconnect the controller nvme4
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-discover
|
||||
.\" Author: [see the "AUTHORS" section]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DISCOVER" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DISCOVER" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -51,7 +51,7 @@ nvme-discover \- Send Get Log Page request to Discovery Controller\&.
|
|||
[\-\-nr\-poll\-queues=<#> | \-P <#>]
|
||||
[\-\-queue\-size=<#> | \-Q <#>] [\-\-keyring=<#>]
|
||||
[\-\-tls_key=<#>] [\-\-hdr\-digest | \-g] [\-\-data\-digest | \-G]
|
||||
[\-\-persistent | \-p] [\-\-quiet | \-S] [\-\-tls] [\-\-concat]
|
||||
[\-\-persistent | \-p] [\-\-quiet] [\-\-tls] [\-\-concat]
|
||||
[\-\-dump\-config | \-O] [\-\-output\-format=<fmt> | \-o <fmt>]
|
||||
[\-\-force] [\-\-nbft] [\-\-no\-nbft] [\-\-nbft\-path=<STR>]
|
||||
[\-\-context=<STR>]
|
||||
|
@ -240,7 +240,7 @@ Enable TLS encryption (TCP)\&.
|
|||
Enable secure concatenation (TCP)\&.
|
||||
.RE
|
||||
.PP
|
||||
\-S, \-\-quiet
|
||||
\-\-quiet
|
||||
.RS 4
|
||||
Suppress already connected errors\&.
|
||||
.RE
|
||||
|
|
|
@ -768,7 +768,7 @@ nvme-discover(1) Manual Page
|
|||
[--nr-poll-queues=<#> | -P <#>]
|
||||
[--queue-size=<#> | -Q <#>] [--keyring=<#>]
|
||||
[--tls_key=<#>] [--hdr-digest | -g] [--data-digest | -G]
|
||||
[--persistent | -p] [--quiet | -S] [--tls] [--concat]
|
||||
[--persistent | -p] [--quiet] [--tls] [--concat]
|
||||
[--dump-config | -O] [--output-format=<fmt> | -o <fmt>]
|
||||
[--force] [--nbft] [--no-nbft] [--nbft-path=<STR>]
|
||||
[--context=<STR>]
|
||||
|
@ -1145,9 +1145,6 @@ cellspacing="0" cellpadding="4">
|
|||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-S
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--quiet
|
||||
</dt>
|
||||
<dd>
|
||||
|
@ -1325,7 +1322,7 @@ nvme-connect-all(1)</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -27,7 +27,7 @@ SYNOPSIS
|
|||
[--nr-poll-queues=<#> | -P <#>]
|
||||
[--queue-size=<#> | -Q <#>] [--keyring=<#>]
|
||||
[--tls_key=<#>] [--hdr-digest | -g] [--data-digest | -G]
|
||||
[--persistent | -p] [--quiet | -S] [--tls] [--concat]
|
||||
[--persistent | -p] [--quiet] [--tls] [--concat]
|
||||
[--dump-config | -O] [--output-format=<fmt> | -o <fmt>]
|
||||
[--force] [--nbft] [--no-nbft] [--nbft-path=<STR>]
|
||||
[--context=<STR>]
|
||||
|
@ -209,7 +209,6 @@ OPTIONS
|
|||
--concat::
|
||||
Enable secure concatenation (TCP).
|
||||
|
||||
-S::
|
||||
--quiet::
|
||||
Suppress already connected errors.
|
||||
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-dsm
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-DSM" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-DSM" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -40,6 +40,7 @@ nvme-dsm \- Send NVMe Data Set Management, return results
|
|||
[\-\-idw=<write> | \-w <write>] [\-\-idr=<read> | \-r <read>]
|
||||
[\-\-cdw11=<cdw11> | \-c <cdw11>]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -105,6 +106,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
No examples yet
|
||||
|
|
|
@ -756,7 +756,8 @@ nvme-dsm(1) Manual Page
|
|||
[--ad=<deallocate> | -d <deallocate>]
|
||||
[--idw=<write> | -w <write>] [--idr=<read> | -r <read>]
|
||||
[--cdw11=<cdw11> | -c <cdw11>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -898,6 +899,17 @@ any settings from the flags may have provided.</p></div>
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -918,7 +930,7 @@ any settings from the flags may have provided.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -16,6 +16,7 @@ SYNOPSIS
|
|||
[--idw=<write> | -w <write>] [--idr=<read> | -r <read>]
|
||||
[--cdw11=<cdw11> | -c <cdw11>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -83,6 +84,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
No examples yet
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-effects-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-EFFECTS\-LOG" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-EFFECTS\-LOG" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -34,6 +34,7 @@ nvme-effects-log \- Send NVMe Command Effects log page request, returns result a
|
|||
.nf
|
||||
\fInvme effects\-log\fR <device> [\-\-human\-readable | \-H] [\-\-raw\-binary | \-b]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -67,6 +68,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
|
|
@ -750,7 +750,8 @@ nvme-effects-log(1) Manual Page
|
|||
<div class="sectionbody">
|
||||
<div class="verseblock">
|
||||
<pre class="content"><em>nvme effects-log</em> <device> [--human-readable | -H] [--raw-binary | -b]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -817,6 +818,17 @@ for each command that is supported.</p></div>
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -857,7 +869,7 @@ Have the program return the raw structure in binary:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -11,6 +11,7 @@ SYNOPSIS
|
|||
[verse]
|
||||
'nvme effects-log' <device> [--human-readable | -H] [--raw-binary | -b]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -45,6 +46,10 @@ OPTIONS
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
* Print the effects log page in a human readable format:
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-endurance-event-agg-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-ENDURANCE\-EVE" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-ENDURANCE\-EVE" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -862,7 +862,7 @@ Print the raw Endurance log to a file:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-endurance-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-ENDURANCE\-LOG" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-ENDURANCE\-LOG" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -845,7 +845,7 @@ Print the raw Endurance log to a file:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-error-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-ERROR\-LOG" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-ERROR\-LOG" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -860,7 +860,7 @@ Print the raw output to a file:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fdp-configs
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FDP\-CONFIGS" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FDP\-CONFIGS" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -826,7 +826,7 @@ the possible configurations for Flexible Data Placement.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fdp-events
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FDP\-EVENTS" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FDP\-EVENTS" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -825,7 +825,7 @@ Units and media usage in an Endurance Group.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fdp-set-events
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FDP\-SET\-EVEN" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FDP\-SET\-EVEN" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -816,7 +816,7 @@ Handle.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fdp-stats
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FDP\-STATS" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FDP\-STATS" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -814,7 +814,7 @@ the life of the FDP configuration in an Endurance Group.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fdp-status
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FDP\-STATUS" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FDP\-STATUS" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -814,7 +814,7 @@ are accessible by the specified namespace.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fdp-update
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FDP\-UPDATE" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FDP\-UPDATE" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -802,7 +802,7 @@ a different Reclaim Unit accessible by the specified namespace.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fdp-usage
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FDP\-USAGE" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FDP\-USAGE" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -815,7 +815,7 @@ Endurance Group.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fid-support-effects-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FID\-SUPPORT\-" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FID\-SUPPORT\-" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -825,7 +825,7 @@ raw buffer may be printed to stdout.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-flush
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FLUSH" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FLUSH" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
|
@ -824,7 +824,7 @@ any namespace.</p></div>
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-format
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FORMAT" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FORMAT" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -108,7 +108,7 @@ T}
|
|||
.PP
|
||||
\-p <pil>, \-\-pil=<pil>
|
||||
.RS 4
|
||||
Protection Information Location: If set to \(oq1\(cq and protection information is enabled, then protection information is transferred as the first eight bytes of metadata\&. If cleared to \(oq0\(cq and protection information is enabled, then protection information is transferred as the last eight bytes of metadata\&. Defaults to 0\&.
|
||||
Protection Information Location: If set to \(oq1\(cq and protection information is enabled, then protection information is transferred as the first bytes of metadata\&. If cleared to \(oq0\(cq and protection information is enabled, then protection information is transferred as the last bytes of metadata\&. Defaults to 0\&.
|
||||
.RE
|
||||
.PP
|
||||
\-i <pi>, \-\-pi=<pi>
|
||||
|
@ -173,7 +173,7 @@ Just send the command immediately without warning of the implications\&.
|
|||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
Override default timeout value 600,000\&. In milliseconds\&.
|
||||
.RE
|
||||
.PP
|
||||
\-o <fmt>, \-\-output\-format=<fmt>
|
||||
|
|
|
@ -894,9 +894,9 @@ cryptographically. This is accomplished by deleting the encryption key.</p></td>
|
|||
<p>
|
||||
Protection Information Location: If set to ‘1’ and protection
|
||||
information is enabled, then protection information is transferred
|
||||
as the first eight bytes of metadata. If cleared to ‘0’ and
|
||||
as the first bytes of metadata. If cleared to ‘0’ and
|
||||
protection information is enabled, then protection information
|
||||
is transferred as the last eight bytes of metadata. Defaults to 0.
|
||||
is transferred as the last bytes of metadata. Defaults to 0.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -990,7 +990,7 @@ cellspacing="0" cellpadding="4">
|
|||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
Override default timeout value 600,000. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
|
@ -1056,7 +1056,7 @@ information:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -93,9 +93,9 @@ cryptographically. This is accomplished by deleting the encryption key.
|
|||
--pil=<pil>::
|
||||
Protection Information Location: If set to ‘1’ and protection
|
||||
information is enabled, then protection information is transferred
|
||||
as the first eight bytes of metadata. If cleared to ‘0’ and
|
||||
as the first bytes of metadata. If cleared to ‘0’ and
|
||||
protection information is enabled, then protection information
|
||||
is transferred as the last eight bytes of metadata. Defaults to 0.
|
||||
is transferred as the last bytes of metadata. Defaults to 0.
|
||||
|
||||
-i <pi>::
|
||||
--pi=<pi>::
|
||||
|
@ -131,7 +131,7 @@ cryptographically. This is accomplished by deleting the encryption key.
|
|||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
Override default timeout value 600,000. In milliseconds.
|
||||
|
||||
-o <fmt>::
|
||||
--output-format=<fmt>::
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fw-commit
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FW\-COMMIT" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FW\-COMMIT" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -36,6 +36,7 @@ nvme-fw-commit \- Used to verify and commit a firmware image\&.
|
|||
[\-\-action=<action> | \-a <action>]
|
||||
[\-\-bpid=<boot\-partid> | \-b <boot\-partid>]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -132,6 +133,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
|
|
@ -752,7 +752,8 @@ nvme-fw-commit(1) Manual Page
|
|||
<pre class="content"><em>nvme fw-commit</em> <device> [--slot=<slot> | -s <slot>]
|
||||
[--action=<action> | -a <action>]
|
||||
[--bpid=<boot-partid> | -b <boot-partid>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -893,6 +894,17 @@ BPINFO.ABPID.</p></td>
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -929,7 +941,7 @@ commit the last downloaded fw to slot 1.
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -12,6 +12,7 @@ SYNOPSIS
|
|||
[--action=<action> | -a <action>]
|
||||
[--bpid=<boot-partid> | -b <boot-partid>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
@ -85,6 +86,10 @@ BPINFO.ABPID.
|
|||
--verbose::
|
||||
Increase the information detail in the output.
|
||||
|
||||
-t <timeout>::
|
||||
--timeout=<timeout>::
|
||||
Override default timeout value. In milliseconds.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
* commit the last downloaded fw to slot 1.
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-fw-download
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 05/03/2024
|
||||
.\" Date: 08/02/2024
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-FW\-DOWNLOAD" "1" "05/03/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-FW\-DOWNLOAD" "1" "08/02/2024" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -36,6 +36,7 @@ nvme-fw-download \- Download all or a portion of an nvme firmware image\&.
|
|||
[\-\-xfer=<transfer\-size> | \-x <transfer\-size>]
|
||||
[\-\-offset=<offset> | \-O <offset>]
|
||||
[\-\-output\-format=<fmt> | \-o <fmt>] [\-\-verbose | \-v]
|
||||
[\-\-timeout=<timeout> | \-t <timeout>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -76,6 +77,11 @@ or
|
|||
.RS 4
|
||||
Increase the information detail in the output\&.
|
||||
.RE
|
||||
.PP
|
||||
\-t <timeout>, \-\-timeout=<timeout>
|
||||
.RS 4
|
||||
Override default timeout value\&. In milliseconds\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
|
|
@ -752,7 +752,8 @@ nvme-fw-download(1) Manual Page
|
|||
<pre class="content"><em>nvme fw-download</em> <device> [--fw=<firmware-file> | -f <firmware-file>]
|
||||
[--xfer=<transfer-size> | -x <transfer-size>]
|
||||
[--offset=<offset> | -O <offset>]
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]</pre>
|
||||
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
|
||||
[--timeout=<timeout> | -t <timeout>]</pre>
|
||||
<div class="attribution">
|
||||
</div></div>
|
||||
</div>
|
||||
|
@ -846,6 +847,17 @@ the Firmware Commit command (nvme fw-commit <args>).</p></div>
|
|||
Increase the information detail in the output.
|
||||
</p>
|
||||
</dd>
|
||||
<dt class="hdlist1">
|
||||
-t <timeout>
|
||||
</dt>
|
||||
<dt class="hdlist1">
|
||||
--timeout=<timeout>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>
|
||||
Override default timeout value. In milliseconds.
|
||||
</p>
|
||||
</dd>
|
||||
</dl></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -876,7 +888,7 @@ Transfer a firmware size 128KiB at a time:
|
|||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated
|
||||
2024-05-03 16:03:16 CEST
|
||||
2024-08-02 09:57:44 CEST
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue