1nvme_namespace_detach_ctrls(9)libnvme API manualnvme_namespace_detach_ctrls(9)
2
3
4
6 nvme_namespace_detach_ctrls - Detach namespace from controller(s)
7
9 int nvme_namespace_detach_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 detach
16
17 num_ctrls Number of controllers in ctrlist
18
19 ctrlist List of controller IDs to perform the detach 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
27October 2023 nvme_namespace_detach_cntvrmles_namespace_detach_ctrls(9)