Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8f9ab756e2
commit
70a0abe13f
874 changed files with 9553 additions and 1347 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH "nvme_ns_mgmt_create" 9 "nvme_ns_mgmt_create" "March 2023" "libnvme API manual" LINUX
|
||||
.TH "nvme_ns_mgmt_create" 9 "nvme_ns_mgmt_create" "June 2023" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvme_ns_mgmt_create \- Create a non attached namespace
|
||||
.SH SYNOPSIS
|
||||
|
@ -7,7 +7,8 @@ nvme_ns_mgmt_create \- Create a non attached namespace
|
|||
.BI "struct nvme_id_ns *ns " ","
|
||||
.BI "__u32 *nsid " ","
|
||||
.BI "__u32 timeout " ","
|
||||
.BI "__u8 csi " ");"
|
||||
.BI "__u8 csi " ","
|
||||
.BI "struct nvme_ns_mgmt_host_sw_specified *data " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "fd" 12
|
||||
File descriptor of nvme device
|
||||
|
@ -20,6 +21,8 @@ Override the default timeout to this value in milliseconds;
|
|||
set to 0 to use the system default.
|
||||
.IP "csi" 12
|
||||
Command Set Identifier
|
||||
.IP "data" 12
|
||||
Host Software Specified Fields that defines ns creation parameters
|
||||
.SH "DESCRIPTION"
|
||||
On successful creation, the namespace exists in the subsystem, but is not
|
||||
attached to any controller. Use the \fBnvme_ns_attach_ctrls\fP to assign the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue