1nvme_namespace_attach_ctrls(9)libnvme API manualnvme_namespace_attach_ctrls(9)
2
3
4
6 nvme_namespace_attach_ctrls - Attach namespace to controller(s)
7
9 int nvme_namespace_attach_ctrls (int fd , __u32 nsid , __u16 num_ctrls
10 , __u16 *ctrlist );
11
13 fd File descriptor of nvme device
14
15 nsid Namespace ID to attach
16
17 num_ctrls Number of controllers in ctrlist
18
19 ctrlist List of controller IDs to perform the attach action
20
22 The nvme command status if a response was received (see enum nvme_sta‐
23 tus_field) or -1 with errno set otherwise.
24
25
26
27April 2022 nvme_namespace_attach_cntvrmles_namespace_attach_ctrls(9)