[EMAIL PROTECTED] wrote:
> Hi.  I'm getting the following whenever I write a substantial amount:
> 
> Feb  1 09:48:04 fraunhofer kernel: [62669.987811]  connection1:0:
> iscsi: detected conn error (1012)
> Feb  1 09:48:04 fraunhofer kernel: [62670.233507] sd 6:0:0:0: [sdc]
> Result: hostbyte=DID_BUS_BUSY driverbyte=DRIVER_OK,SUGGEST_OK
> Feb  1 09:48:04 fraunhofer kernel: [62670.233518] end_request: I/O
> error, dev sdc, sector 445116631
> Feb  1 09:48:04 fraunhofer kernel: [62670.233527] printk: 127 messages
> suppressed.
> Feb  1 09:48:04 fraunhofer kernel: [62670.233532] Buffer I/O error on
> device sdc1, logical block 55639571
> Feb  1 09:48:04 fraunhofer kernel: [62670.233570] lost page write due
> to I/O error on sdc1
> 
> The target is a REO 4000 which previously worked fine w/ Redat's cisco
> based driver.  Reading works fine with open-iscsi.  Can someone help
> me interpret?  Am I supposed to have set up the buffer somehow?
> 

The target is sending what the initiator thinks is a bad sequence 
number. The linux-iscsi driver (Red Hat's cisco driver), did not check 
that value, so you would not have hit the problem.

In the test version of the open-iscsi, there is a change to this code, 
but I do not think it is going to help you. You can try it out here:
http://open-iscsi.org/bits/open-iscsi-2.0-868-test1.tar.gz

If that does not work, could you send a wireshark trace and the log 
output? Build the driver with extra debugging on by doing
make DEBUG_SCSI=1 DEBUG_TCP=1
make DEBUG_SCSI=1 DEBUG_TCP=1 install

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

Reply via email to