table of contents
- Tumbleweed 3.0~b.4-1.1
- Leap-16.0
- Leap-15.6
| NVME-RESV-ACQUIRE(1) | NVMe Manual | NVME-RESV-ACQUIRE(1) |
NAME¶
nvme-resv-acquire - Acquire an nvme reservation
SYNOPSIS¶
nvme [<global-options>] resv-acquire <device>
[--namespace-id=<nsid> | -n <nsid>]
[--crkey=<crkey> | -c <crkey>]
[--prkey=<prkey> | -p <prkey>]
[--rtype=<rtype> | -t <rtype>]
[--racqa=<racqa> | -a <racqa>]
[--iekey | -i]
DESCRIPTION¶
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.
OPTIONS¶
-n <nsid>, --namespace-id=<nsid>
-c <crkey>, --crkey=<crkey>
-p <prkey>, --prkey=<prkey>
-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 <racqa>, --racqa=<racqa>
| Value | Definition |
| 0 | Acquire |
| 1 | Preempt |
| 2 | Preempt and Abort |
| 3-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
| 07/31/2026 | NVMe |