Re: Turning off NOP's

2008-06-11 Thread Konrad Rzeszutek

On Wed, Jun 11, 2008 at 03:21:53PM -0400, Eddy Quicksall wrote:
 
 How can I turn off NOP-out's in the initiator?

In your iscsid.conf set:
node.conn[0].timeo.noop_out_interval = 0
node.conn[0].timeo.noop_out_timeout = 0

Thought I don't think you need to set the timeout...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~--~~~~--~~--~--~---



Re: Turning off NOP's

2008-06-11 Thread Mike Christie

Konrad Rzeszutek wrote:
 On Wed, Jun 11, 2008 at 03:21:53PM -0400, Eddy Quicksall wrote:
 How can I turn off NOP-out's in the initiator?
 
 In your iscsid.conf set:
 node.conn[0].timeo.noop_out_interval = 0
 node.conn[0].timeo.noop_out_timeout = 0
 

Set them both in iscsid.conf then rerun the discovery command for them 
to picked up for everything found during discovery, or run iscsiadm with 
-o update to update them for specific targets/portals

iscsiadm -m node -T target -p ip:port -o update -n 
node.conn[0].timeo.noop_out_interval -v 0

iscsiadm -m node -T target -p ip:port -o update -n 
node.conn[0].timeo.noop_out_timeout -v 0


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~--~~~~--~~--~--~---