On 12/16/2010 04:21 AM, Glass, Christopher wrote:
The question
-------------------
How do I make changes to node.conn[0].tcp.window_size permanent?


What version of the iscsi tools are you using? In the current versions here http://www.kernel.org/pub/linux/kernel/people/mnc/open-iscsi/, you can set the above setting like other node values.

In iscsid.conf you can set node.conn[0].tcp.window_size and when you run iscsiadm in discovery mode portals that are added will get the new setting. For existing portals you can run

iscsiadm -m node -T target -p ip:port -n node.conn[0].tcp.window_size -v $YOUR_VALUE_IN_BYTES

--
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/open-iscsi?hl=en.

Reply via email to