2025-02-16 11:09:01 +01:00
'\" t
. \" Title: nvme-resv-acquire
. \" 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:25:41 +01:00
. \" Date: 12/21/2023
2025-02-16 11:09:01 +01:00
. \" Manual: NVMe Manual
. \" Source: NVMe
. \" Language: English
. \"
2025-02-16 12:25:41 +01:00
.TH "NVME\-RESV\-ACQUIRE" "1" "12/21/2023" "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"
nvme-resv-acquire \- Acquire an nvme reservation
.SH "SYNOPSIS"
.sp
.nf
\fI nvme resv\- acquire\fR <device> [\- \- namespace\- id=<nsid> | \- n <nsid>]
2025-02-16 12:25:41 +01:00
[\- \- crkey=<crkey> | \- c <crkey>]
[\- \- prkey=<prkey> | \- p <prkey>]
[\- \- rtype=<rtype> | \- t <rtype>]
[\- \- racqa=<racqa> | \- a <racqa>] [\- \- iekey | \- i]
[\- \- output\- format=<fmt> | \- o <fmt>] [\- \- verbose | \- v]
2025-02-16 11:09:01 +01:00
.fi
.SH "DESCRIPTION"
.sp
The Reservation Acquire command is used to acquire a reservation on a namespace, preempt a reservation held on a namespace, and abort a reservation held on a namespace\& .
.SH "OPTIONS"
.PP
\- n <nsid>, \- \- namespace\- id=<nsid>
.RS 4
Override the nsid field\& . If using the admin character device, this parameter is required\& .
.RE
.PP
\- c <crkey>, \- \- crkey=<crkey>
.RS 4
Current Reservation Key: The field specifies the current reservation key associated with the host\& . If the IEKEY bit is set to \(oq 1\(cq in the command, then the CRKEY check succeeds regardless of the value in this field\& .
.RE
.PP
\- p <prkey>, \- \- prkey=<prkey>
.RS 4
Preempt Reservation Key: If the Reservation Acquire Action is set to 001b (i\& .e\& ., Preempt) or 010b (i\& .e\& ., Preempt and Abort), then this field specifies the reservation key to be unregistered from the namespace\& . For all other Reservation Acquire Action values, this field is reserved\& .
.RE
.PP
2025-02-16 11:31:10 +01:00
\- t <rtype>, \- \- rtype=<rtype>
2025-02-16 11:09:01 +01:00
.RS 4
Reservation Type: This field specifies the type of reservation to be created\& .
.TS
allbox tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt
lt lt.
T{
Value
T}:T{
Definition
T}
T{
0h
T}:T{
Reserved
T}
T{
1h
T}:T{
Write Exclusive Reservation
T}
T{
2h
T}:T{
Exclusive Access Reservation
T}
T{
3h
T}:T{
Write Exclusive \- Registrants Only Reservation
T}
T{
4h
T}:T{
Exclusive Access \- Registrants Only Reservation
T}
T{
5h
T}:T{
Write Exclusive \- All Registrants Reservation
T}
T{
6h
T}:T{
Exclusive Access \- All Registrants Reservation
T}
T{
07h\- FFh
T}:T{
Reserved
T}
.TE
.sp 1
.RE
.PP
\- a <racqa>, \- \- racqa=<racqa>
.RS 4
Reservation Acquire Action: This field specifies the action that is performed by the command\& .
.TS
allbox tab(:);
lt lt
lt lt
lt lt
lt lt
lt lt.
T{
Value
T}:T{
Definition
T}
T{
0
T}:T{
Acquire
T}
T{
1
T}:T{
Preempt
T}
T{
2
T}:T{
Preempt and Abort
T}
T{
3\- 7
T}:T{
Reserved
T}
.TE
.sp 1
.RE
.PP
\- i, \- \- iekey
.RS 4
Ignore Existing Key: If this bit is set to a
\fI 1\fR , then the Current Reservation Key (CRKEY) check is disabled and the command shall succeed regardless of the CRKEY field value\& .
.sp
Indicator option, defaults to
\fI 0\fR \& .
.RE
2025-02-16 12:25:41 +01:00
.PP
\- o <fmt>, \- \- output\- format=<fmt>
.RS 4
Set the reporting format to
\fI normal\fR ,
\fI json\fR
or
\fI binary\fR \& . Only one output format can be used at a time\& .
.RE
.PP
\- v, \- \- verbose
.RS 4
Increase the information detail in the output\& .
.RE
2025-02-16 11:09:01 +01:00
.SH "EXAMPLES"
.sp
No examples yet
.SH "NVME"
.sp
Part of the nvme\- user suite