nvmf_connect_ctrl - Man Page
Connect a controller
Synopsis
int nvmf_connect_ctrl (nvme_ctrl_t c );
Arguments
- c
Controller to be connected
Description
Issues a 'connect' command to the NVMe-oF controller. c must be initialized and not connected to the topology.
Return
0 on success; on failure errno is set and -1 is returned.
Info
November 2024 libnvme API manual