2025-02-16 11:09:01 +01:00
'\" t
2025-02-16 12:13:48 +01:00
. \" Title: nvme-list-endgrp
2025-02-16 11:09:01 +01:00
. \" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
. \" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
2025-02-16 12:13:48 +01:00
. \" Date: 11/11/2021
2025-02-16 11:09:01 +01:00
. \" Manual: NVMe Manual
. \" Source: NVMe
. \" Language: English
. \"
2025-02-16 12:13:48 +01:00
.TH "NVME\-LIST\-ENDGRP" "1" "11/11/2021" "NVMe" "NVMe Manual"
2025-02-16 11:09:01 +01:00
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
2025-02-16 12:13:48 +01:00
nvme-list-endgrp \- Send NVMe Identify Endurance Group List, return result and structure
2025-02-16 11:09:01 +01:00
.SH "SYNOPSIS"
.sp
.nf
2025-02-16 12:13:48 +01:00
\fI nvme list\- endgrp\fR <device> [\- \- endgrp\- id=<endgrp\- id> | \- i <endgrp\- id>]
[\- o <fmt> | \- \- output\- format=<fmt>]
2025-02-16 11:09:01 +01:00
.fi
.SH "DESCRIPTION"
.sp
2025-02-16 12:13:48 +01:00
For the NVMe device given, sends an identify command for endurance group list and provides the result and returned structure\& .
2025-02-16 11:09:01 +01:00
.sp
2025-02-16 12:13:48 +01:00
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1)\& . An Endurance Group List of up to 2,047 Endurance Group Identifiers in increasing order is returned containing an Endurance Group Identifier greater than or equal to the value specified in the CDW11\& .ENDGID field\& .
2025-02-16 11:09:01 +01:00
.SH "OPTIONS"
2025-02-16 12:13:48 +01:00
.PP
\- i <endgrp\- id>, \- \- endgrp\- id=<endgrp\- id>
2025-02-16 11:09:01 +01:00
.RS 4
2025-02-16 12:13:48 +01:00
Retrieve the identify endurance group list structure starting for the given endurance group id\& .
2025-02-16 11:09:01 +01:00
.RE
2025-02-16 12:13:48 +01:00
.PP
\- o <format>, \- \- output\- format=<format>
.RS 4
Set the reporting format to
\fI normal\fR
or
\fI json\fR \& . Only one output format can be used at a time\& .
2025-02-16 11:09:01 +01:00
.RE
2025-02-16 12:13:48 +01:00
.SH "EXAMPLES"
.sp
No examples yet\& .
2025-02-16 11:09:01 +01:00
.SH "NVME"
.sp
Part of the nvme\- user suite