Sponsor:

Your company here, and a link to your site. Click to find out more.

iscsi_node_print_config - Man Page

Print all configurations of specified iSCSI node to STDOUT.

Synopsis

void iscsi_node_print_config (struct iscsi_node *node, bool show_secret);

Arguments

node

Pointer of 'struct iscsi_node'. If this pointer is NULL, your program will be terminated by assert.

show_secret

Whether show CHAP secret. If set as false, will show password as "********"

Description

Print all configurations of specified iSCSI node. For empty configuration, it will be shown as "name = <empty>".

Return

void

Info

January 2024 API Manual