node.session.timeo.replacement_timeout = 30 (previously 180)
node.session.initial_login_retry_max = 1 (previously 8, By Default)
node.session.err_timeo.abort_timeout = 5 (previously 15, By Default)
node.session.err_timeo.lu_reset_timeout = 10 (previously 30, By Default)
node.session.err_timeo.tgt_reset_timeout
= 10 (previously 30, By Default)
As per our understanding, the above changes should get effective for iscsiadm commands just after restarting iscsi daemon.
But, these are not getting effective until we execute the discovery command( iscsiadm -m discovery --type sendtargets -p x.x.x.x) after restarting iscsi daemon.
Can someone please respond to my following queries:
1> As iscsi database(/var/lib/iscsi/nodes) resides at initiator side, restarting iscsi daemon should update the database(/var/lib/iscsi/nodes).
Is the above understanding correct?
If not, is it always required to explicitly execute discovery command to make changes in iscsi.conf become effective ?
2> Is it possible to achieve the same without executing discovery command [Is there any other possible way] ?
--
You received this message because you are subscribed to the Google Groups "open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-iscsi+...@googlegroups.com.
To post to this group, send email to open-...@googlegroups.com.
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.
Hi All,Can anyone reply on above queries?? It will be really helpful if someone explains the behavior.