| NVME-RESV-RELEASE(1) | NVMe Manual | NVME-RESV-RELEASE(1) |
NAME
nvme-resv-release - Release an nvme reservation
SYNOPSIS
nvme [<global-options>] resv release <device>
[--namespace-id=<nsid> | -n <nsid>]
[--crkey=<crkey> | -c <crkey>]
[--rtype=<rtype> | -t <rtype>]
[--rrela=<rrela> | -a <rrela>]
[--iekey | -i]
DESCRIPTION
The Reservation Release command is used to release or clear a reservation held on a namespace.
The bare nvme resv-release form (without a space) still works as a deprecated alias and will be removed in a future major version. New scripts should use nvme resv release instead.
OPTIONS
-n <nsid>, --namespace-id=<nsid>
-c <crkey>, --crkey=<crkey>
-t <rtype>, --rtype=<rtype>
| Value | Definition |
| 0h | Reserved |
| 1h | Write Exclusive Reservation |
| 2h | Exclusive Access Reservation |
| 3h | Write Exclusive - Registrants Only Reservation |
| 4h | Exclusive Access - Registrants Only Reservation |
| 5h | Write Exclusive - All Registrants Reservation |
| 6h | Exclusive Access - All Registrants Reservation |
| 07h-FFh | Reserved |
-a <rrela>, --rrela=<rrela>
| Value | Definition |
| 0 | Release |
| 1 | Clear |
| 2-7 | Reserved |
-i, --iekey
Indicator option, defaults to 0.
GLOBAL OPTIONS
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES
No examples yet
NVME
Part of the nvme-user suite
| 09/07/2026 | NVMe |