swejis wrote: > I have now changed the following, correct ? > > ## node.conn[0].timeo.noop_out_interval = 5 > node.conn[0].timeo.noop_out_interval = 0 > node.conn[1].timeo.noop_out_interval = 0 > > # node.conn[0].timeo.noop_out_timeout = 5 > node.conn[0].timeo.noop_out_timeout = 0 > node.conn[1].timeo.noop_out_timeout = 0 > > I noticed this: > > May 6 08:52:22 manjula iscsid: connection2:0 is operational now > May 6 08:52:22 manjula iscsid: connection1:0 is operational now > > Should the above changes instead be: > > node.conn[1].xxx > node.conn[2].xxx
No. The first numnber in connectionX:Y is the session number. > > I still see the same errors though: > > May 6 09:07:06 manjula klogd: connection1:0: ping timeout of 5 secs > expired, last rx 4636947795, last ping 4636942795, now 4636950295 It looks the value did not get picked up. Forget I asked you to do this ok? We do not need it. Could you just try http://open-iscsi.org/bits/open-iscsi-2.0-869.1.test1.tar.gz Remove the old iscsi tools (I think in suse the package is named open-iscsi). Do rpm -e open-iscsi Now build this test package http://open-iscsi.org/bits/open-iscsi-2.0-869.1.test1.tar.gz with extra debugging: Build it with make DEBUG_SCSI=1 make DEBUG_SCSI=1 install > > Furthermore, are there supposed to as many processes as this ? > You are going to get a scsi_eh and a scsi_wq and a iscsi_scan thread per session/target. Some targets do a target per device/LU/LUN and in that case you would see a lot. If you run iscsiadm -m session we can see what is up. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
