nvme_resv_register
Send an nvme reservation register
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
Send an nvme reservation register
int nvme_resv_register (struct nvme_resv_register_args *args );
The Reservation Register command registers, unregisters, or replaces a reservation key.
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.