On 03/08/2010 05:03 AM, Oriol Morell wrote:

Mar 5 14:42:30 kabuki07 connection1:0: ping timeout of 15 secs
expired, recv timeout 15, last rx 4294949516, last ping 4294953266,
now 4294957016



If the target does not support nops you can turn them off by setting
node.conn[0].timeo.noop_out_timeout = 0
node.session.err_timeo.abort_timeout = 0

Oops, this is a mistake. Do not set the abort timeout to zero. Set these:
node.conn[0].timeo.noop_out_interval = 0
node.conn[0].timeo.noop_out_timeout = 0

To make them stick you have to set them in iscsid.conf then rerun discovery then relogin, or you can run

iscsiadm -m node -T your_target -o update -n node.conn[0].timeo.noop_out_interval -v 0 iscsiadm -m node -T your_target -o update -n node.conn[0].timeo.noop_out_timeout -v 0

then logout and login again.





What is your kernel version and are you using the iscsi modules that
come with that kernel or the ones from open-iscsi.org?
The kernel used is linux-2.6.33-gentoo. We have not change nothing in
the kernel, so I suppose modules from open-iscsi are not used in case
the gentoo kernel is not included. Where can we get the correct modules
from open-iscsi for the kernel 2.6.33? I hope this could be the solution.


2.6.33 is current.

--
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