iscsi_nodes_get(3) | iSCSI Userspace API - libopeniscsiusr Manual | iscsi_nodes_get(3) |
iscsi_nodes_get - Retrieve all iSCSI nodes.
int iscsi_nodes_get (struct iscsi_context *ctx, struct iscsi_node ***nodes, uint32_t *node_count);
Retrieves all iSCSI nodes. For the properties of 'struct iscsi_node', please refer to the functions defined in 'libopeniscsiusr_node.h' file. The returned results contains iSCSI nodes configured in "/etc/iscsi/nodes/". Illegal configuration file will be skipped and warned. The returned 'struct iscsi_node' pointer array is sorted by target name, connection address, connection port and interface.
int. Valid error codes are:
* LIBISCSI_OK
* LIBISCSI_ERR_BUG
* LIBISCSI_ERR_NOMEM
* LIBISCSI_ERR_ACCESS
* LIBISCSI_ERR_SYSFS_LOOKUP
* LIBISCSI_ERR_IDBM
Error number could be converted to string by iscsi_strerror.
iscsi_nodes_get | May 2021 |