Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
NVME-RESV-REGISTER(1)		   NVMe Manual		   NVME-RESV-REGISTER(1)

NAME
     nvme-resv-register - Register an nvme reservation

SYNOPSIS
     nvme resv-register <device> [--namespace-id=<nsid> | -n <nsid>]
			     [--crkey=<crkey> | -c <crkey>]
			     [--nrkey=<nrkey> | -k <nrkey>]
			     [--rrega=<rrega> | -r <rrega>]
			     [--cptpl=<cptpl> | -p <cptpl>] [--iekey | -i]
			     [--output-format=<fmt> | -o <fmt>] [--verbose | -v]
			     [--timeout=<timeout> | -t <timeout>]

DESCRIPTION
     The  Reservation  Register  command is used to register, unregister, or re-
     place a reservation key.

OPTIONS
     -n <nsid>, --namespace-id=<nsid>
	 Override the nsid field. If using the admin character device, this  pa-
	 rameter is required.

     -c <crkey>, --crkey=<crkey>
	 Current  Reservation  Key:  If  the Reservation Register Action is 001b
	 (i.e., Unregister Reservation Key) or 010b (i.e.,  Replace  Reservation
	 Key),	then  this field contains the current reservation key associated
	 with the host. For all other Reservation Register Action  values,  this
	 field	is reserved. The controller ignores the value of this field when
	 the Ignore Existing Key (IEKEY) bit is set to `1'.

     -k <nrkey>, --nrkey=<nrkey>
	 New Reservation Key: If the Reservation Register Action is 000b  (i.e.,
	 Register Reservation Key) or 010b (i.e., Replace Reservation Key), then
	 this  field  contains the new reservation key associated with the host.
	 For all other Reservation Register Action values,  this  field  is  re-
	 served.

     -p <cptpl>, --cptpl=<cptpl>
	 Change  Persist Through Power Loss State: This field allows the Persist
	 Through Power Loss state associated with the namespace to  be	modified
	 as a side effect of processing this command.
	 +-------+-----------------------------+
	 | Value | Definition		       |
	 +-------+-----------------------------+
	 | 0	 | No change to PTPL state     |
	 +-------+-----------------------------+
	 | 1	 | Reserved		       |
	 +-------+-----------------------------+
	 | 2	 | Set	 PTPL  state  to  `0'. |
	 |	 | Reservations  are  released |
	 |	 | and registrants are cleared |
	 |	 | on a power on.	       |
	 +-------+-----------------------------+
	 | 3	 | Set	 PTPL  state  to  `1'. |
	 |	 | Reservations   and	regis- |
	 |	 | trants   persist  across  a |
	 |	 | power loss.		       |
	 +-------+-----------------------------+

     -r <rrega>, --rrega=<rrega>
	 Reservation Register Action: This field specifies the registration  ac-
	 tion that is performed by the command.
	 +-------+----------------------------+
	 | Value | Definition		      |
	 +-------+----------------------------+
	 | 0	 | Register Reservation Key   |
	 +-------+----------------------------+
	 | 1	 | Unregister Reservation Key |
	 +-------+----------------------------+
	 | 2	 | Replace Reservation Key    |
	 +-------+----------------------------+
	 | 3-7	 | Reserved		      |
	 +-------+----------------------------+

     -i, --iekey
	 Ignore Existing Key: If this bit is set to a 1, then the Current Reser-
	 vation  Key (CRKEY) check is disabled and the command shall succeed re-
	 gardless of the CRKEY field value.

	 Indicator option, defaults to 0.

     -o <fmt>, --output-format=<fmt>
	 Set the reporting format to normal, json or  binary.  Only  one  output
	 format can be used at a time.

     -v, --verbose
	 Increase the information detail in the output.

     -t <timeout>, --timeout=<timeout>
	 Override default timeout value. In milliseconds.

EXAMPLES
     No examples yet

NVME
     Part of the nvme-user suite

NVMe				   10/31/2024		   NVME-RESV-REGISTER(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=nvme-resv-register&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help