On 10/25/2013 01:30 AM, Ulrich Windl wrote: >>>> Shlomo Pongratz <[email protected]> schrieb am 24.10.2013 um 15:56 in > Nachricht <[email protected]>: > > [...] >> + iscsi_conn_printk(KERN_ERR, conn, "Could not allocate R2T. " >> + "Target has sent more R2Ts than it " >> + "negotiated for or driver has leaked.\n"); >> + return ISCSI_ERR_PROTO; > [...] > I think "or driver has leaked" is not a helpful diagnostic for any non > developer (at least). Despite of that, there should be a comma befor the "or" > (as far as I remember English grammar rules). I guess "driver has leaked" > means the initiator missed replies from the taget, right? >
The leak part means the ini has a bug and allocated a r2t struct but did not release it. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/groups/opt_out.
